/*************************

Style by: Aleksei Vanamois

*************************/

/* Text Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFF;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding: 10px;
	background-color:#333;
	background-image: url('images/bg.jpg');
	}
a 		  {text-decoration: none;}
a:link    {color: #DE0202;}
a:visited {color: #DE0202;}
a:hover   {color: #DE0202; text-decoration: underline;}
	
p           {padding: 0px;}	
p a:link    {color: #FFF;}
p a:visited {color: #FFF;}
p a:hover   {color: #DE0202;}

ul {
	padding: 0px 0px 0px 25px;
	list-style-type: square;
}

hr  {
	margin: 10px 0px 10px 0px;
	border-top: 1px dashed #DE0202;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: auto !important;
	height: 1px;
}

h1 {color: #FDE0202; font-size: 12pt; font-weight: bold; margin: 0px 0px 10px 0px;}
h2 {color: #DE0202; font-size: 12pt; font-weight: bold; margin: 0px 0px 10px 0px;}
h3 {color: #DE0202; font-size: 10pt; font-weight: bold; margin: 0px 0px 10px 0px;}
h4 {color: #FFFFFF; font-size: 10pt; font-weight: bold; margin: 0px 0px 10px 0px;}

#main {
	position: absolute;
	height: 500px;
	width: 850px;
	margin: -250px 0px 0px -425px;
	top: 370px;
	left: 50%;
	padding: 0px;
	overflow: hidden;
}
#footer {
	position: absolute;
	height: 20px;
	width: 850px;
	margin: 150px 0px 0px -425px;
	top: 550px;
	left: 409px;
	padding: 0px;
	overflow: auto;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #FFF;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding-top: 5px;
	padding-right: 50px;
	margin-bottom: 10px;
}
