* {
	margin:0;
	padding:0;
}
body {
	background:#280606;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serifl;
	color:#333333;
	font-size:13px;
}

h1 {
	font-family:Tahoma;
	font-size:26px;
	color:#CC0000;
	text-align:center;
	padding:20px 0;
	border-top:1px solid #EC3E2C;
	border-bottom:1px solid #EC3E2C;
}
h2 {
	font-family:Tahoma;
	color:#333333;
	font-size:25px;
	font-weight:bold;
	margin:15px 0 0;
	text-align:center;
}
h3 {
	font-family:Tahoma;
	color:#ED140B;
	font-size:16px;
	margin:0 0 10px;
}
h4 {
	font-family:Tahoma;
	font-size:18px;
	color:#CC0000;
	text-align:center;
	border-bottom:1px solid #000;
	padding:0 0 10px;
	margin:0 0 10px;
}

#container {
	border: 3px solid #000;
	width:797px;
	margin:0 auto;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:797px;
	height:200px;
}
#mainbox {
	background:#FFF;
	padding:30px;
}
#main-left {
	float:left;
	width:131px;
}
.author-name {
	font-family:Tahoma;
	font-size:18px;
	color:#C60C0A;
	margin:0;
	font-weight:bold;
}
.author-title {
	font-size:15px;
	font-style:italic;
	margin:5px 0;
}
.author-who {
	font-size:11px;
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 10px;
	text-decoration:underline;
}

#main-right {
	float:right;
	width:600px;
}

#side-right {
	float:right;
	width:555px;
}
#side-right h1 {
	border:none;
	padding:0;
	text-align:left;
	font-size:24px;
	color:#920000;
}
#side-right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333333;
	text-align:left;
	font-weight:normal;
}
#side-right p {
	margin:10px 0;
}
.download {
	margin:20px 0 0 20px;
}
.download li {
	background:none;
	padding:0;
	float:left;
}
.download li.link {
	margin:25px 0 0 10px;
}
.download li a {
	font-size:18px;
	color:#000066;
	font-weight:bold;
	font-family:Tahoma;
}

#main-content {
	margin:20px 0 0;
	padding:0 20px;
}

#registration {
	margin:20px 0 0;
}
#registration .title {
	font-size:15px;
	text-align:center;
}


ul {
	list-style:none;
	margin:10px 0;
}
li {
	background:url(images/bullet.jpg) left top no-repeat;
	padding:0 0 10px 35px;
	min-height:30px;
}

.green-box {
	background:#EBF9D9;
	border:1px solid #010166;
	padding:10px;
	font-family:Tahoma;
	font-size:16px;
	color:#000066;
}

form {
	margin:20px 0 0;
	text-align:center;
}
form div {
	margin:0 0 10px;
}
label {
	font-size:20px;
	font-weight:bold;
}
.inputStyle {
	width:200px;
	border:1px solid #999999;
	padding:5px;
}
.inputSubmit {
	background:#CC0000;
	padding:5px;
	width:400px;
	margin:0 auto;
}
.inputSubmit:hover {
	background:#B1D039;
}
.inputSubmit input {
	font-size:25px;
	padding:10px 0;
	width:400px;
	cursor:pointer;
}

#privacy {
	background:url(images/lock.gif)left top no-repeat;
	font-size:12px;
	text-align:center;
	margin:20px auto 0;
	padding:6px 0 0;
	width:470px;
}

#footer {
	background:url(images/footer.jpg) no-repeat;
	width:797px;
	height:100px;
}


#copyright {
	width:797px;
	margin:10px auto 0;
	color:#FFF;
	font-size:13px;
	font-family:Calibri;
}
#copyright ul {
	margin:0;
}
#copyright ul li {
	background:none;
	padding:0;
}
.copyright-year {
	float:left;
}
.footer-menu {
	float:right;
}
.footer-menu li {
	float:left;
}
.footer-menu li a {
	display:block;
	padding:0 10px;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
}
.footer-menu li.last a {
	border:none;
}
.footer-menu li a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}