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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

body, p, h1, h2, h3, ul, li, hr {
	padding:0px;
	margin:0px;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0px;
}

h1 { font-size:20px; }
h2 { font-size:16px; }

hr {
	margin:10px 0px;
	border-top:2px dotted #CCC;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

a {
	text-decoration:none;
	color:#69F;
}

p {
	line-height:18px;
	margin-top: 5px;
}

a:hover {
	color:#09F;
}

div#center_wrapper {
	width:910px;
	margin:0 auto;
	background-image: url(../images/bg_home.jpg);
	background-repeat: repeat-y;
}

div#main_wrapper {
	background-image: url(../images/top_home.jpg);
	background-repeat: no-repeat;
}

div#navbar_wrapper {
	background:#183553;
	line-height:24px;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	position:relative;
	top:41px;
	left:317px;
	width:532px;
	height:50px;
	color:#FFF;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

div#navbar_wrapper a { color:#FFF; }
div#navbar_wrapper a:hover { color:#69F; }

div#text_wrapper {
	position:relative;
	top:45px;
	left:325px;
	width:535px;
	padding:10px 15px;
	text-align:justify;
}

div#footer_wrapper {
	color:#999;
	position:relative;
	top:103px;
	left:320px;
	text-align:right;
	width:475px;
}
#center_wrapper #main_wrapper #footer {
	background-image: url(../images/footer_home.jpg);
	background-repeat: no-repeat;
	height: 156px;
}

