body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #e2c286;
	margin:0;
	padding:0;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #b75c00;
}

a {
	color:#000;
	text-decoration: underline
}

a:hover {
	color: #643409;
}


.style1 {
	color: #b75c00;
	font-weight: bold;
}

.style1 b {
	color: #5a2d00;
	font-weight: bold;
}

.style2 a {
	color: #8c4f14;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}


#wrapper {
	margin: auto;
	width: 1000px;
	text-align: center;
}

#header {
	text-align: left;
	width: 1000px;
	
}

	.logo {
		float: left;
		width: 333px;
		height: 129px;
		background-image: url('images/logo.jpg');
		background-repeat: no-repeat;		
	}

	.intro {
		float: left;
		background-image: url('images/intro.jpg');
		background-repeat: no-repeat;
		height: 99px;
		width:371px;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}	

		.intro a {
			color: #000;
			text-decoration: underline;
			font-weight: bold;
		}
		
		.intro a:hover {
			color: #000;
			text-decoration: underline;
		}

	.mail {
		float: right;
		background-image: url('images/mailer.jpg');
		background-repeat: no-repeat;
		color: #fff;
		width:276px;
		height: 129px;

	}


	.nav {
		padding-left: 30px;
		padding-top: 20px;	
	}

		.nav a {
			font: 14px Comic Sans MS;
			color: #fff;
			font-weight: bold;
		}
			

	.content {
		clear: both;
		width: 1010px;
		margin: auto;
		background-image: url('images/content_bg.jpg');
		background-repeat: repeat-y;
		text-align: left;
		font-size: 14px;
	}
		
	.content_head {
		background-image: url('images/content_top.jpg');
		background-repeat: repeat-y;
		height: 44px;
		text-align: center;
		padding-top: 10px;
	}	

		.content_head h2 {
			color: #fff;
			font-weight: bold;
			font-size: 18px;	
			margin: 0;
			padding: 0;
		}

	.content a IMG {
		border: 0;
	}



#footer {
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	text-align: center;	
	clear: both;
}


ul {
	clear:both;
}

li {
	list-style: url('images/bullet.jpg') inside;
	margin:0;
	padding-left:20px;
}