
/* Layout Stylesheet */ 

.mooSlide {
	background-color: #000000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 11px;
}
a {
	color: #996600;
}

a:link {
	color: #fff;
	text-decoration: none;
	}
	
a:visited {
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}
	
a:active {
	color: #fff;
	text-decoration: none;
	}

body {
 margin:20px;
 background-image: url(../img/bg.jpg);
 background-repeat: repeat-x;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:804px;
 margin:auto;
 }

#logo {
	height:100px;
 }

#top_menu {
	height:51px;
	background: url(../img/bg_menu.png) center no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration:none;
	color: #fff;
 }
#top_menu_link {
	margin-top: 20px;
	position:relative;
}
#top_menu_link ul {
	cursor:pointer;
}
#top_menu_link li {
	float:left;
	text-decoration:none;
	display:block;
	margin-right:65px;
	margin-left:19px;
	margin-top:20px;
}
#header {
	height:288px;
	width:804px;
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-position: center;
 }

#center {
 width:804px;
 height:450px;
 background-image: url(../img/bg_body.gif);
 background-repeat: no-repeat;
 background-position: center;
}

#center_text {
 font: 11px Arial, Helvetica, sans-serif;
 font-style: normal;
 text-decoration:none;
 color: #000;
 margin-left:25px;
 margin-bottom:25px;
 margin-right:25px;
 text-align:justify;
}
#center_text_contacts {
 font: 11px Arial, Helvetica, sans-serif;
 font-style: normal;
 text-decoration:none;
 color: #000;
 margin-left:25px;
 margin-bottom:25px;
 margin-right:25px;
 text-align:center;
}

#footer {
	margin-top: 5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration:none;
	color: #FFFFFF;
 }
#footer_txt {
	width: 100%;
	position: relative;
	float:left;
}
#validation {
 	width: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
 }
#pop_text {
 font: 11px Arial, Helvetica, sans-serif;
 font-style: normal;
 text-decoration:none;
 margin-left:25px;
 margin-bottom:25px;
 margin-right:25px;
 text-align:justify;
 background:#FFFFFF;
}