body {
	background: #ff6600 url(../images/bg_header.jpg) repeat-x scroll 0 0;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

* {
    padding: 0;
    margin: 0;
}

#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 686px;
	height: 227px;
	text-align: center;
	background: url(../images/img_header.jpg) no-repeat center top;
}

#container {
	background: url(../images/mainbg.jpg) repeat-y center;
	width: 790px;
	padding: 0px;
	margin: 20px auto 0px auto;	
	text-align: center;
}

#bodycontainer {
	text-align: center;
	background: url(../images/bg_body.jpg) repeat-y center;
	width: 706px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
}

#bodycontainer a {
	color: #ff6600;
	font-weight: bold;
}

#footer {
	font-family: Arial;
	font-size: 11px;
	margin: 0px auto;
	color: #588abc;
	width: 686px;
	height: 111px;
	text-align: left;
	background: url(../images/bg_footer.jpg) repeat-x center bottom;
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 10px 10px 0px 0px;
	float: right;
}

#footer li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #588abc;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #ff6600;
	text-decoration: none;
}

#subscribe {
	text-align: left;
	color: #ffffff;
	font-size: 10px;
	float: left;
	width: 220px;
	padding: 115px 0px 0px 140px;
}

#subscribe input.text {
	color: #333333;
	padding: 4px 4px 4px 10px;
	margin-bottom: 5px;
	width: 200px;
	font-family: Arial;
	font-size: 11px;
}

#nav {
	float: left;
	padding-top: 190px;
	height: 30px;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 10px 10px 7px 10px;
}

#nav ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#nav li:hover {
	display: block;
	background: url(../images/nav_active.jpg) repeat-x center bottom;
}

#nav li.active {
	display: block;
	background: url(../images/nav_active.jpg) repeat-x center bottom;
}

.style1 {
	line-height: 18px;
	text-align: left;
}

p {
	text-align: left;
	padding: 10px 30px;
}

ul, ol {
	line-height: inherit;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	text-align: left;
}

li {
	padding: 10px 30px;
}

h1 {
	font-family: Arial;
	margin: 0px;
	padding: 10px 30px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 10px 30px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

hr {
	border-top: 1px #000000 dotted;
	border-bottom: 0px #ff6600 dotted;
	border-left: 0px #ff6600 dotted;
	border-right: 0px #ff6600 dotted;
	height: 1px;
}

a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border: 0px;
}