html {
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0px;
	background-image: url(/images/body/background.jpg);
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

img {
	border: none;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #CCCCCC;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	line-height: normal;
}

#light,
.light_content {
	width: 492px;
	height: 355px;
	position: absolute !important;
	z-index: 0;
	background-image: url(/images/effects/light.png);
}

.light_content {
	width: 667px;
	height: 602px;
	top: -50px;
	left: 50%;
	margin-left: -250px;
	z-index: 0;
	background-image: url(/images/effects/light_content.png);
}

#container {
	width: 772px;
	position: relative;
	z-index: 10;
	left: 50%;
	top: 30px;
	margin-left: -386px;
}

#navigation {
	width: 490px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	z-index: 50;
}

#navigation ul,
#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li {
	float: left;
	display: inline;
	margin-left: 20px;
}

#navigation ul li a {
	font-size: 15px;
	text-shadow: #000000 2px 2px;
	color: #CCCCCC;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #FFFFFF;
}

#navigation ul li.active a {
	color: #FFFFFF;
	cursor: default;
}

.header {
	background-image: url(/images/header/background.png);
	height: 78px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
}

.content {
	width: 100%;
	line-height: 18px;
	display: table;
	position: relative;
}

.content h3 {
	font-size: 18px;
}

.content .left {
	width: 73%;
	padding-right: 2%;
	background-image: url(/images/content/background.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}

.content .right {
	width: 23%;
	margin-left: 2%;
	margin-top: 10px;
	float: left;
}

.footer {
 	display: table;
	width: 100%;
	height: 100px;
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 22px;
}

.footer span {
	color: #B6AA9F;
	font-size: 13px;
}

.footer a {
	padding-right: 5px;
}

.footer div {
	height: 36px;
	margin-bottom: 5px;
	background-image: url(/images/footer/background.png);
}
