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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;	border: 0;	outline: 0;	font-weight: inherit;font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline;}:focus {	outline: 0;} body {	line-height: 1;	color: black;	background: white;} ol, ul { list-style: circle inside;} strong { font-weight: bold; }

body {
	background-image: url(../images/bg-gradiant.jpg);
	background-repeat: repeat-x;
	background-color: #430e16;
	min-width: 800px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #362124;
	}

a {
	color:#333333;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #430e16;
	padding: 5px 0;
	letter-spacing: 4px;
	}

h2 {
	font-size: 18px;
	padding: 15px 0 5px 10px;
	}

h3 {
	font-size: 16px;
	padding: 15px 0 5px 20px;
	font-style: italic;
	color: #515050;
	}

ul, li {
	display: inline;
	list-style: none;
	}

p {
	padding: 10px 0 10px 30px;
	line-height: 19px;
	text-align: justify;
	}

blockquote {
	padding: 10px 70px;
	font-style: italic;
	text-indent: 0px;
	font-size: 18px;
	line-height: 18px;
	color: #777;
	}

#content {
	background-image: url(../images/bg-twirl.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	position: relative;
	} 


#header {
	position: relative;
	margin: 0 auto;
	height: 138px;
	width: 800px;
	left: 0px;
	}

#icon {
	position: absolute;
	left: -67px;
	z-index: 10;
	top: 0px;
	}
	
#logo {
	position: absolute;
	left: 80px;
	}
	
#contentBox {
	background-color: #FFFFFF;
	border: 3px solid #511f25;
	margin: 0 auto 10px;
	width: 800px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: #22060a 0px 5px 15px;
	-webkit-box-shadow: #22060a  0px 5px 15px;
	box-shadow: #22060a 0px 5px 15px;
	}
	
#contentBox2 {
	background-image: url(../images/body_bg.jpg);
	padding: 10px 90px 5px 90px;
	background-repeat: no-repeat;
	background-position: center;
	}

#nav {
	margin: 0 0 0 -20px;
	position: relative;
	width: 800px;
	z-index: 20;
	}

.homeImg {
	float: right;
	width: 250px;
	position: relative;
	right: -60px; 
	top: 10px;
	margin: 0 0 10px -50px;
	}

.videoBox {
	margin: 10px auto;
	width: 400px;
	padding: 5px;
	background-color:#CCCCCC;
	border: 1px solid #999999;
	}

.resList {
	margin: 10px 0 0;
	}
	
.resList li {
	display: block;
	padding: 0 0 5px 40px;
	}

.formBox {
	width: 600px;
	margin: 0 auto;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	}
	
fieldset textarea, fieldset input {
	width: 530px;
	}

#submit {
	width: 100px;
	}

#footer {
	font-size: 12px;
	margin: 15px 0 5px;
	color: #430e16;
	border-top: 1px dashed #430e16;
	border-bottom: 1px dashed #430e16;
	padding: 5px 10px;
	clear: both;
	}

#footer a {
	color: #430e16;
	text-decoration: none;
	}
	
#weblink { 
	float: right;
	}

.clearMe {
	clear: both;
	}
