html,body{
	height:100%;
}
body,img,form,table,tr,td{
	margin:0px;
	padding:0px;
	border:0px;
}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background: #3f332d url('/images/background.gif');
}



/* Global CSS Applies to all pages in <head> */
a:link{
	text-decoration:none;
	color: #e65a00;
}
a:visited{
	text-decoration: none; 
	color: #e65a00;
}
a:hover{
	text-decoration: underline; 
	color: #e65a00;
}
a:active{
	text-decoration: underline; 
	color: #e65a00;
}

td{
	align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#e65a00;
}

H2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#e65a00;
}

H3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#e65a00;
}

.calendar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#0073bb;
}

.calendar_red {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#ed2930;
}

.calendar_body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

.register_body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}

img{
	border:0px;
}

.scrollingtext{
	width: 450px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 20px;
	overflow: auto;
}

.interior_content{
	background-color:#ffffff;
	background-image:url('/images/interior_bg.jpg');
	background-position: center 100px;
	background-repeat:no-repeat;
}

.sections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#e65a00;
}
a.sections {
	color:#e65a00;
}

.top_flash{
	/* background: url(/images/navigation.jpg); */
}

.pg_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color: #e65a00;
}
.pg_content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align: left;
	margin: 10px 0px 20px 0px;
}

.all pre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.contact_us input{
	border: solid 1px #000;
}
.contact_us textarea{
	border: solid 1px #000;
}

.cart_title{
border: solid 0px;
border-top: 0px;
border-left:0px;
border-right:0px;
padding-top:15px;
padding-bottom:3px;
border-color:#CC9966;

}