* { /* Reset all */
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #000;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
a {
	color: #C42988;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin-top: 10px;
}
#header h1 {
	height: 186px;
	background-image: url(../images/header.jpg);
	text-indent: -10000px;
	overflow: hidden;
	margin-bottom: 10px;
	background-repeat: no-repeat;

}
#navi {
	height: 36px;
	background-color: #6B5F62;
	border: 4px solid #403638;
	margin-bottom: 10px;
}
#navi ul {
	text-align: center;
	padding-top: 6px;
}
#navi li {
	display: inline;
	margin-right: 40px;
}
#navi li a {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
#navi li.first {
	padding-left: 60px;
	background-image: url(../images/navi_deco_left.gif);
	background-repeat: no-repeat;
}
#navi li.last {
	margin-right: 0px;
	padding-right: 60px;
	background-image: url(../images/navi_deco_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
}
#content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	padding: 20px 50px 10px 45px;
	min-height: 313px;
	text-align: justify;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	margin-bottom: 20px;	
}
#content p {
	margin-bottom: 15px;
	line-height: 20px;
}
#content .img_right {
	float: right;
}
#content img {
	padding:2px;
	margin-left: 15px;
	border: 2px solid #000;
}
#content a:hover img {
	border: 2px solid #C42988;
}
#footer {
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 42px 10px 20px 10px;
	text-align: center;
}
#gallery {
	text-align: center;
}
#gallery img {
	margin-bottom: 10px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}