body { 
	background-color: #000; 
	padding:0;
	margin: 0;
	height: 100%;
	width: 100%;
}

#container{
	width: 660px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}

#header { 
	background-color: #eae8dd;
	background-repeat: repeat-x; 
	position: relative;
	background-attachment: scroll; 
	background-position: 0 0; 
	position: relative; width: 660px; padding-bottom: 45px; 
}

#headersub { background-color: #fff; background-repeat: repeat-x; position: relative; background-attachment: scroll; background-position: 0 0; position: relative; width: 660px; height: 245px; }

#content { 
	/* total width 660px */
	text-align: left; width: 610px; background: #eae8dd; font-family : Verdana, Arial, Helvetica, sans-serif; color: #000; height: 380px; margin-bottom: 0; padding: 5px 25px 30px; }

b.black { 
	background: none; 
	color: #000; 
	font-size: 16px;
}

h2.headline {
	background: #fff; 
	text-decoration: underline;	
	color: #84D02E;
}

h1.title { 
	font-weight: bold;
}
#leftcontent { width: 303px; height: 135px; float: left; padding-top: 20px; }
#rightcontent { width: 303px; height: 135px; float: right; padding-top: 20px; }
#footer { 
	height: 100px; 
	margin: 5px auto 5px auto;
	
	color : #fff; 
	background-color: transparent; 
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-position: 0 0; 
	text-align : center; 
}

#footer a {
	background: none; 
	color : #fff;	
	padding-left: 2px; 
	padding-right: 2px;
}
h1 { visibility: hidden; margin-top: -50px; }
#leftfooter { width: 270px; float: left; }
#rightfooter { color: #ef0; font-size: 10px; font-family: arial, sans-serif; text-align: right; width: 360px; float: right; }
img { border: none; }
