body {
	background: #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 80%;
    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

a:active {  
	text-decoration: underline 
	color: #ffff00;
}
	
a:hover {  
	color: #000000;
	text-decoration: underline
}

a:link {  
	color: #000000;
	text-decoration: none
}

a:visited {  
	color: #000000; 
	text-decoration: none
}

#container {
	width: 768px;
	height: auto;
	text-align: center;
}

#header {
	text-align: left;
	background: #000000;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px 0px;
	height: 103px;
}

#surround {
	padding: 10px;
    background: #cbcbcb;
	height: 100%;
}

#content {
	margin: 0px;
	padding: 20px;
	text-align: left;
	background: #eae7e7;
	height: auto;
	overflow:auto;
/*	float: left;*/
}

#contentImg {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #eae7e7;
	height: auto;
	}
	
#footer {
    height: 20px;
    background: #cc0000;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px 0px;
	clear: both;
}





