/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: helvetica;
font-size: 12px;
color: #666666;
background-color: #655548;
}

#wrapper {
position: relative;
width: 577px;
margin: 0 auto;
min-height: 724px;
height: auto !important;
}

/*items in the flow of the page*/
#top {
position: relative;
left: 55px;
width: 524px;
height: 155px;
background-image: url(../images/top_wide.jpg);
background-repeat: no-repeat;
}

#body {
position: relative;
margin-left: 55px;
width: 509px;
height: 473px;
padding-left: 13px;
padding-bottom: 50px;
background-image: url(../images/middle_shadow.jpg);
background-repeat: repeat-y;
}

#front_img {
position: relative;
width: 500px;
height: 380px;
}

#portfolio_page {
position: relative;
top: 60px;
width: 495px;
height: 250px;
}

/*items outside of the flow of the page*/
#logo {
position: absolute;
left: 6px;
top: 30px;
width:247px;
height: 119px;
z-index: 10;
background-image: url(../images/fullcolor_logo.jpg);
background-repeat: no-repeat;
}

#bottom {
position: absolute;
bottom: 0px;
left: 55px;
width: 523px;
height: 96px;
}

/*................*/

#nav {
position: absolute;
left: 255px;
top: 40px;
width: 75px;
height: 95px;
z-index: 10;
}

#nav ul {
list-style-type: none;
}

#nav ul li {
text-align: left;
margin: 3px 0px;
}

#nav ul li a{
font-family: helvetica;
font-size: 13px;
color: #AA9F4E;
text-decoration: none;
padding: 3px 0;
}

#nav ul li a.current_page{
color: #655548;
} 

#nav ul li a:hover, #nav ul li a:focus {
color: #655548;
}

/*text*/
a {
font-size: 13px;
text-decoration: none;
color: #999999;
}

.fourteen_pt_linkcolor {
font-size: 14px;
color: #AA9F4E;
font-weight: normal;
}

.fourteen_pt_body {
font-size: 14px;
color: #666666;
font-weight: normal;
}

.thirteen_pt_body {
font-size: 13px;
font-weight: normal;
color: #666666;
}

.twelve_pt_bold_italic {
font-weight: bold;
font-style: italic;
color: #666666;
}

.small_text {
font-size: 9px;
}

.current_about {
font-size: 13px;
text-decoration: none;
color: #666666;
}
