/* CSS Document */



body{

	background-color: #F8F7F0;

	background-image: url(../images/background.jpg);

	background-position: top;

	background-repeat: repeat-x;

	margin: 0px;

	padding: 0px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: small;

	color: #4C462B;

}



#frame{

	width: 952px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(../images/content.gif);

	background-position: top;

	background-repeat: repeat-y;

}



#header {

	width: 952px;

	height: 335px;

	margin: 0;

	padding: 0;

	background-image: url(../images/header.jpg);

	background-position: top;

	background-repeat: no-repeat;

	margin-bottom: -2em;

}



#navigation{

	padding: 83px 39px 0 0;

	text-align: center;

}

#navigation li{

	display: inline;

	margin: 0;

}



#navigation a{

	padding: 0 20px 0 20px;

	text-decoration: none;

	color: #47462A;

	text-transform: uppercase;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

}



#navigation a:hover {

	padding: 0 20px 0 20px;

	text-decoration: none;

	color: #887D50;  

	text-transform: uppercase;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

}



#content{

	width: 660px;

	padding: 0 0 0 128px;

	text-align: justify;



}



#secondary_navigation {

	float: left;

	width: 100px;

}



#secondary_navigation ul{

	list-style: none;

	margin: 0;

	padding: 0;



}



#secondary_navigation li{

	margin: 0;

	padding: 20px 0 0 20px;

}


#secondary_navigation a{

	text-decoration: none;

	color: #47462A;

	font-style: normal;

	font-weight: bold;

}



#secondary_navigation a:hover {

	text-decoration: none;

	color: #887D50;  

	font-style: normal;

	font-weight: bold;

}



#body_content {

	float: right;

	border-left: #000000 solid 1px;

	width: 518px;

	padding: 0 12px 0 20px;

}





.work {

	border-bottom: 1px dotted  #898153;



}



.work a {

	color: #993300;

}



.work a:hover {

	color: #990000;

}



#footer{

	clear: both;

	width: 952px;

	height: 91px;

	background-image: url(../images/footer.jpg);

	background-position: bottom;

	background-repeat: no-repeat;

	text-align: center;

	font-weight: bold;



}



