body{
	
	margin:0px;
	padding:0px;
	font-family:Georgia, Garamond, serif;
	color:#ffffff;
	background:#000000;
	background-image:url('images/aom_bck_01.jpg');
	background-position:top center;
	background-attachment:fixed;
	
}

#wrapper{
	
	width:800px;
	margin:0 auto;
	
}

#splash{

	text-align:center;
	width:780px;
	margin-left:auto;
	margin-right: auto;
	margin-top:200px;
}

#splashfooter{

	font-size:10px;
	text-align:center;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;	
	
}

#header{
	
}

#nav {

	width:780px;
	padding:10px;
	text-align:right;
	font-size:12px;
	font-color:#ffffff;
}

#main {
	
	float:left;
	width:480px;
	padding:10px;
	text-align:left;
	font-size:12px;
	color:#ffffff;
	
}

#maintext{
	
	width:460px;
	margin-left:20px;
	
}

#sidebar{
	
	float:right;
	width:280px;
	padding:10px;
	text-align:left;
	font-size:12px;
	color:#ffffff;	
	
}

#sidetext{

	width:260px;
	margin-left:20px;
	
}

#sidebar.h1{

	font-size:12px;
	font-weight:bold;
}

#footer{

	clear:both;
	width:780px;
	padding:10px;
	text-align:center;
	font-size:10px;
	
}

#newsdatetime{

	text-align:right;
	border-top-style:dotted;
	border-top-width:1px;	
	
}

/* Redefine some of the standard HTML tags */

a:link {

	color:#ffffff;
	font-weight:bold;
	font-style:none;
	text-decoration: none;
		
}

a:visited {

	color:#ffffff;
	font-weight:bold;
	font-style:none;
	text-decoration: none;	
	
}

a:hover {

	color:#ffffff;
	font-weight:bold;
	font-style:none;
	text-decoration: none;
	text-decoration:underline;	
	
}

a img {
	
	border:0;
	
}

a.out:link {

	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-style:none;
	text-decoration: none;
		
}

a.out:visited {

	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-style:none;
	text-decoration: none;	
	
}

a.out:hover {

	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-style:none;
	text-decoration: none;
	text-decoration:underline;	
	
}
	
	
	