@charset "utf-8";
/* CSS Document */

#wrapper {
	clear: left;
	float: left;
	width: 850px;
	margin-right: auto;
	margin-left: 50px;
	position: relative;
	margin-bottom: 50px;
}
#advertisement {
	clear: both;
	height: 30px;
	width: 850px;
	margin-right: auto;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 18px;
	text-decoration: underline;
	text-align: center;
	display: block;
}
#advertisement a {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}



#wrapper #banner {
	clear: both;
	height: 160px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #banner #logo {
	clear: left;
	float: left;
	height: 150px;
	width: 260px;
}
#wrapper #banner #navigation {
	clear: right;
	float: right;
	height: 40px;
	width: 450px;
	margin-top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	text-align: right;
	display: block;
	margin-right: 10px;
}

#wrapper #content {
	background-image: url(../images/jpg.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 630px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content #gallery {
	clear: both;
	height: 130px;
	width: 570px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content #main-content {
	height: 460px;
	width: 660px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content #main-content #left {
	width: 570px;
	color: #660000;
	clear: both;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}


#wrapper #footer {
	clear: both;
	height: 30px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.font_big_brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.font_big_orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #A84300;
}
.font_bold {
	font-weight: bold;
}
.img_align {
	clear: right;
	float: right;
	margin-left: 15px;
}
.text_underline {
	text-decoration: underline;
}

