body {
	margin:0;
	padding:0;
	background-color:#406290;
	background-image: url("images/main_back.jpg");
	background-repeat:repeat-x;
	font: normal 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

H1 {
	font: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}
H2 {
	font: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}


/* This encompasses the entire page	*/
#main-box {
position:relative;
width:900px;
margin:0 auto;
overflow:hidden;
}

/* This is the header box for the main banner		*/
#header-box {
width: 900px;
height: 150px;
background:#336666;
text-align:center;
}

/* This is the center box	between the header and footer*/
#center-content {
position:relative;
width:900px;
float: left;
background: #CCCCCC;
}

/* This is the left-hand box	*/
#left-box {
width:200px;
float:left;
background: #FFFFFF;
padding: 0px 0px 0px 0px;
}

/* This is the center box	*/
#center-box {
width:538px;
float: left;
background: #FFFFFF;
text-align:left;
padding: 0px 0px 0px 0px;
margin: 0px;
border-left: 1px #999999 solid;
}

/* This is the right-hand box	*/
#right-box {
float:right;
width:160px;
background: #C3D9FF;
text-align:center;
padding: 0px 0px 0px 0px;
}

/* This is the footer box for the copyright and web design info	*/
#footer-box {
width: 900px;
	height:auto;
float:left;
background:#182957;
text-align:center;
padding-top: 15px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #FFFFFF;	
}
.copyright a {
	color:#FFFFFF;
	text-decoration:underline;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 8px;
}
.box {
	width:auto;
	height:auto;
	border-style:solid;
	border: 1px;
 	border-color:#999999;
	/*	From outside the box
	/*       T   R	 B    L	*/
	margin: 20px 20px 20px 20px;
	/*	From inside the box
	/*       T   R	 B    L	*/
	padding: 0px 20px 0px 20px;
}
#center-box p {
	margin: 10px;
	}

#left-box p {
	margin: 10px;
	}

.bottommargin20 {
	margin-bottom:20px;
	}

.countdown {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FF8040;
	text-align:center;
	vertical-align:middle;
}
.middle {
	height: 100%;
	text-align:left;
	font-size: 12px;
}
.contact {
	text-align:left;
	font-size: 12px;
}