body {
	background:#eee8cd;
	color:#FFF;
	padding-top:100px;
}
a:link {
	color:#b00000;
	text-decoration:none;
}      /* unvisited link */
a:visited {
	color:#000;
	text-decoration:none;
}  /* visited link */
a:hover {
	color:#0000FF;
	text-decoration:line-through;
}  /* mouse over link */
a:active {
	color:#0000FF;
	text-decoration:none;
}  /* selected link */

h4 {
	text-align:center;
}

#container {
	width: 800px;
	height:600px;
	background: #eee8cd;
	margin: 0 auto; 
	border: 1px;
	color:#b00000;
}

#header {
	width:auto;
	height:80px;
	text-align:left;
	border:0px;
	
}

#topleft {
	float:left;
	width:420px;
	height:auto;
}

#topright {
	float:right;
	width:380px;
	height:auto;
	text-align:center;
	font-size:14px;
}

#main {
	width:auto;
	height:480px;
	border:0px;
}

#left {
	height:480px;
	width:420px;
	float:left;
	border:0px;
}

#bottom {
	height:101px;
	width:380px;
	margin-left:20px;
	margin-right:20px;
	margin-top:60px;
}



#right {
	width:350px;
	height:450px;
	float:right;
	border:0px;
	font-size:12px;
	margin-right:15px;
	font-family:Arial;
}
	
#footer {
	width:auto;
	height:40px;
	color:#666666;
	font-size:11px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
