/* CSS Document */

html { 
height: 100%; 
margin: 0 0 1px 0; /*bottom margin forces scrollbars so we don't see the shift*/
padding: 0;		
}

body{
width:1000px;
margin: 0 auto;
background-color:#050403;
background-image:url(graphics/bg_wood_tile.jpg);
color:#cfb8aa;
height: 100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:23px;
}

p{
padding-bottom: 8px;	
}

h3{
	font-weight: lighter;
	text-transform: uppercase;
	color: #fdebb8;
}

a {
color: #fdebb8;
text-decoration: none;
}

a:hover, a.active {
color: #fbbc1a;
text-decoration: none;
}

#page {
width: inherit;
background: url(graphics/runner_bg_tile.png) repeat-y 0 896px;
}

#masthead {
width:281px;
float:left;
margin-right:52px;
height: 100%;
}

#masthead h1 {
	margin:0;
	padding: 0;
	height:896px;
	background: url(graphics/cf_logo.png) no-repeat;
	text-indent: -2000px;
}
#masthead h2 {
	text-indent: -2000px;
}

#wrapper {
width:600px;
margin-left:332px;
padding-top:138px;
}

#nav {
display: block;
margin:0px;
padding:0px;
list-style:none;
margin-bottom:27px;
height: 52px;
border-bottom: 1px dotted #3f3626;
border-top: 1px dotted #3f3626;
}

#nav li{
display:block;
float:left;
margin-right:12px;
font: italic bold 16px Georgia, "Times New Roman", Times, serif;
padding-top: 15px;
padding-bottom: 15px;
}


#nav li a{
background: url(graphics/bullet.gif) no-repeat left center;
padding-left: 13px;
}


#content {
width:304px;
float:left;
}


#images {
margin-top: 17px;;
margin-left: 25px;
width:266px;
float:left;

}

#images img {
border: 4px solid #fdf7e2;
}

#images p {
font: italic 10px "Lucida Grande", Lucida, Verdana, sans-serif;
margin: 8px 5px 30px 5px;
	
}

p#footer {	
display:block;
width: auto;
clear:both;
font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
padding-bottom: 75px;
}

p.italic {
font-size: 14px;
font-style: italic;
}
.alt-text{
	
	text-transform: uppercase;
	color: #fdebb8;
	font-size: 13px;
}



