body {
	margin:20px auto 0px 40px;
	background-image:url(../images/cremorne_bg.gif);
	background-position:top-left;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F1F1F1;	
	
	}
	
/*Main Div  -  MAIN PAGE LAYOUT & BACKGROUND*/	
#main_div {
	width:760px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}

/*Flash Header div*/
#header {
	width:760px;
	height:200px;
	}

#page_content{
	overflow: hidden;
	}

#right_div {
	width: 245px;
	float:right;
	height:400px;
	background-color:#7F0000;
	}
	
#viewer_div {
	width: 245px;
	float:right;
	height:350px;
	background-color:#7F0000;
	}
	
#extra_div {
	width: 225px;
	float:right;
	height:30px;
	padding:10px 10px 10px 10px;
	background-color:#7F0000;
	text-align:center;
	}

/* Text Div */
#content_div {
	float:left;
	width:480px;
	height:390px;
	padding:10px 20px 0px 15px;
	background-color:#7F0000;

	filter: alpha(opacity=80);

	-moz-opacity:.8;
		opacity:.80;
	}	

/* CONTACT Div */
#contact_div {
	float:left;
	width:260px;
}

#form_div {
	float:right;
	width:200px;
}


	
#footer_div {
	width:760px;
	height:50px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
	
#footImage_div {
	width:245px;
	height:50px;
	float: right;
	background-color:#7F0000;
	padding:0px 0px 0px 0px;
}

#footText_div {
	width:495px;
	height:30px;
	float:left;
	padding:10px 10px 10px 10px;
}

.footer {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size: 11px;
	color: #666;	
}
	
a.footerLink {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size: 11px;
	color: #666;	
}

.footerLink:hover {
	text-align:center;
	color: #D79C9C;	
}
	