@charset "UTF-8";
/* CSS Document */


#wrapper  {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
}
#imageheader {
	background-image: url(../images/layout/top_bar_4.jpg);
	width: 876px;
	height: 109px;
	padding-left: 36px;
	padding-top: 26px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
	color: #5C5348;
}

#imageheader a:link,
#imageheader a:visited,
#imageheader a:active {
	color: #5C5348
}
#imageheader a:hover {
	color: #66CCCC;
}
#contentwrapper {
	background-image:url(../images/layout/content_back_2.jpg);
	background-repeat: no-repeat;
}

#content {
	margin-top: 65px;
	margin-left: 73px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	max-height: 448px;
	width: 578px;
	color:#5C5348;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#imagefooter {
	background-image:url(../images/layout/footer.jpg);
	height: 40px;
	width: 592px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
	padding-left: 320px;
	padding-top: 8px;
	color: #FAF2D5;
}
#imagefooter a:link,
#imagefooter a:visited,
#imagefooter a:active {
	color: #FAF2D5;
	font-weight:normal;
}
#imagefooter a:hover {
	color: #FAF2D5;
	text-decoration:underline;
}
/******Navigation*****/
#nav {
	background-image:url(../images/layout/nav_back.jpg);
	width: 176px;
	height:517px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-weight: bold;
	float:right;
	padding-top: 25px;

}
#nav ul{
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style:none;
	line-height: 25px;
	padding-left: 15px;
}
#nav ul li {
	border-bottom: #FFFFFF dotted thin;
	width: 122px;
	
}
#nav ul li a{
	display:block;
	width: 122px;
	
}
#nav a:link,
#nav a:visited,
#nav a:active {
	width: 122px;
	display:block;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #5C5348;
	text-decoration:none;
	width: 122px;
}
#nav li.current_link a:link,
#nav li.current_link a:visited,
#nav li.current_link a:active {
	width: 122px;
	color: #5C5348;
	text-decoration:none;
}

/******Hover and Subnav******/
#nav ul.subnav {
	display:block;
	color: #5C5348;
	font-size: 12px;
	font-weight: normal;
	line-height:normal;
	list-style: none;
	display:block;
	margin-top: 5px;
}
#nav .subnav li {
	display:block;
	border-bottom: none;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 122px;
}	
#nav .subnav a:link,
#nav .subnav a:visited,
#nav .subnav a:active {
	width: 122px;
	display: block;
	color: #5C5348;
	text-decoration: none;

}

#nav .subnav li.current_link a:link,
#nav .subnav li.current_link a:visited,
#nav .subnav li.current_link a:active,
#nav .subnav a:hover {
	color: #ffffff;
	
}


.clear {
	clear:both;
}
