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

body, td, th {
	color: #FFF;
	font: 0.9em Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
h1 {
	color: #ECBA37;
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
a {
	color: #ECBA37;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}

html {
	height: 100%;
}
body {
	background: #100549 url(../images/bg_body.jpg) repeat-y center top;
	height: 100%;
}
#wrapper {
	background: url(../images/bg_html.jpg) no-repeat center top;
	width: 700px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-right: 100px;
	padding-left: 100px;
}
#left {
	width: 170px;
	float: left;
	padding-top: 320px;
	font-size: 0.85em;
	text-align: center;
}
#left ul {
	list-style: none;
	margin: 0 0 30px 0;
	text-align: left;
}
#left a {
	display: block;
	padding-left: 10px;
	border-bottom: 2px solid #100549;
	line-height: 35px;
}
#left a:hover {
	background: #2D0889;
	color: #F8C0FF;
}
#right {
	float: right;
	width: 345px;
	padding-right: 145px;
	line-height: 1.5;
	padding-top: 20px;
	text-align: right;
	font-size: 0.9em;
}
#right p ,#right ul{
	margin: 0px 0px 1.4em;
}
#right ul {
	padding-left: 30px;
}
#right li{
	margin: 0px 0px 0.6em;
}
#form_table td{
	padding: 5px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
}
#banners {
	clear: both;
	padding: 20px 0 0 0;
}

