body {
	background-image:			url(../images/bg_main.gif);
	background-repeat:			repeat;
	background-position: 		center top;
	margin:						0;
	padding:					0;
 	font-size: 					12px;
	font-family: 				'Lucida Grande', Arial, Verdana, Sans-Serif;
	line-height: 				1.5em;
	font-style:					normal;
	font-weight:				normal;
	color: 						#8B8B8B;
}
  
p, div, td {
	font-family: 				'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-size: 					11px;
	text-decoration:			none;
	font-style:					normal;
	font-weight:				normal;
	color: 						#8B8B8B;
}

a {
 	color:						#8B8B8B;
 	text-decoration:			none;
}

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

div#container {
	width:						100%;
}

div#header {
	width:						960px;
	margin:						0 auto;
	height:						300px;
}

div#content-main {
	/*background:					url(../images/bg-content.gif);*/
	width:						960px;
	margin:						0 auto;
	margin-top:					30px;
}

div#content {
	float:						left;
	width:						660px;
}

div#video {
	width:						650px;
	padding:					1px;
	border:						1px solid #202020;
	margin-bottom:				35px;
}

div#navigation {
	float:						right;
	width:						240px;
}

div#navigation ul {
	padding-left: 				0;
	margin-right: 				0;
}

div#navigation ul li {
	list-style:					none;
	border-top: 				1px solid #202020;
	padding:					5px 0 5px 0;
}

div#clear {
	clear:						both;
}

div#footer {
	width:						960px;
	margin:						0 auto;
	margin-top:					30px;
	border-top:					1px solid #202020;
	text-align:					center;
	padding:					20px;
}

h1, h2, h3, h4{
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration:none;
	color:#fff;
}

h1{
	font-size:15px;
	font-weight:bold;
	padding: 30px 0 0 0;
	border-top: 1px solid #202020;
}

h1.first {
	font-size:15px;
	font-weight:bold;
	padding: 0 0 0 0;
	border:0;
}

h2{
	font-size:15px;
	font-weight:bold;
	border-top: 1px solid #333333;
	padding-top:1.5em;
	margin-top:-1.5em;
}

h3{
	font-size:15px;
}