/* CSS Document */
body {
text-align:center;
background-color:#ffffff;
}

#Layer1 {
	position:relative;
	/*height:900px;*/
	z-index:1;
	/*background-image: url(images/design2.jpg);*/
	background-color:#4E4C4D;
	margin:0px auto 0px auto;
	width: 860px;
	margin-top: 0px;
	top: 0px;
	padding:3px 3px 3px 3px;
}
#Layer2 {
	position:relative;
	/*height:900px;*/
	z-index:1;
	/*background-image: url(images/design2.jpg);*/
	background-color:#ffffff;
	margin:0px auto 0px auto;
	width: 860px;
}
#mainContent {
text-align:left;
width: 860px;
background-color:#ffffff;
}
#foot {
text-align:center;
width: 850px;
height:35px;
background-color:#ffffff;
}
#men {
	position:absolute;
	width:850px;
	height:20px;
	z-index:2;
	left: 8px;
	top: 318px;
}
#head_menu {
	position:absolute;
	width:250px;
	height:250px;
	z-index:2;
	left: 609px;
	top: 65px;
}
#md {
	position:absolute;
	width:134px;
	height:35px;
	z-index:2;
	left: 2px;
	top: 2px;
}
a.menu:link {  
	color: #4E4C4D; 
	text-decoration: none;}
a.menu:visited {  
	color: #4E4C4D; 
	text-decoration: none;}
a.menu:hover {
	color: #4E4C4D;
	text-decoration: underline;
	}