html, body {
	font-family: Arial, Verdana, Tahoma;
	color: #ccc;
	margin: 0px;
	font-size: 12px;
	background: #000 url(http://www.havaha.net/background.png) no-repeat;
	background-position: top center;
}

#container {
	height: 100%;
	width: 850px;
	background: #1e1e1e;
	margin: 0px auto;
	
}

#header {
	height: 150px;
	width: 850px;
	background: #181818 url(http://www.havaha.net/head.png);
}

#nav {
 	font-size: 14px;
 	text-align: center;
	color: #CCC;
	background: #8E1D1D url(nav_bg.png);
	height: 40px;
}

#nav a:link{
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}
#nav a:visited{
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

#nav a:hover{
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
}


#nav ul{
	display: inline;
	margin: 0px;
}

#nav ul li {
 	margin: 0px;
 	display: inline;
	color: #fff;
	padding-left: 20px;
}

a, a:link, a:visited{
	color: #972424;
	text-decoration: none;
}

a:hover{
	color: #FFF;
	text-decoration: none;
}

#left {
	float: left;
	width: 145px;
	padding: 5px;
}

.title {
	padding: 3px;
	font-size: 12px;
	color: #9D2020;
}

#center {
 	min-height: 200px;
	float: left;
	width: 670px;
	padding: 5px;
	background: #1A1A1A;
	border-left: 5px solid #721C1C;
	border-right: 5px solid #721C1C;
}

#right {
	float: right;
	width: 150px;
	background: #1A1A1A;
	padding: 5px;
}

#ads {
	background: #202020;
	border: 3px solid #721C1C;
	font-size: 10px;
}
.newsbox {
 	background: #202020 url(http://havaha.com/box_bg.png) repeat-x;
	border-bottom: 1px dotted #151515;
	font-size: 1.1em;
	margin-bottom: 20px;	
}


.media-box {
	background: #1A1A1A;
	padding: 5px;
	border-bottom: 1px dotted #333;
	min-height: 50px;
}

.media-box:hover {
	background: #0D0D0D;
	padding: 5px;
	border-bottom: 1px dotted #333;
	min-height: 50px;
}

.portal-box:hover {
	background: #0D0D0D;
	padding: 5px;
	border-bottom: 1px dotted #333;
}

.portal-box {
	background: #1A1A1A;
	padding: 5px;
	border-bottom: 1px dotted #333;
}

.x {
	background: #1A1A1A;
	padding: 5px;
	border-bottom: 1px dotted #333;
}

.box {
	background: #1A1A1A;
	padding: 5px;
	border-bottom: 1px dotted #333;
}

.box:hover {
	background: #000;
	padding: 5px;
	border-bottom: 1px dotted #333;
}

.item {
	background: #1A1A1A;
	padding: 5px;
	border-bottom: 1px dotted #333;
}

.imagebox {
	
	margin-bottom: 5px;
	height: 40px;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
}

.white {
	color: #9D2020;
}
img {
	border: 0px;
}
h1 {
 	margin: 0px;
	font-size: 16px;
	color: #9D2020;
}

h2 {
 	margin: 0px;
	font-size: 13px;
	color: #9D2020;
}

p {
 	padding: 0px;
	margin: 0px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer {
 	border-top: 5px solid #721C1C;;
	text-align: center;
	height: 30px;
	padding: 2px;
	background: #0D0D0D;
}

.roundbox {
	height: 40px;
	overflow: hidden;
}
#boxtop {
	background: url(http://www.havaha.net/box.jpg) top CENTER no-repeat;
	height: 80px;
}

#rightr {
	background: url(http://www.havaha.net/box.jpg) top RIGHT no-repeat;
	float: right;
	height: 50px;
	width: 50px;
}

#leftr {
	background: url(http://www.havaha.net/box.jpg) top LEFT no-repeat;
	float: left;
	height: 50px;
	width: 50px;
}

#boxbot {
	background: url(http://www.havaha.net/box.jpg) bottom CENTER no-repeat;
	height: 50px;
	width: 500px;
}


#bottomr {
	background: url(http://www.havaha.net/box.jpg) bottom RIGHT no-repeat;
	float: right;
	height: 50px;
	width: 50px;
}

#bottoml {
	background: url(http://www.havaha.net/box.jpg) bottom LEFT no-repeat;
	float: left;
	height: 50px;
	width: 50px;
}

div.subnavlink a{
	padding: 0px 7px;
	font-size: 10pt; 
	font-weight: bold;
}
