body         
{
	 background-image:url(./background/back2.jpg);
	 background-color: #e3e3e3;color: Black;
	  font-family: Verdana;
	   font-size: 1em; 
	  text-align: center;
}
a:visited {color: DarkGreen; font-size: .9em}
a:hover {color: LawnGreen;text-decoration: underline; font-size: .9em}
a:active {color: DarkGreen; font-size: .9em}
a {text-decoration: none; color: DarkGreen; font-weight: bold;font-size: .9em}

#main 
{
	width: 1000px;
	margin: 0 auto; 
	text-align: center;
	background-color: transparent;
	
	
}

#top-left
{
	width: 330px;
	height: 100px;
	text-align:left;
	float: left;
	background-image:url(./background/logo_left.png);
}
#top-right
{
	width: 670px;
	height: 60px;
	float: right;
	padding-top: 40px;
	background-image:url(./background/logo_right.png);
}
#main_field
{
	clear: both;
	width: 1000px;
}
#picture-field
{
	text-align: center;
	width: 750px;
	float: right;
}
#menu
{
	width: 250px;
	float: left;
}
#menu-top
{
	width: 234px;
	height: 80px;
	background-image:url(./background/menu-top.png);
}
#menu-body
{
	width: 234px;
	background-image:url(./background/menu-body.png);
}
#menu-bottom
{
	width: 234px;
	height: 56px;
	background-image:url(./background/menu-bottom.png);
}


#picture-field img
{
	border-style: solid;
	border-width:2px;
	border-color:Black;
}
#bottom
{
	width: 1000px;
	height: 100px;	
	clear: both;
	background-image:url(./background/bottom.png);
}
.ref_main
{
	width: 90%;
	margin: 0 auto;
	
}


.ref_right
{
	width: 10%;
	float: right;
	text-align:left;
padding-bottom: 10px;	
padding-top: 10px;
}

.ref_center
{
	float:right;
	text-align:center;
	width: 80%;
padding-bottom: 10px;	
padding-top: 10px;
}
.ref_left
{
	text-align:right;
	width: 10%;
	float:left;
padding-bottom: 10px;	
padding-top: 10px;
}

.top-text
{
	color: #BBB;
	font-size: .8em;
}

.active
{
	font-weight:bold;
	font-size: 1em;
}
