/*@charset "utf-8";*/
body,html,p,img,div, table, ul,ol,li,h1,h2,h3,h4,h5,h6,p,span {
	margin: 0px;
	padding: 0px;
} 
table {	border-collapse:collapse; } 
ol, ul { list-style:none; } 
ul, li {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6{ font-family: Tahoma, Geneva, sans-serif;	padding-top: 10px; } 
h1 {	font-size: 42px;	text-align: left;}
h2 {	font-size: 24px;	text-align: left;}
h3 { font-size: 16px;  }
h4 {	font-size: 14px;	line-height: 1.2;}
h5 { font-size: 12px; }
h6 { font-size: 10px; }
p, ul, table, a {
	line-height: 1.5;
	padding-top: 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
ul { padding-top: 0px; }
a img, img { border: none; }
a { text-decoration: none; outline: none; }
/**********************************************************************************************/
body {
	text-align: center;
	background-color: #481818;
	color: #000000;
} 

#container {
	text-align: center;
	height: 100%;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2d2411;
	border-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #2d2411;
	
}
#container #heading { height: 190px;  }
	
#container #heading h1 { font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
	color: #FFFFF0;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
}
#heading h2 { font-family: "Times New Roman", Times, serif;
	color: #c90;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #heading p {
	padding-top: 25px; text-align: center;
	color: #fffff0;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	
}
/********************************************************************/
#heading .textboxleft { float: left; clear: right; width: 600px; }
#nav {
	float: right;
	clear: none;
	width: 230px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav a {
	outline: none;
	color:#000;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/navbg.jpg);
	width: 230px;
	height: 33px;
	margin-top: 16px;
	text-align: center;
	padding-top: 7px;
} 
#nav .current {color: #630; }
/********************************************************************/

#container #maincontent { border: 10px solid  #C90;
	width: 1040px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #FFFff0;
	border: 10px solid #c90;  
}

#container #maincontent p {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #000; line-height: 1.5;
}
#faqs #container #maincontent p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #000; line-height: 1.2;
}
#index #container #maincontent {	height: 200px; }
#index #container #maincontent .textboxleft {
	width: 400px;
	float: left;
	width: 400px;
	text-align: center;
	margin-top: 35px;
	margin-left: 90px;
}
#index #container #maincontent .textboxleft h2{ text-align: center; }
#index #container #maincontent .textboxleft h3{ text-align: center; }
#index #container #maincontent .textboxleft p{ text-align: center; font-size: 16px;  }

#index #container #maincontent .textboxright {
	width: 400px;
	float: right;
	margin-top: 75px;
	margin-right: 60px;
}
#index #container #maincontent .textboxright p { text-align: left; font-size: 16px;  }

#about #container #maincontent {	height: 300px; }
#about #container #maincontent h2 {
	text-align: center;
	margin-top: 20px;
}
#about #container #maincontent .textboxleft {
	width: 400px;
	float: left;
	width: 500px;
	text-align: center;
	margin-top: 40px;
}
#about #container #maincontent .textboxleft h2{ text-align: center; }
#about #container #maincontent .textboxleft h3{ text-align: center; }
#about #container #maincontent .textboxleft p{ text-align: center; font-size: 14px;  }

#about #container #maincontent .textboxright {
	width: 500px;
	float: right;
	margin-top: 35px;
}
#about #container #maincontent .textboxright p { text-align: left; font-size: 14px;  }
/***************************************************************/
#container #footer {
	clear: both;
	float: none;
	width: 1100px;
	padding: 0px;
	height: 140px;
	
	}
	
#container #footer .textboxleft {
	float: left;
	padding-left: 10px;
	padding-top: 0px;
	width: 500px;
}
#container #footer .textboxright {
	float: right;
	padding-right: 10px;
	text-align: right;
}

#container #footer p { font-size: 14px; color: #fffff0; font-family: Verdana, Geneva, sans-serif;  }
#container #footer a { font-size: 14px; color: #fffff0; font-family: Verdana, Geneva, sans-serif;  }

.imgleft { float: left; clear: right; margin: 10px; border-color: #ffffff; border-width: 1px; border-style:solid; }
.imgright { float: right; clear: left; margin: 10px; border-color: #ffffff; border-width: 1px; border-style:solid; }

body p { color: #c90; font-size: 9px; }
body a:link { color: #c90; font-size: 9px; }
a:link {
	color: #c90; text-decoration: none;
} /* unvisited link */
a:visited {color: #c90;text-decoration: none; }  /* visited link */
a:hover {color: #c90; text-decoration: none;  }   /* mouse over link */
 /* a:active {color: #006600;}   selected link */
 
#footer a:link { color: #fffff0; text-decoration: none; }
#footer a:visited { color: #fffffc; text-decoration: none;}
#footer a:hover { color: #c90;text-decoration: none; }

.italic { font-style: italic; }
.underline { text-decoration: underline; }
.center { text-align: center; }
.highlight { font-size: 22px; color: #c90; font-family: Verdana, Geneva, sans-serif; }
.highlight2 { font-size: 16px; color: #c90; font-family: Tahoma, Geneva, sans-serif; }

 
