* {
	padding:0;
	margin:0;
	border:0;
}

body {
	background-color:#262626;
	background-image:url(graphics/BGR_General.gif);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#container {
	position:absolute;
	left:50%;
	margin-left:-380px;
	top:50%;
	margin-top:-263px;
	background-color:#191919;
	width:760px;
	height:526px;
	/* border:#666 1px solid; */
}

.home {
	background-image:url(graphics/Home_bgr.jpg);
}

.gallery {
	background-image:url(graphics/Galleries_bgr.jpg);
}

.contactus {
	background-image:url(graphics/Contactus_bgr.jpg);
}

#home_btt_holder {
	position:absolute;
	top: 290px;
	left: 365px;
	width: 33px;
	height: 37px;
}

#home_btt_holder img {
	width: 33px;
	height: 37px;
	
}


#home_btt_holder a {
	position:absolute;
	background-image:url(graphics/Home_btt.gif);
}

#home_btt_holder a:hover {
	background-image:url(graphics/Home_btt_hover.gif);
}

#gallery_btt_holder {
	position:absolute;
	top: 350px;
	left: 70px;
}

#gall_btt {
	background-color:#999;
	width:100px;
	height:80px;
	background-image:url(graphics/gallery_blur_norm_btt.jpg);
	float:left;
	border: 3px double #999;
}

#gall_btt:hover{
	background-image:url(graphics/gallery_blur_over_btt.jpg);
	width:100px;
	height:80px;
	cursor:crosshair;
	outline:hidden;	
}

#cont_btt {
	background-color:#999;
	width:100px;
	height:80px;
	background-image:url(graphics/Contact_blur_norm_btt.jpg);
	float:left;
	border: 3px double #999;
	margin-right:15px;
}

#cont_btt:hover{
	background-image:url(graphics/Contact_blur_over_btt.jpg);
}

#contactus_btt_holder {
	position:absolute;
	top: 350px;
	right: 30px;
	width:306px;
	height:123px;
}

#footer {
	position:absolute;
	text-align:center;
	width:727px;
	height:28px;
	background-image:url(graphics/foot_bgr.gif);
	bottom: 17px;
	left: 16.5px;	
}

#footer p {
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-top:3px;
}

#footer span {
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}



/* Galley Styles */

#TG_btt_holder {
	position:absolute;
	top: 350px;
	left: 20px;
	width: 300px;
	height: 100px;
	padding-top:10px;
	padding-left:5px;
}

#PG_btt_holder {
	position:absolute;
	top: 350px;
	right: 20px;
	width: 300px;
	height: 100px;
	padding-top:10px;
	padding-left:5px;
}

#PG_btt_holder a, #TG_btt_holder a {
	color: #d1cfcd;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#PG_btt_holder a:hover, #TG_btt_holder a:hover {
	color:#FF0;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#PG_btt_holder li, #TG_btt_holder li {
list-style-position:inside;
list-style-image:url(graphics/star_li.gif);
	
}


/* Contact us Styles */

#contact_info_left {
	position:absolute;
	top: 330px;
	left: 10px;
	width: 320px;
	height: 140px;
	padding-top:15px;
	padding-left: 5px;
}

#contact_info_left span {
	color: #666;
	font-size:130%;
}

#contact_info_left p {
	color: #FFF;
	font-size:90%;
}

#contact_info_right a {
	color: #d1cfcd;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contact_info_right a:hover {
	color: #FF0;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contact_info_right {
	position:absolute;
	top: 330px;
	right: 10px;
	width: 500px;
	height: 140px;
	padding-top:15px;
	padding-left: 5px;
}

#contact_info_right span {
	color: #CCC;
	float:left;
}

#contact_info_right p {
	color: #FFF;
	font-size:80%;
}

#contact_info_right img {
	float:right;
	border: 1px #999 double;
	margin-right: 5px;
	
}

#webhead {
	position:relative;
	top:525px;
	text-align:center;
	text-decoration:none;
	width:105px;
	left:653px;
	border:1px #000 solid;
	font:"Lucida Grande", "Lucida Sans", "Lucida Fax", "Lucida Bright", "Lucida Blackletter";
	font-size:9px;
	color:#CCC;
	padding-bottom:1px;
}


#webhead a {
	text-decoration:none;
	color:#CCC;
}

#webhead a:hover {
	text-decoration:none;
	color:#F30;
}


