body {
background: #BAAF5F url(../../images/starburst.jpg) no-repeat right bottom;
background-attachment: fixed;
font: normal 11px/15px "Trebuchet MS", Arial, Verdana, sans-serif;
color: #333;
margin: 0px;
padding: 0px;
}

/* top level styles */

#frame {
width: 800px;
margin: 35px auto 0px auto;
border: 1px  solid #756E2C;
background-color: #BAAF5F;
}

#top-cap {
background-image:  url(../../images/top_cap.jpg);
background-repeat: no-repeat;
background-position:center;
height: 20px;
}

#bottom-cap {
background-image:  url(../../images/bot_cap.jpg);
background-repeat: no-repeat;
background-position:center;
height: 20px;
margin: 0px auto 0px auto;
}

#container {
background: white url(../../images/page_bg.jpg) repeat-y center;
margin: 0px auto;
width: 750px;
padding: 15px;
}

#container-height {
background: white url(../../images/page_bg.jpg) repeat-y center;
margin: 0px auto;
width: 750px;
height: 500px;
padding: 15px;
}

.clean {
clear: both;
}

/* image area */

#image-area {
width: 525px;
float: left;
padding-left: 10px;
padding-top: 25px;
}

#image-area a {
color: #666;
}

#image-area img {
padding: 5px;
margin: 3px;
border: 1px solid #999;
}

#image-direct {
margin-top: 10px;
font-size: 10px;
float:left;
}

/* image-notes */

#image-notes {
width: 525px;
}

/* thumbnails */
#thumbnails {
float: left;
padding: 45px 10px 30px 20px;
width: 500px;
height:auto;
}

.thumbnails {
border:1px solid #999;
padding:3px;
margin:7px;
}
	
#thumbnails p {
	font-weight: bold;
	color: #756E2C;
	font-size: 12px;
}

/* right column styles */

#right-column {
margin-left: 530px;
padding: 10px 0p 0px 0px;
background-color:#FFFFFF;
height:500px;
}

/* navigation */

#navigation {
font: normal 11px/15px "Courier New", Arial, Verdana, sans-serif;
padding: 60px 10px 30px 10px;
}

#navigation ul {
margin: 0px;
padding: 0px;
}

#navigation li {
text-align: right;
text-transform:uppercase;
list-style-type:none;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
color: #666;
text-decoration: none;
font-weight: bold;
margin-right: 4px;
}

#navigation a:hover {
border-right: 2px solid #CC3300;
margin-right: 0px;
padding-right: 2px;
}

.navigation {
color: #CC3300;
font-weight: bold;
border-right: 2px solid #CC3300;
padding-right: 2px;
margin-right: 0px;
}
 
/* title-bar styles */

#title-bar {
text-align: right;
height: 100px;
padding: 10px;
color: #666
}

#title-bar a {
color:#666666;
}

#title-bar a:hover {
color:#CC3300;
}

/* profile box */

#profile {
width: 250px;
float: left;
padding: 0px 20px 20px 20px;
}

/* contact box */

#contact {
width: 200px;
padding: 20px;
margin-top: 145px;
float: left;
}

/* footer */

#footer {
width: 750px;
margin:5px auto 0px auto;
color: #756E2C;
padding-bottom:20px;
text-align:center;
}

#footer a:link, #footer a:active, #footer a:visited {
color: #756E2C;
}

#footer a:hover {
color: #CC3300;
}