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





.links a:link {text-decoration: underline; color: #FFCC66;}
.links a:visited {text-decoration: underline; color: #FFCC66;}
.links a:active {text-decoration: underline; color: #FFCC66;}
.links a:hover {text-decoration: underline; color: #FFCC66;}


.mainNav a:link {text-decoration: none; color: #FFFFFF;}
.mainNav a:visited {text-decoration: none; color: #FFFFFF;}
.mainNav a:active {text-decoration: underline; color: #FFCC66;}
.mainNav a:hover {text-decoration: underline; color: #FFFFFF;}






#masthead {
	margin: 50px 0 0 0;

}


#mastheadUp {
	margin: -70px 0 0 0;

}


.logline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	color: #FFCC66;
	text-align: center;
}


.comingSoon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}


.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	color: #FFCC66;
	text-align: center;
	list-style-type: none;
}

.mainNav {
	font: Georgia, 'Times New Roman', Times, serif; 
	font-weight: bold; 
	font-size: 16px; 
	font-style:italic;	
	display: block;
	margin: 0px 0px 15px 0px;
	width: 150px;
	text-align: center;
	clear: both;
	
	
}

#mainNav img {
	margin: 0 0 4px 0;
	border: none;
	
}

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

#navLeft {
	width: 135px;
	float: left;
	margin: 30px 30px 0 15px;
	display: inline-block;
	position: relative;
	
}

#content {
	width: 1000px;
	height: 100%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 40px 0 0 10px;
	display: inline-block;
}


#content_plain {
	width: 1000px;
	height: 100%;
	margin: 40px 0 0 10px;
	display: inline-block;
}

#navRight {
	width: 100px;
	display: inline;
	float: right;
	position: absolute;
	margin: 30px 0 0 1010px;
	
}
	