@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: 000;
	font-size: 12px;
	background-color:#000000;
	}
	
p {
	margin: 0 0 15px 0;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color:#0066CC;
	}

a:hover {
	text-decoration: underline;
	}
	
#page {
	width: 860px;
	margin: 0 auto;
	}
	
#header {
	float: left;
	width: 860px;
	height: 235px;
	padding: 0 20px;
	text-indent: 130px;
	background: url(../img/abwu_header2.gif) no-repeat #ffffff;
	background-position: 0;
	}

#nav {
	background-color:#FFFFFF;
	width: 860px;
	padding: 20px;
	}
	
#content {
	float: left;
	width: 880px;
	padding: 20px 0 0 20px;
	background: url(../images/bg_1x20_content.gif) repeat-x #ffffff;
	min-height: 410px;
	line-height: 14px;
	}
	
#content h1{
	font-size: 14px;
	color:#ff1a5f;
	margin: 0 0 15px 0;
}

#content li{
	background:url(../img/li_bg_1x290.gif) repeat-x #ff1a5f;
	backgfound-position: 0;
	font-size: 11px;
	text-decoration: none;
	width: 200px;
	height: 340px;
	float: left;
	margin: 0 20px 20px 0;
	list-style: none;
	}

#content li p{
	padding: 0 10px;
	}

#content li a{
	color:#ccff33;
	}

#content li h2{
	color:#FFFFFF;
	padding: 10px;
	font-size: 12px;
	}
	
#sidebar {
	float: left;
	width: 120px;
	padding: 20px 20px 0 20px;
	background-color: none;
	background-position: 0;
	background: url(../images/bg_240x450_sidebar.png) no-repeat;
	text-align: right;
	}

#sidebar a.current {
	color:#333333;
	}
	
#sidebar a:hover.current {
	color:#333333;
	text-decoration:none;
	}

#sidebar li{
	list-style-type:none;
	list-style: none;
	line-height: 24px;
	}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
	color:#2e5c81;
	}

#sidebar a:hover {
	text-decoration: underline;
	}

#sidebar a:active {
color:#333333;
	}

#footer {
	clear: both;
	width: 860px;
	padding: 20px;
	background-color: #333333;
	color:#FFFFFF;
	font-size:9px;
	}
	
#footer a {
	color: #CC3333;
	}