/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #000;
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	color: #fff;
}

a {
	text-decoration: underline;
	color: #CDCDCD;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

.ban img {
    border: 1px solid #fff;
}

/************* HEADER STUFF ************/

#header {
	margin: 0px auto;
	padding: 0px 0px;
	width: 100%;
	height:359px;
	background: url(images/bg_head.jpg) repeat-x left top;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 800px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 600px;
	padding: 0px 20px 40px 20px;
}

/************* right ************/

#right {
	float: right;
	width: 300px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 15px;
}	
#right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#right li {
	display: inline;
}

#right a {
	padding: 0px 0px 0px 15px;
	background: url(images/arr.gif) no-repeat left;
	color: #ff0000;
	text-decoration: none;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 99%;
	margin: 20px auto;
	font-size: 9px;
	text-align: center;
	padding-top: 20px;
	color: #fff;
}

#footer a {
	color: #ff0000;
}
