@charset "UTF-8";

body

{

	padding: 0;
	margin-top: 15px;
	background-color: #a69060;
}


#container 

{
	width: 810px;
 	margin: 0 auto; 
	padding: 0; 
	overflow: hidden; 
	background-color: #937a54;

}








/* Menu formatting */
#menu {
	margin:0;
	padding:0;
	background-color:#937a54;
	float:left;	/* Since the menu is an unordered list, which is a block element, we don't need to put it in a div */
	width:200px; 
}
#menu li {
	display:block;
	list-style:none; /* Turn off the bullets */
	width:200px; /* 800 / 4 = 200, -1 for the left border */
	height:50px;
	line-height:50px; /* Centers the text */
	border-bottom:1px solid #72593f; /* We'll need to get rid of the first left border */
	text-align:center;
}
#menu a { /* target the anchor tag in the li tag */
	display:block; /* this will force the anchor tag to fill in the containing li tag */
	text-decoration:none; /* Since this is a link, turn off the underline */
	color:#000000;
}
#menu a:hover { /* Invert the colors when hovered over */
	background-color:#72593f;
	color:#ffffff;
}







#content 

{
	float:left;
	padding:0 15px 30px 15px; 
	border-left: 1px solid #72593f;
	width:579px; 
	background-color: #937a54;
}



#header 

{
	
	background: url("../images/fronbergphotography-b.png") no-repeat;
	background-color: #72593f;  


	height: 101px;
	padding: 10px 0 0 10px;

}

p.alignleft

{
	text-align: left;
 	font-family: georgia, serif;
 	font-size: 11px;
}


#footer 

{
	clear:both;
	text-align: center;
	background-color:#72593f;


	padding-top: 10px;   
	height:45px;
}



#footer a:link  {
	text-decoration: none;
	color: #000000;
}




#footer a:hover   {

	color: #ffffff;
	text-decoration: none;
}


a
{

	color: #ffffff;
	text-decoration: none;

}

a:visited 
{
	color: #ffffff;
	text-decoration: none;
}

a:hover   

{

	color: #000000;
	text-decoration: none;
}

.preview

{
	float: left;
	width: 190px;
/*	border: 1px solid #72593f;
*/
	text-align: center;
}

.preview img

{
	margin-top: 20px;
/*	border: 1px solid #72593f;
*/
}


.preview p

{
	margin: 10px;
}


/* preload images */
#preload-images {
	display:none;
}