body {
	background: #323232;
	color: white;
	margin: 0px;
}

#body {
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 930px;
	text-align: center;
}

#logo {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 930px;
	height: 45px;
	background: url("../img/logo.png");
}

#menu {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff8c00;
	margin: 0 auto;
	width: 930px;
	text-align: center;
}

#menu li {
	display: inline;
	margin-right: 30px;
}

#menu li a {
	color: #fefefe;
}

li#language {
	margin-right: 0px;
	margin-left: 30px;
}

#content {
	clear: both;
	width: 930px;
	margin-top: 15px;
	text-align: left;
}

#bottom_line {
	clear: both;
	width: 930px;
	height: 2px;
	background: url("../img/horizontal_line.png");
	margin-bottom: 0px;
}

#footer {
	clear: both;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #fefefe;
	margin: 10px 0px;
	width: 930px;
	text-align: center;
}

#footer2 {
	clear: both;
	font-size: 11px;
	margin-bottom: 15px;
	width: 930px;
	text-align: center;
}
/*** Reset and set defaults ***/
ul, form, fieldset {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

fieldset {
	border: none;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

a {
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: underline !important;
	border: none;
}
a img {
	border: none;
}

a:active, a:focus {
	-moz-outline:    none;
	outline:         none;
	ie-dummy:        expression(this.hideFocus=true);
}
/*** ***/