/* Layout Stylesheet */ 

body {
	margin:10px;
	text-align:center;
	padding:0px;
	background-color: #FFFFFF;
	color: #FFFF9D;	
 }
#outer {
 text-align:left;
 width:745px;
 margin:auto;
 }

#hdr {
	text-align:left;
	width:745px;
	margin:auto;
	height:60px;	
 }

#navigbar {
	text-align:left;
	width:745px;
	margin:auto;
	height:210px;
	background-repeat: no-repeat;
	background-image: url(images/photo_index.jpg);
 }



#bodyblock {
	position:relative;
	width:745px;
	padding:0;
	text-align:left;
	background-color: #330000;
	color: #FFFFD9;
 }

#R-col {
	float:right;
	width:260px;
	margin: 7px;
	padding: 10px;
	text-align: left;
	
 }

#navcontainer {
	width: 210px;
	text-align:left;
	background-color: #330000;
	margin: 25px;
	padding: 10px;
	color: #FFFFD9;
	border: solid;
	border-top-color: #CD9B69;
	border-right-color: #CD9B69;
	border-bottom-color: #CD9B69;
	border-left-color: #CD9B69;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: #CD9B69;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Abadi MT Condensed Light";
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 1px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 200px;
	border-bottom: 1px solid;
	border-bottom-color: #80552B;
}

#navcontainer a:link, #navlist a:visited
{
	color: #7AC5CE;
	text-decoration: none;
	background-color: #330000;
}

#navcontainer a:hover
{
background-color: #330000;
color: #CD9B69;
}

#cont {
	width:425px;
	color: #FFFFD9;
	text-align:left;
	background-color: #480000;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
 }
#cont a:link {
	color: #FFFFD9;
	text-decoration: none;
	
}

#cont a:hover {
	color: #FFFFD9;
	text-decoration: underline;
}
#cont a:visited  {
	color: #FFFFD9;
	text-decoration: none;
	
}

#ftr {
	width:745px;
	height:15px;
	text-align:center;
	
 }
