html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
}

body {
	background: url(bg.jpg) left ;
	color: #333;
	font-size: 0.95em;
	font-family: Arial, sans-serif;
	text-align: center;
}

a {
	color:#681108;
}

a:hover {
	color: #8496B3;
	text-decoration: none;
}

span a {
background-color: #871553; 
padding:3px; color:#fff; 
font-size:90%; 

}
span a:hover {color:#59C1FF;}
li {padding-bottom:10px; }

h1 {
	font-size: 1.5em;
	font-family: Arial;
	color: #110207;
	margin: 0; padding-top:10px;
	padding-bottom: 8px;
}

h2 {
	font-size: 1.2em;
	font-family: Arial;
	color: #000066;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 0;
}

h3 {
	font-size: 1.1em;
	font-family: Arial;
	margin: 0;
	padding-bottom: 8px;
}

h4 {
	font-size: 0.8em;
	font-family: Arial;
	color: #003366;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}

p  {
	margin: 0;
	padding-bottom: 8px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #AACCD5;
}

img {
	border: none;
}

.right {float:right; }
#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	height: 100%; 
}

#head {
	
	height: 90px;
	color: #fff; margin-bottom:20px;text-align:center;
	
}

#head div {
	float: left;
	height: 89px;text-align:center;
}

#head img {margin:0;text-align:center;}

#body {
	float: left;
	margin-top: 0px;
	width:74%;
 padding-left:10px; background-color:#fff;
}

visual {
	margin: 0; float:right;
	border-top:6px solid #072675;
	border-bottom:6px solid #072675;
border-left:6px solid #072675;
	height: 165px;background:#072675 url(images/visual.jpg) right top no-repeat; width:75%;
}

#content {
	float: left; 
	padding: 10px 14px 0 20px;list-style:square;

}

#menu {
	padding: 0;
	margin: 0; 
	width:24%;
	background-color: #110207;
	float:left;
}

#menu a {
	text-decoration: none;
	display:block;padding-bottom:3px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	font-family: Arial;
	border-bottom: 1px solid #000;}

#menu ul li a {
	margin-top: 4px;
	margin-bottom: 6px; padding-left:20px;
	line-height: 19px;
	font-weight: normal;
	text-transform: uppercase;
	color:#fff;
}
#menu ul li a:hover {color:#59C1FF;}

#news {
	float:right;background-color: #110207;
	width:95%; }

#news p {color:#fff; font-weight:bormal; font-size:90%; padding-left:10px;}
#news img {padding-bottom:5px;}
#news h2 {color:#ddd; padding-left:10px;} 
#news h4 {font-size:95%;padding:10px 0px 5px 0px; color:#871553; font-weight:bold;}

#news ul {padding:0; margin:0;  }
#news li img {padding:0; margin:0;}
#news ul li {
list-style:none; margin:6px 0;  margin-left:-5px; padding:6px 0; 

border:none;
 font-size: 15px;  font-weight: bold; color:#fff;}

#news ul li a {
color:#fff;border-bottom:1px solid #fff;
margin-left:-5px; text-decoration:none; text-transform: none;font-weight: bold;}

#news ul li a:hover {color:#59C1FF;}

#ads {
	padding: 0;
	margin: 0;
}



#foot {
	clear: both;
border-top:1px solid #000033;
	padding: 1em;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: right;
	color:#fff;

}

#top_nav {
	display: none;
	padding-left: 185px;
	background-color: #DEECF0;
	height: 20px;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #fff;
	background-image:  url(images/tn_bg1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 20px;
}

#top_nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-top: 2px solid #f60;
	border-right: 1px solid #fff;
	background-color: #E5F1F3;
}

#top_nav a {
	display: block;
	padding: 0 1.3em;
	line-height: 18px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#top_nav a:hover {
	background-color: #f60;
	color: #fff;
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
 * html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }


.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }
* html .btn { border: 3px double #aaa; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }