body{
	margin: 0px;
	background: #000000 url('images/background.png') repeat-x;
	font: 11px 'Trebuchet MS';
	color: #FFFFFF;
}

h1{
	width: 744px;
	height: 32px;
	margin: 2px 0 0 0;
	padding: 6px 0 0 6px;
	background: url('images/balk_large.png');
	font: 19px 'Trebuchet MS';
	color: #FFFFFF;
}

h2{
	width: 202px;
	height: 32px;
	margin: 2px 0 0 0;
	padding: 6px 0 0 6px;
	background: url('images/balk_small.png');
	font: 19px 'Trebuchet MS';
	color: #FFFFFF;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #DE1285;
}


h1 .left{
	float: left;
	width: 600px;
}

h1 .right{
	float: left;
	margin-top: 5px;
	font: 12px 'Trebuchet MS';
}

.no_border{
	border: 0px;
}

.clear{
	clear: both;
}

#container{
	margin: 0 auto;
	width: 960px;
	margin-top: 10px;
}

.menu_icon{
	width: 35px;
	height: 35px;
	float: right;
	display: inline;
	margin-left: 5px;
}

.menu_icon img{
	border: 0px;
}

#logo{
	width: 306px;
	height: 79px;
	float: left;
	margin-top: -10px;
}

#menu_top{
	width: 654px;
	height: 79px;
	float: left;
}

	#block_01{
		padding-top: 3px;
		height: 36px;
		text-align: right;
	}

	#block_02{
		height: 40px;
		float: right;
	}

		#block_02 ul{
			margin: 0px;
			padding: 0px;
		}

		#block_02 .begin{
			padding: 0;
			background: url('images/menu_top_begin.png');
			width: 31px;
			height: 40px;
		}

		#block_02 .middle{
			background: url('images/menu_top_middle.png') repeat-x;
			width: 0px;
		}

		#block_02 .end{
			padding: 0;
			background: url('images/menu_top_end.png');
			width: 8px;
			height: 40px;
		}

		#block_02 li{
			margin: 0px;
			padding: 10px 14px 0 21px;
			list-style: none;
			float: left;
			display: inline;
			background: url('images/menu_top_bg.png');
			height: 30px;
			font: 19px 'Trebuchet MS';
		}

		#block_02 a{
			color: #FFFFFF;
			text-decoration: none;
		}

		#block_02 a:hover{
			color: #DE1285;
		}

#menu_extra_start{
	margin-top: -1px;
	width: 3px;
	height: 69px;
	background: url('images/menu_extra_start.png');
	float: left;
}

#menu_extra{
	margin-top: -1px;
	width: 954px;
	height: 69px;
	background: url('images/menu_extra_bg.png') repeat-x;
	float: left;
}

	#top{
		height: 34px;
	}

		#top .left{
			width: 810px;
			float: left;
			font: 19px 'Trebuchet MS';
			margin: 5px 0 0 5px;
		}

		#top .right{
			float: left;
			font: 15px 'Trebuchet MS';
			margin: 7px 0 0 0;
		}

	#bottom{
		font: 15px 'Trebuchet MS';
		color: #000000;
		text-align: center;
		padding-top: 6px;
		width: 954px;
	}

		#bottom a:hover{
			color: #000000;
		}
#menu_extra_end{
	margin-top: -1px;
	width: 3px;
	height: 69px;
	background: url('images/menu_extra_end.png');
	float: left;
}

#content{
	width: 750px;
	float: left;
}

	.content{
		width: 748px;
		background: #292929;
		border: #373737 1px solid;
		overflow: hidden;
	}

		.video{
			float: left;
			display: inline;
			margin: 8px 3px 8px 3px;
			padding: 5px 0 5px 0;
			width: 175px;
			font: 16px 'Trebuchet MS';
			text-align: center;
		}

		.video_special{
			background: #353535;
			border: #4A4A4A 1px solid;
			float: left;
			display: inline;
			margin: 8px 3px 8px 3px;
			padding: 5px 0 5px 0;
			width: 173px;
			font: 16px 'Trebuchet MS';
			text-align: center;
		}


		.content table{
			font: 11px 'Trebuchet MS';
		}

#menu{
	margin-left: 2px;
	width: 208px;
	float: left;
	font: 12px 'Trebuchet MS';
}

	.menu{
		width: 206px;
		background-image:url('images/menu_bg.jpg');
		background-repeat:repeat-y;
		border: #373737 1px solid;
		overflow: hidden;
	}

		.submit_login{
			width: 76px;
			height: 25px;
			border: 0px;
			margin: 7px 0 14px 0;
			padding: 0px;
			background: url('images/login_button.jpg');
			font: 12px 'Trebuchet MS';
			font-weight: bold;
			color: #FFFFFF;
			text-align: center;
		}

		.menu ul{
			margin: 0;
			padding: 0;
			width: 208px;
		}

		.menu li{
			list-style: none;
			padding: 5px 0 0 4px;
			margin: 0;
			width: 202px;
			height: 23px;
		}

		.light{
			background: #353535;
		}

		.menu .padding{
			padding: 4px;
			line-height: 15pt;
		}

#footer{
	margin: 0 auto;
	width: 500px;
	height: 100px;
	overflow: hidden;
	padding: 33px 0 0 0;
	text-align: center;
}