html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #666666;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
strong {
color: #996085;
}
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 15px;
	}

.homepagep{
	width: 500px;

}

li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px;
	color: #996699;
}

hr{
	color: #996699;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #996699;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #996699;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #996699;
	}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 761px;
	position: relative;
	text-align: left;
	background-color: #000;
}

#main_content{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#FFF;
	clear: both;
	width: 761px;

}

#main_content_galleries{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#FFF;
	clear: both;
	width: 761px;	
	height: 730px;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 761px;
	height: 190px;
}

#nav{
	border-left: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 761px;
}

#quickcontact{
	background-image: url(../images/bg_qc.jpg);
	background-repeat: no-repeat;
	margin: 15px; 
	padding: 0px;
	width: 502px;
	height: 174px;
}

#bg_hp{
	background-image: url(../images/bg_hp.jpg);
	background-repeat: no-repeat;
	background-position: right top; 
	border: 0px;
	margin: 0px; 
	padding: 0px;
	width: 761px;
	height: 488px;
}

/* roatating photo styles*/
img {
 border:0;
}

pre {
 padding:0px;
 border: 0px;
 background-color:#000;
}

#photodiv {
  background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 761px;
	height: 190px;
}

#footer{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 110px;
	background-color: #000;
}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FFF;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FFF;
	}


