﻿#main {
	position: relative;
	left: 0px;
	width: 1000px;
	top: 0px;
}
#footer {
	position: absolute;
	width: 1000px;
	height:30px;
	left: 0px;
	top: 600px;
}
#header  {
	background:  url(images/header_color.jpg) center no-repeat;
	position:absolute;
	width:760px;
	height:80px;
	left:240px;
	top:0px;
}
#nav {
	background: #cc0000;
	position: absolute;
	width: 760px;
	height:30px;
	left: 220px;
	top: 95px;
}

#left_info {
	font: 13px Geneva, Arial, Helvetica, sans-serif !important;
	color: #000000;
	position: absolute;
	width: 224px;
	left: 6px;
	top: 0px;
}
#left_info p {
	font: 14px Geneva, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	color: #000000;
	margin: 6px 10px 6px 10px;
}
#content {
	position:absolute;
	top: 80px;
	left: 240px;
	width:756px;
	background-color: #000000;
	}
#content p {
	font: 16px Geneva, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	color: #ffffff;
	margin: 6px 40px 6px 40px;
}
h1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif !important;
	color: #990000;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 6px;
}
h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif !important;
	color: #ffffff;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 6px;
}
h3 {
	font: bold 18px Geneva, Arial, Helvetica, sans-serif !important;
	color: #ffffff;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
h4 {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif !important;
	color: #ffffff;
	text-align: center;
	margin-bottom:0px;
}
h5 {
	font: bold 14px Georgia, "Times New Roman", Times, serif !important;
	color: #ffffff;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 0px;
}
hr {
	width: 80%;
	margin-top: 1px;
	margin-bottom: 1px;
}
