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

body {
	background-image:url(images/bg_1.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#wrap {
	width:980px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background-color:#fff;
}

#header {background-image:url(images/header.jpg); width:980px; height:200px;}

#sidebar {
	width:220px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#navigation a {
	width:200px;
	height:30px;
	display:block;
	background-color:#4971B6;
	font-size:16px;
	color:#fff;
	padding-left:15px;
	padding-top:5px;
	text-decoration:none;
	border:1px solid #1E347F;
}

#navigation a:hover {
	color:#000066;
	border:1px solid #1E347F;
	font-weight: bold;
}

#logo {width:200px; padding-left:15px; padding-top:20px;}

#content {
	width:730px;
	float:right;
	margin-right:10px;
	margin-top:2px;
	border-top:2px solid #000;
	text-align:center;
}

a {color:#00F; text-decoration:none;}
a:hover { color:#00F; text-decoration:underline;}

#footer {
	width:960px;
	height:20px;
	margin-left:10px;
	padding-top:5px;
	font-size:10px;
	border-top:1px solid #000;
	text-align:center;
}

#footer a {color:#666; text-decoration:none;}
#footer a:hover {color:#000; text-decoration:underline;}

h1 {font-size:20px;}

.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;
}
