@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ABACB0 url(img/background.jpg) repeat-y center top;
	
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #8B8D94;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

a img {
	border: none;
}

#page {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	background: white url(img/body.jpg) repeat-y left center;
}

#header, #body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#header {
	height: 230px;
}

#bottom {
	clear: both;
}

#footer {
	position: absolute;
	margin-top: 25px;
	width: 834px;
	text-align: center;
}

/**
 * Classes
 */

.black {
	color: black;
}

.blackLink {
	color: black;
	text-decoration: none;
}

/**
 * Quick Menu
 */

#header #headerMenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 210px;
	text-align: left;
	position: absolute;
	top: 35px;
	margin-left: 0;
}

#header #headerMenu li {
	display: inline;
	width: auto;
	margin: 0;
	padding-left: 7px;
	color: #9B9B9B;
	font-size: 10px;
	text-transform: lowercase;
}

#header #headerMenu li a {
	color: black;
	text-decoration: none;
}

/**
 * Logo
 */

#header h1 {
	width: 218px;
	height: 82px;
	position: absolute;
	top: 110px;
	overflow: hidden;
	float: left;
	background: transparent url(img/logo.gif) no-repeat center center;
	font-size: 0;
}

#header h1 a {
	display: block;
	padding-top: 82px;
	font-size: 0;
}


/**
 * Main menu
 */

#header ul#contentMenu {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 525px;
	text-align: center;
	position: absolute;
	top: 177px;
	margin-left: 233px;
	letter-spacing: -1px;
	
	z-index: 1000;
}

#header ul#contentMenu li {
	display: inline;
	width: auto;
	margin: 0;
	padding-left: 7px;
	background: transparent url(img/black.gif) repeat-x left bottom;
}

#header ul#contentMenu li#menu-profile {
	padding-left: 0;
}

#header ul#contentMenu li a {
	color: black;
	background-color: #F5F5F7;
	text-decoration: none;
}

#header ul#contentMenu li a:hover {
	color: #C06617;
}

/**
 * Content
 */

#left {
	width: 439px;
	float: left;
}

#right {
	width: 314px;
	float: right;
}

#content p {
	margin: 0 0 1em 0;
	line-height: 13px;
}


#content h2 {
	margin: 0 0 1em 0;
	background: transparent url(img/title.gif) repeat-y left center;
	padding: 8px;
	text-align: center;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

#content #right h2 {
	background: transparent url(img/title-right.gif) repeat-y left center;
}

#content h3 {
	margin: 0;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #C06617;
}

/**
 * Bottom menu
 */

#bottom ul {
	list-style: none;
	margin: 20px 0 15px 0;
	padding: 0;
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#bottom ul li {
	display: inline;
	width: auto;
	padding: 0 10px;
	border-right: 1px solid #342708;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9E9E9E;
}

#bottom ul li#menu-up {
	border-right: none;
	background: transparent url(img/up.png) no-repeat right bottom;
	padding-right: 12px;
}

#bottom ul li a {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #342708;
	text-decoration: none;
}

/**
 * Footer
 */

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #342708;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #342708;
}