/* CSS Styles by Dan Evans (c) 2007 for QuentinM.com*/


/******Global Styles******/
a img
   {
   border:none;
   }

body
{
background-color:black;
}

#page
{
margin:0px auto 0 auto;
width:720px;
height:500px;
}

a
{
color:#96a835;
}

a:hover
{
text-decoration:none;
}

a:visted
{
text-decoration:none;
}

/******Header Styles******/

#header
{
width:750px;
height:30px;
text-align:left;
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/header_bar.jpg) bottom no-repeat;
}

#header a
{
text-decoration:none;
font-family:serif;
font-size:20px;
color:white;
}

#header a:hover
{
text-decoration:none;
font-family:serif;
font-size:20px;
color:#d5e2f1;
}

/******Content Styles******/

#longtitle
{
text-align:center;
font-size:18px;
}

#content
{
position:absolute;
font-family:verdana, sans-serif;
color:#eeeeee;
font-weight:bold;
font-size:12px;
width:600px;
height:200px;
overflow-y:hidden;
padding:0px;
margin:10px 0px 20px; 0px;
}

/******Sidebar Styles******/

/*

#menutop
{
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/steel-ribbon-top.png) bottom no-repeat;
position:relative;
width:150px;
height:100px;
bottom:560px;
left:619px;
}

#menubottom
{
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/steel-ribbon-bottom.png) bottom no-repeat;
position:relative;
width:150px;
height:85px;
bottom:300px;
left:619px;
}

*/

#sidebar .active
{
display:none;
}

#sidebar
{
position:relative;
bottom:500px;
left:10px;
float:right;
}

#sidebar ul
{
list-style:none;
margin:0px;
padding:0px;
}

#dropmenu ul a
{
list-style:none;
}

#dropmenu li
{
list-style:none;
margin:0px;
padding:0px;
}

#sidebar li a
{
color:#eeeeee;
font-family:verdana, sans-serif;
font-size:20px;
text-decoration:none;
}

#dropmenu ul li
{
margin:0px;
padding:0px;
text-align:center;
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/button.jpg) center no-repeat;
width:129px;
height:90px;
}

/*
#dropmenu ul li:hover
{
margin:0px;
padding:0px;
text-align:center;
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/button_hover.jpg) center no-repeat;
width:129px;
height:90px;
}
*/

#dropmenu ul li a
{
position:relative;
top:20px;
}

#dropmenu ul li a:hover
{
position:relative;
top:20px;
text-decoration:underline;
}


/******Main Picture Styles******/
#headshot
{
position:relative;
top:210px;
border:1px solid gray;
width:350px;
height:250px;
z-index:1;
}

/******Footer Styles******/

#footer
{
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/footer_image.jpg) bottom no-repeat;
height:265px;
width:750px;
}

