@charset "utf-8";
/* CSS Document */

body {margin:0px;padding:0px;}

#container {width:100%; margin:0px auto; background:url(../images/header_repeat.jpg) top left repeat-x;}

#header {height:326px;}

#header_image {
	height:326px;
	/*width:1156px;*/
	min-width:960px;
	max-width:1156px;
	
	background:url(../images/headerbg.jpg) top center no-repeat;}
	
#navigation {
	position:relative;
	top:230px;
	left:200px;
	width:400px;
}

.navigation {
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:4px 6px;
	background-color:#F00;
	margin:5px;
	
	}
	/*links actions*/
.navigation:hover {
	background-color:#0F0;
}
	
.current {
	background-color:#F60;
}
	

#content {
	width:960px;
	padding-top:15px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#00325a;
	
}

.col_3 {
	width:300px;
	padding:10px;
	float:left;
}
.col_3_2 {
	width:620px;
	padding:10px;
	float:left;
}

