/*
Design by Saucy Piaffe Inc
http://www.saucypiaffe.com

*/


body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	border-right: 1px;
	border-left: 1;
	border-left-style: solid;
}



h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
	font-family: "Arial", Times, serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

a {
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(img02.jpg) repeat-x left top;
	
}

/* Header */

#header {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(bk2top.jpg) no-repeat left top;
}

/* Menu */

#menu {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background: url(bk2bot.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 110px;
	height: 28px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(img05.jpg) repeat-x left top;
	font-family: "Arial", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: 3;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(img06.jpg) no-repeat left top;
	padding-left: 0;
	color: #000000;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 50px 0px 50px;
	background: #FFFFFF;
	border-left: 1;
	border-color: #000000;
}

/* Footer */

#footer-content {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 60px 50px 0px 50px;
	background: #000000;
	font-size: 12px;
	align: centre;
	font-family: "Arial", Times, serif;
}

#footer-content .column1 {
	float: left;
	width: 570px;
}

#footer-content .column2 {
	float: right;
	width: 273px;
}

#footer-content h2 {
	padding-bottom: 0px;
	font-size: 22px;
	color: #000000;
}

#footer-content strong {
	color: #000000;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#border {
	border-left-style: solid;
}

