html, body, p, ul, h1, h2, h3, form, span {
	margin: 0;
	padding: 0;
}

body {
	background: #010c12 url("../img/site_bg.jpg") 0 0 repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

p {
	color: #fff;	
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

h1 {
	visibility: hidden;
	font-size: 1px;
	float: left;
}

h2 {
	width: 180px;
	margin: 15px 0 0 0;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

h2 span {
	font-size: 11px;
	font-weight: bold;
	color: #ea1e27;
	letter-spacing: normal;
	padding: 0 10px 0 0;
	float: right;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	color: #454545; 
}

#container {
	width: 980px;
	padding: 0px;
	margin: 0 auto;
	background: url("../img/body_bg.jpg") 0 0 repeat-y;
}

/*///////////////////////// header //////////////////////*/
#header {
	width: 100%;
	height: 151px;
	background: url("../img/menu_bg.jpg") 0 0 no-repeat;
}

#flashcontent {
	width: 50px;
	height: 50px;
	margin: 98px 0 0 104px;
	padding: 0;
	float: left;
	display: inline;
}

#header ul {
	width: 560px;
	height: 35px;
	list-style: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 25px 0 0 110px;
}

#header ul li {
	float: left;	
}

#header ul li a {
	padding: 0 20px 0 20px;
	line-height: 230%;
}

#header ul li a:hover {
	text-decoration: none;
	color: #4f869f;	
}

.menu {
	color: #fff;	
}

.menu_a {
	color: #4f869f;	
}

#tv_player {
	width: 100%;
	height: 321px;
	background: url("../img/tv_bg.jpg") 0 0 no-repeat;
	text-align: center;
}

/*///////////////////////// content //////////////////////*/
#content {
	width: 100%;
	background: url("../img/content_bg.jpg") 0 0 no-repeat;
	padding: 10px 0 70px 0;
}

#content p {
	width: 700px;
	margin: 0 auto;
	line-height: 150%;	
}

#content ul {
	width: 410px;
	margin: 0 auto;
	line-height: 200%;	
	color: #fff;
	list-style: none;
}                          

#content a {
	color: #fff;
	text-decoration: underline;	
}
                     

/*/////////////////////// footer ////////////////////////*/
#footer {
	width: 100%;
	height: 126px;
	background: url("../img/footer_bg.jpg") 0 0 no-repeat;
}

#footer p, a {
	color: #283f51;
}

.f_rights {
	width: 200px;
	float: left;
	padding-left: 10px;
	margin-top: 100px;
}

.f_design {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-top: 50px;	
}

.f_banner {
	width: 300px;
	margin: 15px 0 0 130px;	
	text-align: center;
	float: left;
}

.f_banner img {
	padding: 3px;	
}



/* /////////////////////// form ////////////////////// */


