@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

em {
	font-style: italic;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
overflow: scroll;
}

a:link {
	color: #b86624;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #b86624;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}


body {
	background: #efefef url(images/BG.jpg);
	color: #000;
	font-family:'PrestigeEliteStdBold', "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 1.3em;
}

h1 {
	font-size: 36px;
	letter-spacing: 3px;
	color: #b86624;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
	color: #b86624;
	font-weight: normal;
	margin-bottom: 15px;
}


.center {
	text-align: center;
}

.menu {
	font-family: 'LetterGothicStdBold', Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}

.header {
	height: 280px;
	width: 950px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat left center;
}
	
.menu {
	float: right;
	margin-top: 180px;
	width: 560px;
	height: 41px;
	background: url(images/BGmenu.png) repeat-x;
	font-size: 22px;
		overflow: hidden;

}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

.menu a {
	display: block;
	padding: 10px 20px 9px 20px;
	text-decoration: none;
		color: #000;

}

.menu a:hover {
	color: #b86624;
	text-decoration: none;
	font-weight: normal;
}


.menu .nav-selected {
	color: #b86624;
	text-decoration: none;
	font-weight: normal;
}

.contact {
	float: left;
	width: 950px;
	position: absolute;
	font-size: 26px;
	letter-spacing: 2px;
	color: #b86624;
	font-weight: normal;
	margin-top: 40px;
	text-align: right;
}

.contact p {
	margin-bottom: 12px;
}


.main {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}



.bullets {
	width: 700px;
	margin: 0 auto;
	font-size: 20px;
}

.bullets td {
	width: 350px;
}

.bullets ul {
	margin: 30px 40px 20px 40px;
	padding: 0;
	list-style: none;
	font-family: 'LetterGothicStdMedium', Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}

.bullets li {
	margin: 0;
	padding: 0 0 20px 40px;
	list-style: none;
	margin-left: 20px;
	background: url(images/check.png) no-repeat left -5px;
}


.footer {
	width: 890px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background:url(images/BGfooter.png) no-repeat top center;
	font-size: 12px;
}

<!--FORMS-->
