html{
	height: 100%;
}
body {
	padding:0;
	margin: 0;
	background-image:url(../back.png);
	height: 100%;
}
#header { 
	width: 100%;
	height: 200px;
	background-image:url(../blue.png);
	background-repeat:repeat;
	
}
#header_container {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../header_1.png); 
	
}
#logo {
	height: 200px;
	width: 200px;
	float: left;
}
#menu {
	font-size: 1.8em;
	margin-top: 150px;
	height: 50px;
	width: 750px;
	float: right;
	text-align:right;
	padding-right: 20px;
	color: #FFF;
	text-decoration:none;
	text-shadow: 0.15em 0.2em 0.3em #000;
	
}
a.menu:link {
	color: #FFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFF;
	text-decoration: none;
}
a.menu:active {
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	color: #9d0000;
	text-decoration: none;
	text-shadow: 0px 0px 5px #FFF;
}
#container {
	width: 1000px;
	min-height: 30em;
	margin-left: auto;
	margin-right: auto;
	background:#FFF;

}
#page_content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	min-height: 450px;
	
}
#index_body {
	width: 950px; 
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1em;
	/* font-family:Tahoma, Geneva, sans-serif; */
}
#slider {
	width: 1000px;
	height: 300px;
	background:#CCC;
	margin-top: 18px;
}
#footer {
	width: 100%;
	height: 100px;
	background-image:url(../blue.png);
	background-repeat:repeat;
}
#footer_container {
	width: 1000px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 0.85em;
}
#images {
	float: right;
	height: 300px;
	width: 500px;
}
#pic_block{
	float:right;
	background-color:none;
	width:300px;
	height: auto;
	margin-top: 40px;
	margin-left:20px;
	
}
