/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

.logo_image_center { display: block; margin-top: 48px; margin-left: auto; margin-right: auto;

 }
 p {
 /*background-color:#33FFCC;
  border:1px;*/}

/* `content
----------------------------------------------------------------------------------------------------*/
.content_photo{
/*position:absolute;*/
background-image:url(../images/photo_bg.gif);
background-position:center;
height:300px;
width:460px;
}

/*photos must be 434px × 274px and in the slideshow folder */
.centerdiv{ /*IE method of centering a relative div*/
padding-top:14px;
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/

margin: 0px auto;

}


.textdiv{

}
.24text{

font-size:24px;}
.16text{

font-size:16px;}
/* `footer
----------------------------------------------------------------------------------------------------*/
.footer {
background-image:url(../images/bg_paper_footer.jpg);
background-position:bottom center;
background-repeat:no-repeat;
background-color:#F0DFB3;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height:190px;
	vertical-align:bottom;
	text-align:center;
	border: 0px solid #000000; 
}

.footer-text-bottom {
padding: 30px 0 0 0}



/* 
----------------------------------------------------------------------------------------------------*/

#navlist
{
color:#836604;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #423402;
width: 220px;
}

#navlist li
{
font-size:24px;
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #423402;
}

#navlist li a { text-decoration: none; }
#navlist li a:hover { text-decoration: none;color:#423402; }