*{
	margin: 0;
	padding: 0;
	border-top-color: #530801;
	border-right-color: #530801;
	border-bottom-color: #530801;
	border-left-color: #530801;
}*
body {
	line-height: 1.8em;
	color: #000000;
	background-color: #530801;
	font-family: "Book Antiqua";
	font-size: 12px;
	font-weight: normal;
}
a {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: "Book Antiqua";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
}
a:visited {COLOR: #E0C200; text-decoration: none;}
a:hover {COLOR: #E0C200; text-decoration: underline;}
h2 {
	margin: 0 0 10px;
	padding: 10px 0 3px;
	background-color: #FFFFFF;
}
h3 {
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	background-color: #E0C200;
	background-image: none;
	background-repeat: repeat-x;
	font-family: "Book Antiqua";
}
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p {
	margin: 5px 0 10px 0;
	font-weight: normal;
}
img { border: none; }

#header {
	height: 215px;
	background-color: #993300;
	background-image: url(images/newheader.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	font-size: 70px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 22px 0 5px 10px;
	font-family: "Book Antiqua";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap {
	padding: 10px 10px 3px 10px;
	width: 760px;
	margin:20px auto;
	background-color: #fff;
}
#left {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #000000;
}
#left ul {
	padding: 5px 10px 10px 10px;
	margin: 0;
	background-color: #000000;
	border: thin solid #E0C200;
}
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
