body {
	background-color: #eee;
	background-image: url(../bg.gif);
	background-position:center;
    background-repeat: repeat-y;
	background-attachment:fixed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	height:100%
}

#container {
margin:0px auto;
width:770px;
background-color: white;
text-align:left;
border:0px;
height:100%;
}

#header {
width: 750px;
margin:3px 8px 3px 8px;
background-color:#9cf;
height:100px;
	background-image: url(../headbg.jpg);
    background-repeat: no-repeat;
border:1px solid #007FC6;
}

#leftheader {
	width: 365px;
	float: left;
	text-align:left;
}

#rightheader {
	float:right;
	width: 365px;
	text-align:right;
}

#leftcol {
width:200px;
padding:0;
margin: 3px 12px 12px 5px;
background-color: white;
text-align:left;
}

#contents {
float:right;
margin-right: 5px;
margin-bottom:3px;
padding:3px 6px 3px 6px;
width: 510px;
background-color: white;
text-align:left;
border:1px solid #007FC6; 
}

#featuresl {
	width: 240px;
	float: left;
	margin-bottom: 6px;
	margin-right:1px;
	padding: 4px;
	border:1px solid #007FC6;
	text-align:left;
	height:120px;
background-color: #eee;
}

#featuresr {
	width: 240px;
	float: right;
	margin-bottom: 6px;
	margin-right:1px;
	padding: 4px;
	border:1px solid #007FC6;
	text-align:left;
	height:120px;
background-color: #eee;
}

img.feature { margin: 0 6px 3px -3px; }
img.page { padding:3px; border: 2px solid #007FC6; background-color:#eee;}


#footer {
clear:both;
padding:3px;
width: 750px;
margin:3px 5px 8px 8px;
background-color:#9cf;
height:120px;
border:1px solid #007FC6;
}

#leftfoot {
	width: 370px;
	float: left;
	text-align:left;
}

#rightfoot {
	float:right;
	width: 370px;
	text-align:right;
}