
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}


a {
	text-decoration: none;
}


#wrapper {
	margin: 0 auto;
	padding: 0 0 0 0px;
	background-color: transparent;
	background: #fff;
}

#wrapper-inner {
	margin: 0 20px 0 20px;
	width: 780px;

	box-shadow: 0px 0px 18px #222;
	-moz-box-shadow: 0px 0px 18px #222;
	-webkit-box-shadow: 0px 0px 18px #222;

	background: url(/images/bg.jpg) no-repeat;

	zoom: 1;
}

#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}

#content {
	float: left;
	margin: 0 40px 0 40px;
	font-size: 1.2em;
	line-height: 1.2em;
}


#footer {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
        display: inline-block;
}

#footer .menu {
	float: right;
	margin-right: 20px;
	font-size: 0.9em;
}


.clear {
	clear: both;
	height: 0px;
	line-height: 1px;
	overflow: hidden;
}



.menu {
	clear: both;
	overflow: hidden;

	float: left;
	margin-left: 0px;
	padding: 0 0 0 0;
	font-weight: bold;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	float: left;
	padding: 0 10px 0 10px;
	position: relative;
}

.menu a {
	color: #fff;
	line-height: 51px;
	height: 51px;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	filter: Shadow(Color=#000000, Direction=135, Strength=1);
	font-size: 1.0em;
/*	zoom: 1;*/
}

.menu a:hover {
/*	background: #333;*/
	color: #f7941e;
}





