body{
	margin: 0px;	
	padding:0px;
	background-repeat:no-repeat;
	background-color:#CCC;
}
	
#main {
	height: auto;
	width: 100%;
}
#header {
	height: 110px;
	width: 922px;
	background-image: url(../images/header.jpg);
	margin-left:auto;
	margin-right:auto;	
}
#image3 {
	height: 242px;
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main_image3.jpg);
	border: 1px solid black;
	background-repeat: no-repeat;
	background-position: center;
}

#image2 {
	height: 242px;
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main_image2.jpg);
	border: 1px solid black;
	background-repeat: no-repeat;
	background-position: center;
}

#main_text {
	height: auto;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#ffffff;
}

h1{
	font-size:24px;
	color: #8ec641;
	margin:0px;
}
#main_main_text {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#image {
	height: 242px;
	width: 922px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main_image.jpg);
	border: 1px solid black;
	background-repeat: no-repeat;
	background-position: center;
}




ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#B11718;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#DE3330;
}
#menu {
	height: 30px;
	width: 689px;
	margin-left: 233px;
	padding-top: 67px;
}

#footer {
	clear: both;
	height: 40px;
	width: 922px;
	background-image: url(../images/footer.jpg);
	color: white;
}
#footer_txt {
	height: 20px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#footer_txt a {
	color:white;
	text-decoration:none;
}
