html{width: 100%; height:100%}
body{width: 100%; height: 100%; margin: 0; font-family: arial, helvetica, verdana, tahoma; color: #65674D; font-size: 12px}

a{cursor: pointer; color: #65674D;}
a:hover{text-decoration: none;}

img{border: 0;}
	.img{border: 3px solid #B4B88B; margin: 7px 7px 0 0}

form{margin: 0}
	form table td{padding-bottom: 10px}
input, textarea{
	font-family: arial, helvetica, verdana, tahoma; color: #FFFFFF; font-size: 16px; font-weight: bolder;
	background: #B4B88B;
	border: 0 solid #FFFFFF;
	padding: 2px;
	}
input{width: 300px}
textarea{width: 695px; height: 210px;}

.hidden{position: absolute; visibility: hidden}
.visible{position: relative; visibility: visible}
.hiddenBlock{display: none}
.visibleBlock{display: block}

#loading{z-index: 0; position: absolute; top: 20px; left: 30px;}
#loader{z-index: 0; position: absolute; top: -200px; left: -200px;}
#loading_container{z-index: 0; position: absolute; left: 0px; top: 0;}
#bg_main{z-index: 1; position: absolute; left: 0px; top: 0; filter: alpha(opacity=0); -moz-opacity: .0; opacity: .0; -khtml-opacity: 0.0;}
#main{z-index: 5; position: absolute; left: 0px; top: 40px; width: 100%; height: 100%;}
	#main_frame{border: 0; width: 750px; height: 500px;}
		#content_frame{margin-top: 8px; width: 750px; overflow: hidden}
	
#nav{width: 750px; height: 86px;}
	
#main_content{
	border: 10px solid #B4B88B;
	background: #FFFFFF;
	filter: alpha(opacity=0); -moz-opacity: .0; opacity: .0; -khtml-opacity: 0.0;
	height: 380px;
	}
	#content{padding: 10px 15px;}
	
#home{width: 750px; height: 500px;}

#alert{
	font-size: 16px; color: #65674D; font-weight: bolder;
	text-align: center; background: #FFFFFF; left: 355px; top: 22px; width: 350px; height: 65px;
	border: 10px solid #65674D;
	z-index: 20; position: absolute;
	filter: alpha(opacity=0); -moz-opacity: .0; opacity: .0; -khtml-opacity: 0.0;
	}
	#alert div{padding: 20px}

#video_player{padding-top: 20px}

.new_scence_col{padding-left: 30px}
.new_scence_row{padding-top: 10px}
.gal_arr{padding: 0 20px}
.gal_main{width: 100%; text-align: center}
.resume td{padding-right: 40px}

h1, h2, h3, h4, h5, h6 {padding: 0; margin: 0;}
h2{font-size: 16px; color: #B4B88B; margin: 10px 0 3px 0}
h3{font-size: 16px; color: #65674D; margin: 10px 0 3px 0}
h5{font-size: 12px; color: #65674D}