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


body { 
	width: 900px;
	background-color: #c5cb8f;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	font-size: 18px;
}
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: 134px;
}

.nav { 	
	background-image:url(images/nav.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	float:left;
	min-height:460px;
	width: 222px;
	padding: 10px;
	padding-left:40px;
	padding-right:20px;
	line-height: 40px;
	margin-left: 0px;
	font-size: 12px;
	font-weight:bold;
	color:#000;
}
.content { 
	background-image:url(images/content.gif);
	background-repeat: no-repeat;
	width: 568px;
	float:right;
	min-height: 330px;
	padding: 10px;
	padding-top:140px;
	padding-left: 20px;
	padding-right: 30px;
	font-size:14px;
	color: #30302b;
}

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

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

