body {	
	margin: 0px;	
	padding: 0px;	
	background-color: #000;
	font-size: 13px;
	font-family: Arial;
}

#wrapper {
	width: 763px;
	border-top: #FFF solid 1px;
	border-right: #FFF solid 1px;
	border-left: #FFF solid 1px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
}

#nav {
	height: 30px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
}

#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 9px 0px 0px 0px;
}

#nav ul li {
	display: inline;
	margin: 9px 0px 0px 0px;
	padding: 8px 10px 7px 10px;
}

#nav ul li a {
	color: #000;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #EFE9B9;
}

#middle {
}

#sidebar {
	width: 136px;
	float: left;
	padding: 10px;
}

#sidebar a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#sidebar a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

#content {
	width: 597px;
	float: right;
	padding: 10px 10px 10px 0px;
	line-height: 18px;
}

#content a {
	color: #CC6600;
	text-decoration: none;
}

#content a:visited {
	color: #CC6600;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#footer_links {
	clear: both;
	width: 765px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 14px;
	padding: 20px 0px 20px 0px;
}

#footer_links a {
	color: #CC6600;
	text-decoration: none;
}

#footer_links a:visited {
	color: #CC6600;
	text-decoration: none;
}

#footer_links a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
	width: 765px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	line-height: 0px;
	font-size: 10px;
	padding: 0px 0px 15px 0px;
}

#footer a {
	color: #CC6600;
	text-decoration: none;
}

#footer a:visited {
	color: #CC6600;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#footer2 {
	width: 765px;
	margin: 0 auto;
	text-align: center;
	color: #999;
	padding: 20px 0px 20px 0px;
	font-size: 10px;
}

.style1 {
	color: #EFE9B9;
}

.style2 {
	color: #990000;
	font-size: 11px;
}

h1 {
	color: #CC6600;
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	border-bottom: #CC6600 solid 1px;
	padding: 0px 0px 5px 0px;
}

h2 {
	color: #000;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #CC6600;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 7px;
	border-bottom: #CC6600 solid 1px;
	padding: 0px 0px 0px 8px;
	width: 230px;
}

h4 {
	color: #CC6600;
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 5px;
	border-bottom: #CC6600 solid 1px;
	text-align: center;
}
