@charset "UTF-8";

*
{
	margin: 0;
	padding: 0;
}

html
{
	/*background: url(../img/bg.png) repeat;*/
	background: #63af3b;
}

body
{
	width: 1100px;
	height: 900px;
	margin: 0 auto;
	background: url(../img/main2.png) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

#wrapper
{
	width: 740px;
	height: 490px;
	position: relative;
	top: 315px;
	left: 170px;
}

#footer
{
	width: 620px;
	height: 34px;
	position: relative;
	top: 330px;
	left: 120px;
}

#footer a
{
	color: #eeeeee;
	font-size: 9pt;
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid #ffe589;
}

.clear
{
	clear: both;
}

hr
{
	border: none;
	border-bottom: 1px solid #d40016;
	display: block;
	margin: 15pt 0 0 0;
	width: 740px;
	height: 1px;
}

a, a:active, a:link, a:visited
{
	outline: none;
	color: #d40016;
}

div#first, div#second
{
	float: left;
	width: 320px;
}

div#second
{
	margin-left: 35pt;
}

div#third
{
	margin-top: 15pt;
}

h1
{
	font-size: 20pt;
	font-weight: normal;
	letter-spacing: 1pt;
	color: #d40016;
	margin: 10pt 0;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	margin: 5pt 0;
}

address
{
	font-style: normal;
	display: block;
	font-size: 9pt;
}

p
{
	font-size: 11pt;
	margin: 8pt 0;
	line-height: 15pt;
}

p strong
{
	margin: 15pt 0 15pt 0;
	display: block;
}

a#leos {
	position: absolute;
	top: 350px;
	right: -35px;
	overflow: hidden;
	display: block;
	text-indent: -1000em;
	height: 185px;
	width: 215px;
}