body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	/*text-align: center;*/
}

#rect_home{
	background: #E2E2E2 url(../img/home_bg.png) no-repeat left top;
	width:960px;
	height:600px;
	border:1px solid #525252;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -480px;
}
#rect{
	background-color: #E2E2E2;
	width:960px;
	height:600px;
	border:1px solid #525252;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -480px;
}

#menu{
	margin:10px;
	text-align:left;
	width:280px;
}
#pos_menu_home{
	left:600px;
	position:absolute;
	top:420px;
}
.menu_title{
	border-bottom:1px solid #000000;
	margin-bottom:5px;
	padding:2px;
}
#menu_selected{
	color:#6E3F9C;
}
.menu_row{
	width:280px;
	display:inline;
}
.right_side{
	float:right;
}
.left_side{
	float:left;
}
.clear_both{
	clear:both;
	}
.txt_algn{
	text-align : justify;
}
.right_align{
	float:left;
	width:100px;
	text-align : right;
}
.left_align{
	float:left;
	width:80px;
	text-align : left;
}
.center_align{
	float:left;
	width:100px;
	text-align : center;
}
.mrg_btm{
	margin-bottom:260px;
}
#author_txt{
	text-align:justify;
	width:400px;
	margin:230px 0 0 100px;
}
#contact_txt{
	text-align:justify;
	width:750px;
	margin:100px 0 0 120px;
}
.right_trick{
	position:absolute;
	left:560px;
	}
table.aerial tbody tr td{
	padding:5px 5px 5px 0;
}
#bottom{
	top:580px;
	position:absolute;
	width:950px;
	padding:0 5px 0 5px;
}
.trick1{
	margin:0 0 2px 5px;
}
#gal_id{
	visibility:hidden;
}
/* Gallery */

#stage{
	width:840px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height:453px;
	//margin:0 auto;
	margin-top:5px;
	background-color:#E2E2E2;
	float:left;
}
#myList{
	width:7000px;
	border:0;
	margin:0;
	padding:0;
	left:400px;
}
#myList li{
	list-style:none; 
	margin:0; 
	padding:0; 
	border:0; 
	margin-right:8px;
	padding:0; 
	float:left;
	/*background:#DEDEDE;
	width:200px;
	height:200px;*/
}
#previous{
	position:absolute;
	top:285px;
	left:40px;
}
#next{
	position:absolute;
	top:285px;
}
.goLeft{
	float:left;
}
.goRight{
	float:right;
}
#loading{
	text-align:center;
}
