* {
	padding: 0;
	margin: 0; }

html{
	height: 101%; }

body {
	font-family: arial, helvetica, sans-serif;
	background-image: url(../image/bg3.png);
	background-repeat: repeat;
	color: #4A4A4A; }
	
h1 {
	font-family: andale sans ui, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 10px;
	color: #CB5C24; }

h2 {
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
	color: #4A4A4A; }

p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px; }
	
.p-bold {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold; }
	
ul {
	margin: 0 0 20px 15px;
	line-height: 20px;
	font-size: 13px; }

#container {
	position: relative;
	margin: auto;
	text-align: center;
	width: 100%; }

#header {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: left;
	background: transparent;
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 250px; }

#nav {
	position: relative;
	margin: auto;
	top: 183px;
	padding-top: 0px;
	text-align: center;
	background: transparent;
	color: #333333;
	width: 900px; }

#subnav {
	position: relative;
	margin: auto;
	top: 190px;
	padding-left: 315px;
	text-align: left;
	background: transparent;
	color: #333333;
	width: 585px; }	

#center {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: left;
	background: transparent;
	background-image: url(../image/center.png);
	background-repeat: y-repeat;
	width: 900px; }
	
#content {
	position: relative;
	margin-left: 470px;
	top: 20px;
	padding-bottom: 20px;
	text-align: left;
	background: transparent;
	width: 402px; }
	
#left {
	position: relative;
	margin-left: 28px;
	top: 24px;
	text-align: left;
	background: transparent;
	width: 400px;

	float: left;	}
	
#footer {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: center;
	background: transparent;
	background-image: url(../image/footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 70px; }
	
/* Navigation */
a.nav:link, a.nav:visited { 
	color:#5A5A5A;
	font-size:14px;
	padding:0 25px 0 25px;
	text-decoration:none; }
a.nav:active, a.nav:hover { 
	color:#CB5C24; }
	
.nonav {
	color:#CB5C24;
	font-size:14px;
	padding:0 25px 0 25px;
	text-decoration:none; } 
	
/* Sub-Navigation */
a.subnav:link, a.subnav:visited { 
	color:#5A5A5A;
	font-size:12px;
	padding:0 5px 0 5px;
	text-decoration:none; }
a.subnav:active, a.subnav:hover { 
	color:#CB5C24; }
	
.nosubnav {
	color:#CB5C24;
	font-size:12px;
	padding:0 5px 0 5px;
	text-decoration:none; } 
	
/* Weblink */
a.weblink:link, a.weblink:visited {
	text-decoration: none;
	color: #2787FE; }
a.weblink:hover, a.weblink:active {
	text-decoration: underline;
	color: #2787FE; }

/* Copyright */
.copyright{
	color: #BBBBBB;
	font-size: 11px; }