@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg) ;
	background-repeat: no-repeat;
	background-position: top center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
}

a:link {
	color: #762a03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #762a03;
}
a:hover {
	text-decoration: underline;
	color: #762a03;
}
a:active {
	text-decoration: none;
	color: #762a03;
}

h1, h2{
	color: #762a03;
}

/* CONTENT */

#container{
	width: 714px;
	left: 50%;
	margin-left: -357px;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#header{
	width: 714px;
	height: 179px;
	background-image: url(../images/header.png);
	float: left;
}

#menu{
	width: 714px;
	height: auto;
	float: left;
}

#footer{
	width: 714px;
	height: 140px;
	background-image: url(../images/footer.png);
	float: left;
	margin-bottom: 10px;
	padding-top: 90px;
}

#center{
	width: 714px;
	height: auto;
	float: left;
}

#side_left_top{
	width: 63px;
	height: 63px;
	background-image: url(../images/side_left_top.png);
	float: left;
}

#side_left_bottom{
	width: 63px;
	height: 314px;
	background-image: url(../images/side_left_bottom.png);
	float: left;
}

#side_right_top{
	width: 57px;
	height: 63px;
	background-image: url(../images/side_right_top.png);
	float: left;
}

#side_right_bottom{
	width: 57px;
	height: 314px;
	background-image: url(../images/side_right_bottom.png);
	float: left;
}

#content{
	width: 594px;
	height: auto;
	float: left;
	background-color: #000000;
}

#page_title{
	width: 318px;
	height: 67px;
	float: left;
}

#text{
	width: 370px;
	height: auto;
	float: left;
	padding: 10px;
	text-align: justify;
}

#graphic{
	width: 200px;
	height: 380px;
	background-image: url(../images/usmc_marine.jpg);
	float: right;
	position: absolute;
	margin-left: 394px;
}

/*
#news{
	width: 594px;
	height: auto;
	float: left;
	z-index: 10;
}

#news_graphic{
	width: 594px;
	height: 32px;
	float: left;
	background-image: url(../images/news_community.jpg)
}

#news_devider{
	width: 29px;
	height: 240px;
	float: left;
	background-image: url(../images/news_devide.jpg);
}

#news_community{
	width: 158px;
	height: 220px;
	float: left;
	padding: 10px;
}

#news_latest{
	width: 355px;
	height: 220px;
	float: left;
	padding: 10px;
}

#news_footer{
	width: 714px;
	height: 230px;
	background-image: url(../images/footer.png);
	float: left;
	margin-top: -112px;
	margin-bottom: 10px;
}
*/

/* MENU */
#menu_left{
	width: 82px;
	height: 63px;
	background-image: url(../images/menu_left.jpg);
	float: left;
}

#menu_1{
	width:auto;
	height: 63px;
	background-image: url(../images/menu_home_on.jpg);
	float: left;
}

#menu_2{
	width:auto;
	height: 63px;
	background-image: url(../images/menu_overview_off.jpg));
	float: left;
}

#menu_3{
	width:auto;
	height: 63px;
	background-image: url(../images/menu_media_off.jpg);
	float: left;
}

#menu_4{
	width:auto;
	height: 63px;
	background-image: url(../images/menu_download_off.jpg);
	float: left;
}

#menu_5{
	width:auto;
	height: 63px;
	background-image: url(../images/menu_contact_off.jpg);
	float: left;
}

#menu_right{
	width: 93px;
	height: 63px;
	background-image: url(../images/menu_right.jpg);
	float: left;
}

.pngfix{}