/* ------------HTML BODY */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #fff;
	}
	
a, a:link {
	color: #b2aaa8;
	text-decoration: none;
	font-weight: 600;
	}

a:visited {
	color: #c6c6c6;
	text-decoration: none;
	font-weight: 600;
	}
	
a:hover {
	color: #b2aaa8;
	text-decoration: underline;
	font-weight: 600;
	}
	
img {
	border: 0;
	}
	
/* ------------CLASSES */

.bottom {
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	clear: left;
	}

/* ------------IDS */

#hidden {
	display: none;
	}
	
#hidden ul, li {
	list-style: square;
	padding: 15px;
	margin: 15px;
	}

#left {
	float: left;
	margin: 0;
	padding: 0 15px 15px 0;
	width: 280px;
	}

#navframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 26px;
	list-style: none;
	}	

#nav { 
	width: 312px; 
	height: 24px; 
	background: url(images/nav.png); 
	margin: 1px auto; 
	padding: 0; 
	list-style: none;
	position: relative;
	}
	
#nav li { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute;
	}
	
#nav li, #nav a { 
	height: 24px; 
	margin: 0; 
	padding: 0; 
	display: block;
	}
	
#nav1b { 
	left: 0px; 
	width: 56px;
	}
	
#nav2b { 
	left: 57px; 
	width: 58px; 
	}
	
#nav3b { 
	left: 119px; 
	width: 60px; 
	}
	
#nav4b { 
	left: 186px; 
	width: 50px; 
	}
	
#nav5b { 
	left: 243px; 
	width: 63px; 
	}
	
#nav1b a:hover { 
	background: transparent url(images/nav.png) 0 -24px no-repeat; 
	}
	
#nav2b a:hover { 
	background: transparent url(images/nav.png) -57px -24px no-repeat; 
	}
	
#nav3b a:hover { 
	background: transparent url(images/nav.png) -119px -24px no-repeat; 
	}
	
#nav4b a:hover { 
	background: transparent url(images/nav.png) -186px -24px no-repeat; 
	}
	
#nav5b a:hover { 
	background: transparent url(images/nav.png) -243px -24px no-repeat; 
	}
	
#newsframe {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0;
	text-align: left;
	width: 500px;
	}
	
#newsframe li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#newsframe ul {
	margin: 15px 0;
	padding: 0;
	}
	
#right {
	background: url(images/rightbg.png) repeat-y;
	float: left;
	font-size: x-small;
	margin: 0;
	width: 180px;
	padding: 0 0 15px 15px;
	}
	
#right form {
	margin: 10px 0 5px 0;
	padding: 0;
	}

#right h4 {
	display: inline;
	font-size: x-small;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}	

#topframe {
	width: 100%;
	height: 112px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 url(images/cloudbg.jpg) repeat-x;
	}
	
#top[id] {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 112px;
	background: url(images/cloudbg.png) no-repeat;
	background-position: top center;
	}