@charset "utf-8";
/* CSS Document */
body {
	background-color: #023E02;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#logo {
	width: 900px;
	padding-right: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#logo h1 {
	font-size: 2.6em;
	color: #BCD201;
	font-weight: normal;
	margin: 0px;
	text-align: right;
}
#logo h2 {
	color: #FF0;
	font-weight: normal;
	font-size: 1.5em;
	text-align: right;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header {
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 402px;
	width: 1000px;
	float: left;
}
#content {
	background-image: url(../images/2.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1000px;
	float: left;
	padding-bottom: 20px;
}
#top_content {
	width: 850px;
	float: left;
	padding-right: 75px;
	padding-left: 75px;
	font-size: .9em;
}
#top_content .left {
	float: left;
	height: 394px;
	width: 283px;
}
#top_content .right {
	float: right;
	height: 364px;
	padding-left: 20px;
	width: 547px;
	padding-top: 30px;
}
#gallery {
	height: 430px;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/gallery.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	padding-left: 18px;
	padding-top: 18px;
}

#footer {
	background-image: url(../images/3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 57px;
	width: 1000px;
	float: left;
	font-size: .9em;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 10px;
}

h1 {
	color: #FF0;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#content_text {
	width: 850px;
	padding-right: 75px;
	padding-left: 75px;
}

#left {
	width: 45%;
	float: left;
	margin-top: 20px;
}
#right {
	width: 45%;
	float: right;
	margin-top: 20px;
}




.yellow {
	color: #FF0;
	font-weight: bold;
}
.green {
	color: #54AE00;
	font-weight: bold;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #F00;
}
