@charset 'utf-8';
@import url(reset.css);
@import url(content.css);

/* ----------------------------------------------------- Page layout */

body {
	background-image:url(../img/background.gif);
	background-repeat:repeat-x repeat-y;
	
}

#page {
	margin-left:150px;
	width:1000px;
	background-image:url(../img/bg_total.jpg);
	background-repeat:no-repeat;
	background-position: 121px 0px;
}

#header {
	
	height: 170px;
	padding-top: 60px;
	padding-left: 200px;
}



#header_title h1 {
	display:none;
}

#subheader {
	display:none;
}



 

#left_navigation {
	float:left;
	width: 120px;
}

#nav {
	margin-top:40px;
}

.navigation li img {
	padding-top:0.3em;
	
}

#rootline {
	margin-top:1em;
	margin-bottom: 1em;
}


#sponsors {
	width:6.5em;
	margin-top:4em;
	margin-right:0.5em;
}


#content {
	background-color:#FFF;
	background-image:url(../img/bg_total.jpg);
	background-repeat:no-repeat;
	background-position: 1px -230px;
	
	float: left;
	width:870px;
	overflow:hidden;
}
	

#col1 {
	margin-left:44px;
	float:left;
	width:570px;
	margin-right:16px;
	margin-bottom: 2em;
	min-height: 650px;

}

#col2 {
	float:left;
	width:220px;
	margin-top: 220px;
	margin-left:10px;
	min-height: 650px;

}

#footer {
	padding-top:5px;
	padding-left:125px;;
	clear:both;

	font-family:Verdana,'Lucida Grande', Verdana, Arial, Sans-Serif;
}
