* {

	margin: 0;

	padding: 0;

}



html {height: 100%}



body {

	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;

	width: 100%;

	height: 100%;

	color: white;

	background-color: black;

	background-image: url(../img/back.jpg);

	background-repeat: repeat-x;

	background-position: top;

}



a {

	color: blue;

	outline: none;

	text-decoration: underline;

}



a:hover {

	text-decoration1: none;

}



p {margin: 0 0 18px}



img {

	border: none;

}



input {vertical-align: middle}



.cleaner { 

	clear: both;

	height: 0;

	overflow: hidden; 

}



#wrapper {

	width: 1000px;

	margin: 0 auto;

	min-height: 100%;

	height: auto !important;

	height: 100%;

}





/* Header

-----------------------------------------------------------------------------*/

#header {

	height: 67px;

}



.navigation {

	float: left;

	padding-top: 10px;

	margin: 0px;

	height: 57px;

}



.navigation li {

	display: inline;
	float: left;
	margin: 0px;

	padding: 0px;

}



.navigation li a {

	float: left;

	background-repeat: no-repeat;

	background-position: top left;

	height: 57px;

}



.navigation li a.m1 {

	background-image: url(../img/m1f.jpg);

}



.navigation li a.m1:hover {

	background: url(../img/m1f.jpg) no-repeat 0px -57px;

}



.navigation li a.m2 {

	background-image: url(../img/m2f.jpg);

}



.navigation li a.m2:hover {

	background: url(../img/m2f.jpg) no-repeat 0px -57px;

}



.navigation li a.m3 {

	background-image: url(../img/m3f.jpg);

}



.navigation li a.m3:hover {

	background: url(../img/m3f.jpg) no-repeat 0px -57px;

}



.navigation li a.m4 {

	background-image: url(../img/m4f.jpg);

}



.navigation li a.m4:hover {

	background: url(../img/m4f.jpg) no-repeat 0px -57px;

}



.navigation li a.m5 {

	background-image: url(../img/m5f.jpg);

}



.navigation li a.m5:hover {

	background: url(../img/m5f.jpg) no-repeat 0px -57px;

}



.navigation li a.m6 {

	background-image: url(../img/m6f.jpg);

}



.navigation li a.m6:hover {

	background: url(../img/m6f.jpg) no-repeat 0px -57px;

}



.navigation li a.m7 {

	background-image: url(../img/m7f.jpg);

}



.navigation li a.m7:hover {

	background: url(../img/m7f.jpg) no-repeat 0px -57px;

}



#music {

	float: right;

	padding-top: 40px;

}



/* Middle

-----------------------------------------------------------------------------*/

#content {

	padding: 0 0 187px;

}



#content .title {

	padding-bottom: 10px;

}



#content .left {

	float: left;

	width: 600px;

}



#content .right {

	float: left;

	width: 400px;

}



#content .left .txt, #content .right .txt {

	padding-right: 10px;

}



#content h3 {

	font-family: Arial;

	padding: 0 0 15px 0;

	margin: 0;

	font-size: 1.4em;

}



#content .txt p {

	margin-top: 0;

	color: #dddddd;

}



.news_head {

	background-color: white;

	color: black;

	padding: 3px;

	float: left;

	font-weight: bold;

}



.news_body {

	width: 380px;

	float: left;

	padding: 5px 0 10px 0;

	color: #dddddd;

}



/* Footer

-----------------------------------------------------------------------------*/

#footer {

	width: 100%;

	margin: -187px auto 0;

	height: 187px;

	background-image: url(../img/bback.jpg);

	background-repeat: repeat-x;

	background-position: bottom;

}



#footer .center {

	width: 1000px;

	margin: 0 auto;

	color: #808080;

	font-size: 11px;

}



#footer .redline {

	background-color: #2f0b0b;

	height: 8px;

}



#footer .left {

	float: left;

	padding: 8px 15px 0 0;

}



#footer .right {

	float: right;

	padding-top: 8px;

	text-align: right;

}



#footer .center a {

	color: #808080;

}



#footer .center a:hover {

	color: white;

}