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

#body {
	background-image:url(img/bg_img.png);
	background-repeat:repeat-x;
}

#wrap {
	margin:10px auto;
	width:960px;
	background-color:#EAF4EA;
	border:1px solid #12336C;
}

#header {
	width:940px;
	height:230px;
	margin-left:10px;
	background-image:url(img/header_1.gif);
	background-repeat:no-repeat;
}

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#12336C;
	padding-top:10px;
	background-color:#eaf4ea;
	margin-top:-30px;
}

#navbar {
	width:940px;
	margin-left:12px;
}

#content {
	float:left;
	width:700px;
	padding-left:15px;
	padding-right:15px;
}

h1 {font-size:20px;}

.links a {color:#666;}
.links a:hover {color:#000;}

.links_2 a {color:#12336c;}
.links_2 a:hover {color:#666;}

#sidebar {
	width:170px;
	float:right;
	padding:8px;
}

hr {color:#12336C;}

#footer {
	width:930px;
	margin-left:15px;
	text-align:center;
	font-size:10px;
	padding-bottom:4px;
	padding-top:4px;
}

#footer a {color:#333;}
#footer a:hover {color:#000;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
