/* CSS Document */

@import url(navigation.css);
@import url(main_cont_box.css);
@import url(video_navigation.css);

body{
	font-family:"Verdana", "Arial", sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
	margin:0px;
	padding:0px;
	position:relative;
}
#wrapper{
	margin:0 auto;
	width:690px;
	position:relative;
	background-image:url(../images/structure/bodyback.gif);
}
#header{
	height:246px;
	width:690px;
	position:relative;
	background-image:url(../images/structure/headerback.jpg);
	background-repeat:no-repeat;
}
#logo{
	background-image:url(../images/logo.gif);
	width:115px;
	height:50px;
	position:absolute;
	top:11px;
	right:10px;
}
#flash_container{
	position:absolute;
	width:642px;
	height:171px;
	bottom:0px;
	left:24px;
}
#flash_clips_container{
	position:absolute;
	width:428px;
	height:280px;
	bottom:0px;
	left:24px;
}
#content_container{
	padding:10px;
	position:relative;
	width:670px;
}
/*Make sure you leave this in the html. If things start to look weird then this has been deleted*/
#cleaner{
	clear:both;
	height:1px;
	line-height:1px;
}
/*end of importamnt bit*/
#footer{
	background-image:url(../images/structure/footerback.gif);
	background-repeat:no-repeat;
	width:660px;
	height:28px;
	padding-top:32px;
	padding-left:30px;
	font-size:0.8em;
	color:#949494;
}
#footer a{
	color:#c1ff05;
}