body {
	margin: 0 auto; 
	padding: 0; 
	min-width: 1000px;  
	background-color: #011110;
}

#container	{
	max-width: 1400px; 
	margin-left: auto; 
	margin-right: auto;  
	border-radius:25px;
}

		
#header	{ 
	background-color: #0099ee; 
	border: 10px solid #aaee00; 
	border-radius:25px;
	font-family: Georgia, serif; 
}

#header ul	{ 
	list-style: none; 
	margin: 0 18px 6px; 
	padding: 10px 0 6px; 
}

#header li	{ 
	display: inline; 
	font-size: 11px; 
	font-weight: bold; 
	padding-right: 5px;
}
		
#header a:link	{
	text-decoration: none; 
}

#header a:visited	{
	text-decoration: none; 
}

#header a:hover	{
	text-decoration: underline;
	color: #0000ff;
}

#header h1	{ 
	font-size: 64px; 
	color: #ff00ee; 
	text-align: center; 
}

#wrapper	{ 
	width: 100%;  
	border-radius:25px;

}

#content	{ 
	margin: 0 auto; 
	border-radius:25px; 
	padding: 5px; 
	margin-top: 20px;  
}

#widecontent	{ 
	margin: 0 auto; 
	border-radius:25px; 
	padding: 5px; 
	margin-top: 20px;  
}

#footer	{ 
	background-color: #0099ee; 
	border: 10px solid #aaee00;
	border-radius:25px;  
	margin-top: 10px; 
	font-family: Georgia, serif; 
}

#footer	p	{ 
	color: #22eeff; 
	margin: 0; 
	padding: 0 18px 10px; 
	font-size: 15px; 
	text-align: right; 
}

#footer ul	{ 
	list-style: none; 
	margin: 0 18px 6px; 
	padding: 10px 0 6px; 
}

#footer li	{ 
	display: inline; 
	font-size: 11px; 
	font-weight: bold; 
	padding-right: 5px; 
}

#footer a:link	{
	text-decoration: none; 
}

#footer a:visited	{
	text-decoration: none; 
}

#footer a:hover	{
	text-decoration: underline;
	color: #0000ff;
}	

#footer h1	{ 
	font-size: 32px; 
	color: #ff00ee; 
	text-align: center; 
}


