@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
	}
html[xmlns^="http"]
	{
	overflow-y: scroll;
	}
a:focus {
	outline: none;
}
body{
	text-align: center;
	background: #fff;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	line-height: 140%;
	font-size:12px;	
	background:#fff url(../images/bg_body_intro.gif) top left repeat-x;
	}
#wrapper{
	margin: 0 auto;
	text-align:left;
	width:595px;
	}
#head{
	position:relative;
	height:175px;
	}
#logo{
	position:absolute;
	top:47px;
	}
	
	
#content{
	float:left;
	width:595px;
	}
#content p{
	padding: 0 0 1em 0;
	}
#content a{
	color: #E20000;
	text-decoration:none;
	}
#content a:hover{
	color: #E20000;
	text-decoration:underline;
	}
#content h1{
	font-size:20px;
	line-height:140%;
	font-weight:normal;
	color: #000;
	padding:0 0 15px 0;
	}
#content h2{
	font-size:15px;
	color: #E20000;
	padding:0 0 10px 0;
	}
#content h3{
	font-size:12px;
	color: 000;
	padding:0 0 10px 0;
	}
#content ul{
	margin: 0 0 5px 0;
	}
#content li{
	list-style-type:none;
	padding: 0 0 5px 10px;
	background:url(../images/bullet.gif) 0 6px no-repeat;
	}
#partner{
	float:left;
	width:565px;
	height:50px;
	background:url(../images/bg_partner_intropage.gif) top left no-repeat;
	padding:25px 15px 10px 15px;
	}
#footer{
	clear:both;
	height:64px;
	color:#444;
	font-size:12px;
	padding:8px 0 0 15px;
	background:url(../images/bg_footer_intropage.gif) top left no-repeat;
	}
.footerBox{
	float:left;
	width:auto;
	padding-right:60px;
	}
#footer a{
	color:#444;
	text-decoration:none;
	}
#footer a:hover{
	color:#E20000;
	text-decoration:underline;
	}
#address{
	float:left;
	}
#footernav {
	width:230px;
	float:right;
	}