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

body {
	background-color:#336699;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	}

#container {
	width:600px;
	margin-left:50%;
	position:relative;
	left:-300px;
	background-image:url(i/body_tile.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-color: #EEEEEE;
	}

#topBar {
	background-image:url(i/top_1.gif);
	height:21px;
	width:600px;
	}
	
#header {
	width:600px;
	height:133px;
	background-color: #EEEEEE;
	}
	
#logo {
	width:447px;
	float:left;
	margin-left:10px;
	}

#sponsorship {
	background-image:url(i/sponsorBox.gif);
	float:right;
	width:129px;
	height:80px;
	margin-right:8px;
	margin-top: 8px;
	}
	
#middleBar {
	background-image:url(i/middle_line.gif);
	background-repeat:no-repeat;
	width:600px;
	height:11px;
	}
	
#contentContainer {
	width:600px;
	background-color: #EEEEEE;
	}
#content {
	position:relative;
	margin-left:220px;
	left:-200px;
	width:560px;
	margin-top: 12px;
	margin-bottom: 12px;
	}
	
#footer {
	height:35px;
	margin-top:5px;
	background-image:url(i/bottom_1.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#NE-sponsorship-button {
	height: 60px;
	width: 120px;
	margin-top: 24px;
	margin-left: 8px;
}
