html, body {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px auto;
	text-align: center;
	
	background-image: url('/_images/bg-body.jpg');
	background-position: top center;
	background-repeat: repeat-x;	
}

#header {
	margin: 0px;
	padding: 0px;
	height: 125px;
	
	background-image: url('/_images/bg-top.png');
	background-position: top center;
	background-repeat: repeat-y;
	
	text-align: center;
}
#header table {
	margin: 0px auto;
	width: 995px;
}

#nav {
	text-align: right;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	
	background-image: url('/_images/top-right.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#nav a img {
	padding: 10px 11px 5px 11px;
}

#main {
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	width: 995px;
	text-align: left;
	
	min-height: 425px;
	
	background-image: url('/_images/bg-curves.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	font-family: arial, helvetica, sans-serf;
}
#main h1 {
	font-size: 32px;
	font-weight: normal;
	color: #27385e;
	
	margin: 0px 0px 0px 15px;
	padding: 0em 0em 0em 0em;
}
#main h2 {
	font-family: century gothic;
	font-size: 18px;
	font-weight: normal;
	color: #c76028;
	
	margin: 0px 0px 0px 35px;
	padding: 1em 0em 0em 0em;
}
#main h3 {
	font-family: century gothic;
	font-size: 16px;
	font-weight: normal;
	color: #c76028;
	
	margin: 0px 0px 0px 35px;
	padding: 1em 0em 0em 0em;
}
#main p {
	font-size: 13px;
	color: #27385e;
	
	margin: 0px 0px 0px 35px;
	padding: 0em 0em 1em 0em;
}
#main a:link {
	color: #c76028;
	text-decoration: underline;
}
#main a:visited {
	color: #27385e;
	text-decoration: underline;
}
#main a:hover {
	color: #27385e;
	text-decoration: none;
}

#footer {
	margin: 0px auto;
	padding: 5px 0px 15px 0px;
	width: 965px;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
#footer .left {
	text-align: left;
	color: #27385e;
	
	float: left;
}
#footer .right {
	color: #c76028;
	
	text-align: right;
}
#footer .left a:link, #footer .left a:visited {
	text-decoration: none;
	color: #27385e;
}
#footer .left a:hover {
	text-decoration: none;
	color: #c76028;
}
#footer .right a:link, #footer .right a:visited {
	text-decoration: underline;
	color: #c76028;
}
#footer .right a:hover {
	text-decoration: none;
	color: #27385e;
}

.box {
	float: right;
	width: 375px;
	margin-right: 25px;
	padding: 15px 20px 10px 20px;
	border: 2px solid #c76028;
	background-color: #fff;
}
#main .box h1 {
	font-size: 24px;
	margin: 0px;
}
#main .box h3 {
	margin: 0px;
	padding: 0.5em 0em 0em 0em;
}
#main .box p {
	margin: 0em;
	padding: 0em 0em 1em 0em;
}

.orange {
	color: #c76028;
}