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

body { 
	background-color: #641f18;
	margin-top:0px;
}
#container { background-image:url(images/containerr.jpg);
	width: 900px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
}

.left{
	float: left;
}

.right{
	float: right;
}
.logo {	
	width: 245px;
	height: 178px;
}

.header {
		width: 655px;
		height: 178px;
}

.nav {
	background-image:url(images/nav2.jpg);
	background-repeat: no-repeat;	
	min-height: 409px;
	width: 185px;
	padding: 10px;
	padding-top: 10px;	
	padding-right: 50px;
	padding-left:10px;
	line-height: 33px;
	font-size: 12px;
	font-weight:bold;

}
.content {
	background-image:url(images/content.gif);
	background-repeat: no-repeat;
	width: 575px;
	min-height: 409px;
	padding:10px;
	padding-left: 50px;
	padding-right: 30px;
	font-size:14px;
	color: #e9d6ca;
		
}
.footer {
	background-color: #641f18;
	clear: both;
	height: 10px;
	padding-top: 10px;
	font-size: 12px;
	text-align:center;
	color: #e9d6ca;
}
/*--------Begin Link Styles---------------*/
a:link {
	text-decoration: underline;
	color: #e9d6ca;
}
a:visited {
	text-decoration: underline;
	color: #e9d6ca;
}
a:hover {
	text-decoration: underline;
	color: #e9d6ca;
}
a:active {
	text-decoration: underline;
	color: #e9d6ca;
}
/*--------End Link Styles----------------------*/

/*---------Begin Nav Link Styles---------------*/
.nav a:link {
	text-decoration: none;
	color: #262427;
}
.nav a:visited {
	text-decoration: none;
	color: #262427;
}
.nav a:hover {
	text-decoration: underline;
	color: #262427;
}
.nav a:active {
	text-decoration: none;
	color: #262427;
}
/*--------End Nav Link Styles----------------------*/

/*--------Begin Footer Link Styles--------------*/

.footer a:link {
	color: #e9d6ca;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #e9d6ca;
}
.footer a:hover {
	text-decoration: none;
	color: #e9d6ca;
}
.footer a:active {
	text-decoration: underline;
	color: #e9d6ca;
}
/*-------------End Footer Link Styles------------*/
h1 { font-size: 18px;
}

h2{ font-size: 16px;
	
	}
h3{ font-size: 14px;
	
}
