html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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,
b, u, i, center,
dl, dt, dd, ieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
height: 100%;
}

body {
	line-height: 1;
	text-align: center;
	background: #7a6b6b url('images/bg2.png') repeat-x;
}

a {
color: #9c3838;
text-decoration: none;
}

a:hover {
color: #dd5252;
}

ul, ol {
margin-top: 0px;
padding-bottom: 1.0em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrap {
padding: 0;
margin: 0px auto 0 auto;
background: url('images/wrapbg.png') no-repeat ;
width: 1018px;
min-height: 100%;
}

.main {
padding: 0;
margin: 0 auto 0 auto;
background: white;
width: 839px;
text-align: left;
}

.intro {
width: 100%;
padding: 0;
margin: 0;
margin-bottom: 20px;
}
.introleft {
background: url('images/introleft.png');
width: 565px;
height: 311px;
float: left;
}
.introright {
background: url('images/introright.png');
width: 232px;
height: 271px;
padding: 20px;
float: right;
}
.introright h1 {
color: white;
font-family: Georgia, Trebuchet MS, serif;
font-size: 24pt;
font-weight: normal;
color: white;
margin-bottom: 10px;
}

.introright p {
color: white;
font-size: 11pt;
font-family: helvetica, arial, sans-serif;
line-height: 18pt;
margin-bottom: 20px;
}

.introright a {
color: white;
text-decoration: underline;
}
.content {
width: 555px;
float: left;
}
.contentright {
width: 232px;
padding: 20px;
padding-top: 0px;
float: right;
}
h1 {
color: #4c3232;
font-family: Georgia, Trebuchet MS, serif;
font-size: 24pt;
font-weight: normal;
margin-bottom: 10px;
}
h2 {
color: #4c3232;
font-family: Georgia, Trebuchet MS, serif;
font-size: 18pt;
font-weight: normal;
margin-bottom: 15px;
}

h3 {
color: #484848;
font-family: Georgia, Trebuchet MS, serif;
font-size: 14pt;
font-weight: normal;
margin-bottom: 15px;
}

p {
font-family: Tahoma, arial, sans-serif;
font-size: 10pt;
line-height: 16pt;
margin-bottom: 10px;
color: #484848 ;
}

.nav {
}

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

.nav ul li {
float: left;	
padding-right: 5px;
margin: 0;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
}

.nav ul li a {
font-family: helvetica, arial, sans-serif;
text-decoration: none;
display: block;
padding: 7px 15px;
background: #4c3232;
color: white;
font-size: 12px;
text-transform: uppercase;
}

.nav ul li a.active {
font-family: helvetica, arial, sans-serif;
text-decoration: none;
display: block;
padding: 7px 15px;
background: #7e5252;
color: white;
font-size: 12px;
text-transform: uppercase;
}

.nav ul li a:hover {
font-family: helvetica, arial, sans-serif;
text-decoration: none;
display: block;
padding: 7px 15px;
background: #7e5252;
color: white;
font-size: 12px;
text-transform: uppercase;
}

.clear {
clear: both;
}
.logo {
margin-bottom: 10px;	
}

.heading {
border-top: solid 1px #eee;
padding-top: 20px;
padding-bottom: 10px;
}

.footer {
background: #4c3232;
color: white;
padding: 10px;
font-family: Tahoma, arial, sans-serif;
font-size: 10pt;
margin-top: 20px;
}