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

body {
	margin: 0px; padding: 0px;
	background: #000000 url("Imgs/bg.jpg") repeat-x center top;
	text-align: center;
	
	}
	

#container {
	width: 851px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;

}
#top {
	height: 118px;}

#header {
	height: 358px;}
	
	
#content {
	width: 851px;
	float: left;
	background: #000000 url("Imgs/mainbg.jpg") repeat-y center top;
	
}

#footer {
	width: 851px;}
	
	
a {
	color: #e2d0b3;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;

}
#content p {
	margin: 10px 15px 5px 15px;
	line-height: 20px;
	color: #dfdfdf;
}
#content img {
	margin: 10px 10px 10px 0px !important;
}
#content td img {
	margin: 0px !important;
}
#content table {
	margin: 10px 10px 10px 0px !important;
	line-height: 20px;
}

h1 {
	margin: 10px 10px 10px 15px;
	color: #ffffff;
	font-family: "arial", arial, verdana;
	font-size: 20px;
	font-style: italic;
}

h2 {
	margin: 10px 10px 10px 15px;
	color: #1a3545;
	font-family: "arial", arial, verdana;
	font-size: 14px;
	font-style: italic;
}
a img {
	border: 0px;
	
}
