body {
	background: #523712 url('/media/theme/bg1.jpg') repeat top left;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #0a0702;
}
img {
	border: 0px;
}
a {
	color: #661111;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #661111;
}
#content a:visited {
	color: #523712;
}
#content a:visited:hover {
	border-bottom: 1px solid #523712;
}
ul {
	list-style: square;
}

.clear {
	clear: both;
}

#rays {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 768px;
	background: url('/media/theme/rays.png') no-repeat top center;
	z-index: -2;
}
#shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	background: url('/media/theme/shadow.png') repeat-x top left;
	z-index: -1;
}
#content {
	width: 430px;
	float: right;
	background: url('/media/theme/content_bg.png') repeat-y top right;
	padding: 50px;
	padding-top: 60px;
	padding-bottom: 5px;
}
#bottom-stripe {
	float: right;
	width: 500px;
	padding: 15px;
	padding-top: 40px;
	background: url('/media/theme/bottom_stripe.png') no-repeat top left;
	margin-bottom: 20px;
	text-align: center;
	color: #dbc591;
}

#title-wrapper {
	position: relative;
}
#title {
	position: absolute;
	width: 520px;
	height: 75px;
	background: url('/media/theme/top_stripe.png');
	top: -90px;
	left: -60px;
	text-align: right;
	font-size: 26px;
	color: #dbc591;
	line-height: 75px;
	padding-right: 30px;
	text-transform: uppercase;
}
#main {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
#left-col {
	width: 405px;
	float: left;
	text-align: right;
	padding-top: 40px;
	color: #dbc591;
}

.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 180%;
	padding-right: 5px;
}
.menu a {
	text-transform: lowercase;
	color: #dbc591;
}
.menu a:hover {
	border-bottom: 1px solid #dbc591;
}
/* carousel */
#content .carousel-side-desc-with-arrows {
	width: 430px;
	height: 600px;
	position: relative;
}
#content .carousel-side-desc-with-arrows .slide {
	background: #dbc591;
	padding: 5px;
	margin: 10px;
	position: absolute;
	display: none;
}

#content .carousel-side-desc-with-arrows img {
	display: block;
	float: left;
	width: 400px;
	height: 300px;
}

#content .carousel-side-desc-with-arrows .desc {
	height: 230px;
	background: #523712;
	padding: 15px;
	padding-bottom: 25px;
	overflow: hidden;
	color: #dbc591;
}

#content .carousel-side-desc-with-arrows a, #content .carousel-side-desc-with-arrows a:hover {
	color: #dbc591;
	border-bottom: 1px solid #dbc591;
}

#content .carousel-side-desc-with-arrows h2 a {
	border-bottom: none;
}

#content .carousel-side-desc-with-arrows .desc h2.title {
	padding-bottom: 5px;
}

#content .carousel-side-desc-with-arrows .arrows {
	position: absolute;
	bottom: 16px;
	right: 24px;
	text-align: right;
	font-size: 16px;
}

#content .email {
	font-size: 16px;
	text-align: center;
}
#content .socials {
	text-align: center;
}
#content .socials img {
	padding: 4px;
}

