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


body { 
	width: 900px;
	background-color: #eacd84;
	margin: 0px auto;
}

h1 { 
	font-size: 18px;
}
h2{ 
	font-size: 16px;	
	}
h3{ 
	font-size: 14px;
}
#container { 
	background-image:url(images/container.gif);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.header { 
	height: 175px;
}
.header a img{
	border:none;	
}
.nav { 	
	background-image:url(images/nav.gif);
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	min-height: 380px;
	width: 253px;
	padding: 10px;
	padding-top: 30px;
	padding-left:20px;
	padding-right:30px;
	line-height: 40px;
	margin-left: 0px;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
}
.content { 
	background-image:url(images/content.gif);
	background-repeat: no-repeat;
	float:right;
	width: 527px;
	min-height: 380px;
	padding: 10px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 40px;
	font-size:14px;
	color: #685648;
}

.footer {
	background-color: #eacd84;
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	text-align:center;
	color: #30261e;
}
/*--------Link Styles---------------*/
a:link {
	text-decoration: underline;
	color: #685648;
}
a:visited {
	text-decoration: underline;
	color: #685648;
}
a:hover {
	text-decoration: none;
	color: #685648;
}
a:active {
	text-decoration: underline;
	color: #685648;
}
/*--------Nav Link Styles---------------*/
.nav a:link {
	text-decoration: none;
	color: #e9e3d8;
}
.nav a:visited {
	text-decoration: none;
	color: #e9e3d8;
}
.nav a:hover {
	text-decoration: underline;
	color: #e9e3d8;
}
.nav a:active {
	text-decoration: none;
	color: #e9e3d8;
}
/*--------Footer Link Styles---------------*/

.footer a:link {
	color: #30261e;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #30261e;
}
.footer a:hover {
	text-decoration: none;
	color: #30261e;
}
.footer a:active {
	text-decoration: underline;
	color: #30261e;
}
