* {
	text-decoration: none;
	margin: 0;
}
body {
	font: normal 11px/12px 'Arial', 'Helvetica', sans-serif;
	background: #e5e4e4 url('../img/01_bg.jpg') repeat-y top;
	color: #333333;
}
a { color: #486d9f; }
a:hover { color: #486d9f; }

#main {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

#col-1 {
	float: left;
	width: 265px;
	background: url('../img/02_navig_bg.gif') repeat-y;
}
#col-1 img { border: 0; }
#col-1 .title {
	float: left;
	width: 245px;
	background-color: #486d9f;
	clear: both;
}
#col-1 h1 {
	float: left;
	display: inline;
	margin-left: 22px;
	font: normal 14px/35px 'Arial', 'Helvetica', sans-serif;
	color: #fff;
}
#col-1 ul {
	float: left;
	display: inline;
	margin: 7px 0 15px 17px;
	padding: 0;
	list-style: none;
	clear: both;
}
#col-1 li {
	float: left;
	background: url('../img/02_navig_line.gif') no-repeat top left;
}
#col-1 a {
	display: block, inline;
	float: left;
	margin-left: 11px;
	width: 205px;
	font: normal 12px/24px 'Verdana', 'Geneva', sans-serif;
}
#col-1 #foot {
	float: left;
	width: 255px;
	height: 180px;
	background: #fff url('../img/02_navig_footer.gif') no-repeat top left;
	clear: both;
}

#col-2 {
	float: right;
	width: 730px;
}
#col-2 #head {
	float: left;
	display: inline;
	margin-bottom: 15px;
	padding-top: 25px;
	color: #333;
}
#col-2 #head p {
	float: right;
	font: normal 12px/16px 'Arial', 'Helvetica', sans-serif;
}
#col-2 .line {
	float: left;
	display: inline;
	width: 650px;
	height: 6px;
	margin-bottom: 25px;
	background-color: #486d9f;
	clear: both;
}
#col-2 #content {
	margin: 0 35px 35px 0;
	font: normal 11px/16px 'Arial', 'Helvetica', sans-serif;
	clear: both;
	width: 680px;
}

#footer {
	width:962px;
	height: 27px;
	font: normal 11px/27px 'Arial', 'Helvetica', sans-serif;
	text-align: center;
	background-color: #a7c1e6;
	clear: both;
}
