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: 1px solid #f47f2b;
}
.link_a{
width: 185px;
height: 245px;
float:left;
display: inline;
}
.link_b{
width: 455px;
height: 245px;
float:left;
display: inline;
}
.link_c{
width: 145px;
height: 245px;
float:left;
display: inline;
}
#linka a{
	width: 185px;
	height: 122px;
	float: left;
	margin-top: 0px;
	text-decoration: none;
}
#linkb a{
	width: 455px;
	height: 240px;
	float: left;
	text-decoration: none;
}

#linkc a {
	width: 145px;
	height: 122px;
	float: left;
	text-decoration: none;
}

div#nav {
	width:100%;
	height:24px;
	text-align: center;	
	
}
div#content {
	background-repeat: no-repeat;
	padding-bottom: 5em;
}

#content_m{
	width: 708px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
#content_m td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	

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