﻿* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
}

a {
text-decoration: none;
color: #FFE788;
}
a:hover {
text-decoration: none;
color: #eee;
}


#header {
height: 60px;
line-height: 60px;
}
#header h1 {
	color : #fff;
	font-size: 30px;
	text-align: center;
}
#left {
	float: left;
	width: 305px;
	font-size: 13px;
	padding: 25px 10px 10px 10px;
	background: #2F2C2C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 30px;
color: #FFE788;
}
#left h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#right {
	float: right;
	width: 410px;
	background: #2F2C2C;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
}
#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}
.image_gallery_padding {
}
#footer {
	background: #2F2C2C;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	padding: 5px 0;
}

