@charset "UTF-8";



/* CSS Document */

body {

	margin: 0px;

	padding: 0px;

	background-color: #CABBB2;

}

outter {

}



/* HEADER - NAV */

#header {

	background-image: url("../images/nav_03.png");

	background-repeat: repeat-x;

	background-position: left top;

	height: 85px;

}

#header #nav {

	width: 980px;

	margin-right: auto;

	margin-left: auto;

	text-align: right;

	margin-top: 0px;

	margin-bottom: 0px;

	height: 50px;

}

#header #nav ul {

	float: right;

	padding: 0px;

	margin-top: 18px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#header #nav li   {

	list-style-type: none;

	position: relative;

	float: left;

	margin-top: 0px;

	margin-right: 20px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#nav ul,   {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

#header #nav a, #header #nav a:visited {

	text-decoration: none;

	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

}

#header #nav a:hover {

	color: #FFFFFF;

	text-decoration: underline;

}



/* CONTENT */

#content {

	width: 940px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

#content p {

	padding: 0px;

	margin-top: 0em;

	margin-right: 0px;

	margin-bottom: 1em;

	margin-left: 0px;

}

#content h1 {

	font-size: 24px;

	display: block;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 20px;

	margin-left: 0px;

	color: #999999;

}

#content .title {

	color: #666666;

}

#content h2 {

	font-size: 16px;

	padding: 0px;

	margin-top: 0.5em;

	margin-right: 0px;

	margin-bottom: 0.5em;

	margin-left: 0px;

}

#content h3 {

	font-size: 14px;

	margin: 0px;

}

#content .info {

	margin-right: 10px;

	margin-left: 10px;

}

#content #topbg {

	background-image: url("../images/main_topbg.png");

	background-repeat: no-repeat;

	background-position: center top;

	height: 11px;

	float: left;

	width: 940px;

}

#content #centerbg {

	background-color: #FFFFFF;

	float: left;

	width: 940px;

}

#content #bottombg {

	background-image: url("../images/main_bottombg.png");

	background-repeat: no-repeat;

	background-position: center bottom;

	height: 11px;

	float: left;

	width: 940px;

}



/* FOOTER */

#footer {

	width: 940px;

	float: left;

	text-align: center;

	padding-top: 10px;

}

#footer .links a, #footer .links a:visited {

	color: #630B0B;

}

#footer .links a:hover {

	color: #C30501;

	text-decoration: none;

}

#footer .copy {

	font-size: 10px;

	margin: 0px;

}

#footer .copy a, #footer .copy a:visited {

	color: #000000;

}

#footer .copy a:hover {

	color: #FFFFFF;

	text-decoration: none;

}

#footer .design {

	font-size: 10px;

	margin-top: 5px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#footer .design a, #footer .design a:visited {

	text-decoration: none;

	color: #000000;

}

#footer .design a:hover {

	text-decoration: underline;

	color: #C30501;

}




