/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#C1A22F;
	color: #737373;
	margin: 5px 0px 0px 0px;
	padding:0px;
}
a:link {
	color: #737373;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #737373;
	outline:none;	
}
a:hover {
	text-decoration: none;
	color: #80A2CC;
	outline:none;	
}
a:active {
	text-decoration: none;
	color: #737373;
	outline:none;	
}

#stage{
position:relative;
background:#FFFFFF;
border:#000000 thin;
border-style:solid;
width:778px;
height:520px;
}
#stage2{
position:relative;
background:#FFFFFF;
border:#000000 thin;
border-style:solid;
width:778px;
height:688px;
}
#header{
position:relative;
width:571px;
height:158px;
padding:0px 4px 4px 0px;
float:left;
}

#header_img{
position:relative;
width:203px;
height:158px;
padding:0px 0px 4px 0px;
float:left;
}
#textArea{
position:relative;
background-color:#F6E7A1;
width:571px;
float:left;
text-align:justify;
height:358px;
}
#textArea2{
position:relative;
background-color:#F6E7A1;
width:571px;
float:left;
text-align:justify;
height:526px;
}
#gallery{
position:relative;
background-color:#ffffff;
width:500px;
text-align:center;
padding:0px;
}
#menu{
position:relative;
background-color:#ead766;
width:203px;
float:left;
margin-left:4px;
}

p.main{
padding:0px 35px 0px 35px;
}
