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

body {
	background-color: #775570;
	background-image: url(/images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
}

#layout {
	width: 974px;
	margin: 0 auto;
}

#header {
	background-image: url(/images/layout-top.png);
	height: 46px;
	width: 974px;
}

#logo {
	background-image: url(/images/logo.png);
	width: 169px;
	height: 81px;
	margin-bottom: 30px;
}

#logo .login {
	height: 25px;
	width: 25px;
	margin-left: 54px;
}

#logo .login a {
	display: block;
	width: 100%;
	height: 100%;
}

#rightImage {
	float: right;
}

#navigation {
		
}

#navigation ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 185px;
}

#navigation ul li {
	float: left;
	text-align: center;
	margin: 0;
	width: 120px;
	list-style-type: none;
	line-height: 4.5em;
}

#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

#navigation ul li a:hover, #navigation .selected a {
	color: #92f554;
}

#navigation .doubleLine {
	line-height: 1.5em;
}

#content {
	background-image: url(/images/layout-box-repeat.png);
	background-repeat: repeat-y;
	width: 974px;
	position: relative;
}

#textBG {
	background-image: url(/images/layout-box.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 974px;
}

#textBGNoGradient {
	background-image: url(/images/layout-box.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 974px;
}

#text {
	padding: 20px 80px 60px 60px;
	line-height: 1.8em;
	color: #3d263a;
	font-weight: normal;
}

a, a:link, a:visited, a:active {
	color: #3d263a;
}

a:hover {
	text-decoration: none;
}

.layoutFixedHeight {
	height: 320px;
}

.goldText {
	color: #b2b197;
}

#footer {
	color: #ffffff;
	background-image: url(/images/layout-box-bottom.png);
	width: 974px;
	height: 7px;
}

#footer p {
	font-size: 9px;
	text-align: left;
	margin: 0;
	width: 400px;
	padding-top: 20px;
	padding-left: 55px;
	line-height: 17px;
}

#footer .copyright {
	margin-top: 30px;
	font-size: 9px;
	padding-left: 55px;
}

#slogan {
	width: 274px;
	height: 51px;
	position: absolute;
	bottom: 20px;
	left: 60px;
	background-image: url(/images/layout-slogan2.png)
}