body {
	background-image: url(../images/main_bg.gif);
	background-position:center;
	background-repeat:repeat;
	margin:0;
	padding:0;
	}
	
#frame {
	width:740px;
	/*height:400px;*/
	margin-left:auto;
	margin-right:auto;
	}
	
#allcontainer {
	display:block;
	float:left;
	width:740px;
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	}

#comingsoon {
	display:block;
	float:left;
	width:740px;
	margin-top:200px;
	text-align:center;
	}
	
#mainhead {
	display:block;
	float:left;
	width:740px;
	height:83px;
	background-image:url(../images/head_logo.gif);
	}
	
#topflash {
	display:block;
	float:left;
	width:740px;
	height:132px;
	background-color:#ccc;
	}
	
#hometextarea {
	display:block;
	float:right;
	width:625px;
	/*margin-left:95px;*/
	padding:10px;
	background-image:url(../images/col_bg.gif);
	background-position:left;
	}
	
#flashform {
	width:429px;
	color:#fff;
	font-size:11px;
	}
	
/*form input {
	float:right;
	font-size:9px;
	background-color:#ccc;
	border: 1px solid #fff;
	}*/

form p {
	/*line-height:12px;*/
	}
	
#formline {
	display:block;
	float:left;
	font-size:9px;
	color:#fff;
	line-height:15px;
	}
	
.text {
	font-size:9px;
	height:11px;
	width:180px;
	background-color:#999;
	border:1px solid #ccc;
	}
	
.submit {
	float:left;
	background-color:#272727;
	border:1px solid #ccc;
	color:#fff;
	font-size:9px;
	margin-top:10px;
	}
	
.submit:hover {
	background-color:#434343;
	cursor:pointer;
	}
	
#homecontentarea {
	display:block;
	float:left;
	width:740px;
	/*background-image:url(../images/home_content_bg.gif);*/
	background-repeat:repeat;
	}
	
#subcontentarea {
	display:block;
	float:left;
	width:740px;
	/*background-image:url(../images/sub_content_bg.gif);*/
	background-repeat:repeat;
	}
	
#homenews {
	display:block;
	float:right;
	width:174px;
	/*height:175px;*/
	padding:10px;
	color:#fff;
	background-image:url(../images/col_bg.gif);
	background-position:left;
	}
	
#homepeek {
	display:block;
	float:right;
	width:226px;
	/*height:175px;*/
	padding:10px;
	background-image:url(../images/col_bg.gif);
	background-position:left;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	/*font-size:10px;*/
	color:#fff;
	text-align:center;
	}
	
#homepeek h5 {
	text-align:left;
	}
	
#homeservices {
	display:block;
	float:right;
	width:185px;
	/*height:175px;*/
	background-image:url(../images/col_bg.gif);
	background-position:left;
	padding:10px;
	color:#fff;
	}
	
#subcontent2col {
	display:block;
	float:right;
	width:415px;
	padding:10px 15px 10px 10px;
	background-image:url(../images/col_bg.gif);
	background-position:left;
	}
	
#subcontent1col {
	display:block;
	float:right;
	width:624px;
	padding:10px;
	background-image:url(../images/col_bg.gif);
	background-position:left;
	}
	
#galleryholder {
	display:block;
	float:right;
	width:645px;
	}
	
ul.homelist {
	font-size:10px;
	list-style-type:none;
	/*list-style-item:none;*/
	margin:0;
	padding:0;
	color:#fff;
	}
	
ul.homelist li {
	line-height:20px;
	/*margin:0;
	padding:0;*/
	}
	
ul.homelist li.whitelink a {
	float:left;
	color:#fff;
	}
	
ul.homelist a {
	text-decoration:none;
	color:#ffc600;
	}
	
ul.homelist a:hover {
	text-decoration:underline;
	color:#fff;
	}
	
#footer {
	display:block;
	float:left;
	width:730px;
	height:30px;
	background-color:#272727;
	border-top:1px solid #434343;
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:10px;
	color:#525252;
	text-align:right;
	padding-right: 10px;
	line-height:30px;
	}
	
#footer a {
	text-decoration:none;
	color:#525252;
	}
	
#footer a:hover {
	text-decoration:underline;
	color:#fff;
	}
