body, html {
	background: url(images/redbg.gif) repeat;
	margin: 0px auto;
	height: 100%;
	width: 100%;
	border:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;}
	
#bgcontainer {
	background: url(images/bg.jpg) no-repeat center top;
	width: 100%;
	margin-right: auto;
	margin-left: auto;}
	
#pagecontainer {
	background: url(images/redbottom.png) repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;}
	
#bodycontainer {
	background: url(images/bodybg.png) repeat-y;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 15px 0px 15px;
	width: 939px;}
	
#header {
	background: url(images/headerbg.png) no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 130px;}
	
#footer {
	background: url(images/footer.png) no-repeat;
	text-align: left;
	margin: auto;
	width: 949px;
	height: 100px;
	padding: 0px 10px 0px 10px}
	
#rightcolumn{
	float: right;
	width: 250px;
	margin-right: 20px;
	text-align: left;}
	
#leftcolumn{
	width: 650px;}
	
div#column2 {
    margin: 0;
    padding: 0px 10px 0px 10px;
    background-position: right;
    width: 100%;}
	
div#column1 {
    margin: 0px;
    padding: 0px;
    width: 100%;}
	
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;}
	
#contact{
	background: url(images/contactbg.jpg) no-repeat;
	height: 85px;
	width: 940px;
	padding-top: 45px;}
	
/* Text styles */

ul {
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 10px;}
	
li {
	margin-bottom: 4px;}
	
h1{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #ac1200;}
	
h2{
	font-size: 14px;
	color: #000000;
	margin: 0;}
	
h3{
	font-style:italic;
	font-size: 12px;
	color: #707070;
	margin: 0;}

.text {
	color: #000000;
	font-size: 12px}

a.text {
	color: #ae1f0d;
	text-decoration: none;
	font-size: 12px}

a.text:hover {
	color: #ae1f0d;
	text-decoration: underline;
	font-size: 12px}

.boldtext {
	color: #ae1f0d;
	font-weight: bold;
	font-size: 12px;}

a.boldtext {
	color: #ae1f0d;
	text-decoration: none;}

a.boldtext:hover {
	color: #ae1f0d;
	text-decoration: underline;}
	
.whiteboldtext {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px}

a.whiteboldtext {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px}

a.whiteboldtext:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px}
	
.footertext {
	font-size: 12px; 
	color: #FFFFFF}

a.footertext {
	text-decoration: none;}

a.footertext:hover {
	text-decoration: underline;}
	
.menutitle{
	width: 100%; 
	border-bottom:1px dotted #ae1f0d;
	color: #ae1f0d;
	font-weight: bold;
	font-size: 12px;}

	
/* Text box styles */

.textbox  { 
	font-family:tahoma,arial; 
	font-size:12px; color:#000; 
	border:1px solid #a97070}
	
.contacttextbox  { 
	font-family:tahoma,arial; 
	font-size:12px; 
	color:#FFF; 
	background: #8d7876;
	border:2px solid #2c100c}

.newsletterbot  { 
	font-family: Arial, Helvetica, sans-serifarial; 
	font-size:11px; color:#FFFFFF; 
	border: none;
	background: none;
	padding: 0px 3px 3px 3px;}

/* Navigation button rollovers */

#logo a{
	background: url(images/logo.png) no-repeat;
	width: 425px; 
	height: 76px;
	margin-top: 15px;
	float: left;}
	
#nav-menu a {
	background: url(images/nav-menu.png) no-repeat top;
	width: 62px; 
	height: 21px;
	float: right;
	margin-top: 50px;
	margin-right: 25px;}
	
#nav-menu a:hover {
	background: url(images/nav-menu.png) no-repeat bottom;}
	
#nav-events a {
	background: url(images/nav-events.png) no-repeat top;
	width: 77px; 
	height: 21px;
	float: right;
	margin-top: 50px;
	margin-right: 25px;}
	
#nav-events a:hover {
	background: url(images/nav-events.png) no-repeat bottom;}
	
#nav-testimonials a {
	background: url(images/nav-testimonials.png) no-repeat top;
	width: 148px; 
	height: 21px;
	float: right;
	margin-top: 50px;
	margin-right: 25px;}
	
#nav-testimonials a:hover {
	background: url(images/nav-testimonials.png) no-repeat bottom;}
	
#nav-contact a {
	background: url(images/nav-contact.png) no-repeat top;
	width: 131px; 
	height: 21px;
	float: right;
	margin-top: 50px;}
	
#nav-contact a:hover {
	background: url(images/nav-contact.png) no-repeat bottom;}
	
	
/* PNG fix */
img, div, a { behavior: url(iepngfix.htc); border: 0px }
