@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body, html {
	font-size:62.5%;
	color:#fff;
	background:#000;
}
#wrap {
	width:964px;
	margin:0 auto;
}
#header {
	margin: 20px 0 10px 0;
	width:964px;
	height:188px;
	background-image:url(../images/header.jpg);
}
#welcome {
	margin: auto;
	width:300px;
	height:115px;
	float:left;
}
#partners {
	margin: auto;
	width:300px;
	height:115px;
	float:right;
}
#main {
	font-size: 1.6em;
	background-image:url(../images/border.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	float:left;
	width:526px;
	height:332px;
}
#sidebar {
	float:right;
	width:371px;
	height: 332px;
}
#partnerbar {
	width:964px;
	height: 95px;
	background-image:url(../images/partner_bar.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#footer {
	clear:both;
	margin-top: 10px;
	height: 40px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
a:link {
	color:#AEA774;
}
a:visited {
	color:#AEA774;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}
p {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1.2em;
}
h2 {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:2.6em;
	margin-bottom: 10px;
}
p.body {
	margin: 20px 20px 5px 20px;
}

.clearBoth {
	clear:both;
}
.floatright {
	float: right;
}
floatleft {
	float: left;
}
.hr {
	margin: auto;
	border: none 0;
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
}
