html, body {
		height:100%;
		}

body {
	color: #000000;
	font-family: Verdana, verdana;
	font-size: 10px;
	background: url('layout/background.png');
	padding: 0 auto;
	margin: 0 auto;
	
	
}
		
.upper_yellow {
		position: relative;
		text-align: left;
		top: 0px;
		width: 972px;
		height: 15px;
		background: url('layout/upper_yellow.png');

			}
.main_picture{
	position: relative;
	top: 0px;
	width:977px;
	height: 252px;
	
	
}

.main_menu {
	position: relative;
	top: 0px;
	width: 977px;
	height: 57px;
	background: url('layout/menu_bck.png');
	
	}
.menu_wrapper
	{
		position: relative;
		padding-left: 36px;
	}


.menu_link a
{
	text-decoration: none;
	color: #000;
	position: relative;
	top: 0px;
	height: 57px;
	line-height: 57px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	float: left;
	font-weight: bold;
}

.menu_link a:link
{
	text-decoration: none;
	color: #000;
	position: relative;
	top: 0px;
	height: 57px;
	line-height: 57px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	float: left;
	font-weight: bold;
}

.menu_link a:visited
{
	text-decoration: none;
	color: #000;
	position: relative;
	top: 0px;
	height: 57px;
	line-height: 57px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	float: left;
	font-weight: bold;
}

.menu_link a:hover
{
	text-decoration: underline;
	color: #000;
	position: relative;
	top: 0px;
	height: 57px;
	line-height: 57px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	float: left;
	font-weight: bold;
	background-color: #fff;
	filter:alpha(opacity=30);
		-moz-opacity:.3;
		opacity:.3;
}

.main {
		position:relative; 
		text-align:left;
		top: 0px;
		width:977px;
		border:0px solid;
		font-family: verdana;
		color: #000;
		font-size: 10px;
		background: url('layout/main_bck.png'); 
		border-color: #000;
		}
.main_text{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	width: 850px;
	font-family: verdana;
	font-size: 12px;
	
}

.whole 	{
		margin:0 auto;
		position:relative; 
		top: 0px;
		text-align:left;
		width:977px;
		clear:left;
		border:0px solid;
		}
.footer {	
		position: relative;
		width: 977px;
		height: 68px;
		background: url('layout/footer.png'); 
	}
	
.footer_text {	
		position: relative;
		padding-left: 55px;
		top: 8px;
	}
