@charset "UTF-8";
/* CSS Document */

html, body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/bkg.jpg);
}
#header {
	left:142px;
	top:22px;
	width:790px;
	height:155px;
	z-index:1;
}

/* ===========MENU STYLES===============  */
#menu {
	position:absolute;
	 left:50%;
	margin-left:-375px;
	/*margin: 0 auto; */
	text-align: center;
	top:120px;
	width:750px;
	/*background-color: #999999;*/
	z-index:2;
	
}
#menu a{
    font-size:18px;
 	margin-right:10px;
	margin-left:5px;
}

#menu a:link, a:visited{
	text-decoration:underline;
	color:#333
}

#menu a:hover{
	text-decoration:none;
	color:#333
}

/* =========== END MENU STYLES===============  */
#container {
	left:127px;
	top:16px;
	width:791px;
	/*height:100%;*/
	z-index:3;
	margin: 0 auto;
	text-align: left;
	/*background-color: #666666;*/
}


#content{
	/*height:100%;*/
	width:791px;
	text-align: left;
/*	background-color:#fbeedb;
*/	background-image: url(/images/paper_bkg.jpg);
	background-repeat:repeat-y;
/*	background-position:top;*/
	background-position:left;
}
#footer{
    width:791px;
	height:150px;
}

/* ===========Sub Title STYLES===============  */

 #sub_title{
	margin:0px 20px 0px 20px;
	border-top:1px solid #333;
	color:#454443;
	margin-bottom:30px;
}

#sub_title span{
	border-top:4px double #333;
	display: block;
}

#sub_title h1{
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	vertical-align:middle;
	font-weight:bold;
}
#sub_title h2{
	margin:0px 0px 0px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	float:left;
}
#sub_title h3{
	margin:0px 0px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	float:right;
}

/* ===========End Sub Title STYLES===============  */


#left_col {
	/* position:absolute*/;
	margin-left:80px;
	margin-bottom:10px;
	width:300px;
	float:left;
	z-index:3;
	//margin-left:30px;
	
}

#right_col {
	/*position:absolute;*/
	margin-right:80px;
	margin-bottom:10px;
	width:300px;
	float:right;
	z-index:3;
	//margin-right:40px;
}


#single_col {
	
	width:650px;
	margin: 0 auto;
	z-index:3;
	padding-bottom:20px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
 }
.main_image{
	margin-bottom:40px;
}

.firstletter {
	font-size: 20px;
}





#countdown {
	position:absolute;
	left:70%;
	top:0px;
	width:211px;
	height:109px;
	z-index:3;
}