/* title - main.css *//* author - InfoStar Productions *//* revised - 12/02/2009 *//* BASIC  elements */ 

html {
	margin: 0px;
	padding: 0px;
	background-color: #021938;
}
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
H1 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#c97b00;
}
.ovo {font-family: 'Ovo', serif; color:black;}
.smallerTxt{font-size:50%; font-family:Arial, Helvetica, sans-serif; color:gray;}
H2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
body {
	color: #333333;
	font-family: Ariel, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align:left;
	line-height: 130%;
	background: #021938;
	background-position:center;
	position:relative;
}
.locations {
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	color:#c97b00;
}
img {
	border: 0px;
}
a {
	text-decoration:none;
	font-size:16px;
	color: #c97b00;
}
li {
	font-weight: normal;
}/* Specific divs */
#bg, #main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#bg {
	width:auto;
	overflow:hidden;
	position:fixed;
}
#main div {
	position:relative;
	top:0px;
}
/*REVIEW FORM BOX*/
.reviews {
	font-size:12px;
}
