html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	color:#fff;
	background-color: #000000;
}
a {
	color: #f47920;
	text-decoration: none;
}

a:hover {
	color: #f47920;
	text-decoration: underline;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #000000;
	background-image: url(layout/main_bg.jpg);
	background-repeat: no-repeat;
}

div#header {
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	height: 245px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #f58230;
	border-right-color: #f58230;
	border-bottom-color: #f58230;
	border-left-color: #f58230;
}

#linka a{
	width: 185px;
	height: 240px;
	float: left;
	display: inline;
	text-decoration: none;
}
#linkb a{
	width: 400px;
	height: 240px;
	float: left;
	display: inline;
	text-decoration: none;
}

#linkc a {
	width: 200px;
	height: 240px;
	float: left;
	display: inline;
	text-decoration: none;
}

div#nav {
	width:100%;
	height:31px;
	text-align: center;
	background-image: url(layout/nav_bg.jpg);
	background-repeat: no-repeat;	
	padding-top:3px;
}

div#content {
	width:800px;
	background-repeat: no-repeat;
	padding-bottom: 5em;
	overflow: hidden 
}

#powered{
	width: 30px;
	float:left;
	display: inline;
	padding-top:55px;
	padding-left: 5px;
	}
#contentfield{
	width: 474px;
	float:left;
	display: inline;
	margin-right: 31px;
	padding-top:20px;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
#content_m td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
#rightcontainer{
	width:200px;
	height:120px;
	float:left;
	display: inline;
	margin-left: 20px;
	margin-top: 5px;
	text-align: center;

}	
#video{
	width:200px;
	height:120px;
	border: 1px solid #f58230;
	float:left;
	margin-bottom: 10px;
	

}
#lowerimage{
margin-top: 20px;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:29px;	
	background-color: #000000;
}
	
