*{
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 20px;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0B487E;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}

#header {
	background-image: url(../images/header.jpg);
	height: 110px;
}
#header h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#header_side {
	text-align: right;
	float: right;
	width: 400px;
	line-height: 24px;
	font-size: 15px;
	color: #FFFFFF;
	height: 100px;
}
#header_side a {
	font-size: 15px;
	color: #0b487d;
	text-decoration: none;
}
#header_side a:hover {
	text-decoration: underline;
}

#navbar {
	background-image: url(../images/navbg.jpg);
	color: #FFFFFF;
	line-height: 41px;
	padding-left: 40px;
	height: 41px;
	width: 960px;
}
#content {
	clear: both;
	background-image: url(../images/content_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 950px;
	padding: 25px;
	float: left;
}
#text {
	float: left;
	width: 670px;
	margin-left: 12px;
	font-size: 13px;
}
#text ul {
	padding-left: 30px;
	padding-bottom: 18px;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#sidebar {
	float: right;
	width: 260px;
}
#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	height: 21px;
}
#footer_outter {
	clear: both;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}
#footer_outter a {
	color: #FFFFFF;
	text-decoration: none;
}
.space {
	margin-left: 40px;
}

#footer_outter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

