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

* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

body
{
background-color:#C4BD96;
background-image:url(images/header_bg_full.jpg);
background-position:top center;
background-repeat:no-repeat;
margin-top:0px;
margin-bottom:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p
{
font-size:10pt;
}

#header_text
{
width:245px;
margin-left:30px;
margin-bottom:114px;
}
.header_text
{
font-size:11pt;
font-weight:bold;
color:#FFFFFF;
}


#homepage_main_text
{
margin-left:38px;
margin-bottom:17px;
width:380px;
}

#contact_us
{
margin-left:20px;
margin-top:46px;
width:250px;
height:170px;
}
.contact_us_small
{
font-weight:bold;
margin-bottom:18px;
font-size:8pt;
}

#blog
{
width:271px;
padding-top:53px;
padding-left:20px;
font-size:x-small;
color:#666666;
}

a.blog
{
color:#3366FF;
text-decoration:none;
font-weight:bold;
}

li.blog
{
list-style:none;
padding-bottom:4px;
}

#downloads_text_livepool
{
float:left;
width:179px;
margin-left:30px;
padding-top:40px;
height:350px;
text-align:center;
}



#downloads_text_trade2race
{
float:left;
width:358px;
margin-left:47px;
padding-top:40px;
height:350px;
text-align:center;
}
.downloads_text
{
text-align:left;
font-size:8pt;
/*height:110px;*/
}


.footer
{
font-size:7pt;
font-weight:bold;
text-align:center;
padding-bottom:3px;
}












