@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(images/bg_center.jpg) center top;
	float: left;
}

#header {
	width: 100%;
	height: 223px;
	margin: 0;
	position: relative;
	background: url(images/bg_header.jpg) repeat-x top;
}

.headercontent {
	position: relative;
	width: 960px;
	height: 223px;
	margin: 0 auto;
}

.headercontent p {
	font-size: 12px;
	color: #606060;
	text-align: center;
}

.logo {
	position: relative;
	width: 135px;
	height: 140px;
	margin: 0 auto;
	padding: 13px 0 4px;
}

.menu {
	width: 960px;
	height: 25px;
	margin: 20px auto 0;
	text-align: center;
	color: #B4BDCC;
	font-size: 13px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	text-decoration: none;
	padding: 5px 30px 8px;
	color: #B4BDCC;
	background: url(images/tab_right.jpg) no-repeat top left;
}

.menu ul li a:hover, .menu ul li a.current {
	background: url(images/tab_right_over.jpg) no-repeat top left;
}

#center {
	width: 710px;
	margin: 0 auto 120px;
	padding: 30px 125px;
	background: url(images/bg_content.jpg) repeat-y center;
}

#center h1 {
	font-size: 35px;
	color: #FFFFFF;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 0 0 15px -5px;
}

#center p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	letter-spacing: .05em;
	margin: 0 353px 20px 0;
}

#center a, #center a:hover {
	color: #FFFFFF;
}

#center a:hover {
	text-decoration: none;
}

#center ul {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	letter-spacing: .05em;
	margin: 0 378px 20px -23px;
}

.centerlist {
	position: relative;
	float: left;
	width: 155px;
	margin-right: 20px;
}

#center p.centerlist {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 21px;
	letter-spacing: 0;
	margin: 0 0 20px 0;
}

#center ul.centerlist {
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: .05em;
	margin: 0;
	padding: 0 0 20px;
}

.alignright {
	margin: 7px -350px 20px 0;
	border: solid #FFFFFF 1px;
}

#footer {
	position: absolute;
	width: 100%;
	height: 120px;
	background: url(images/bg_footer.jpg) center;
	bottom: 0 !important;
}

.footercontent {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/bg_footer_content.jpg) repeat-y center;
}

.footercontent p {
	font-size: 13px;
	color: #606060;
	margin: 0 125px 20px;
}

.footercontent a {
	color: #606060;
	text-decoration: none;
}

.footercontent img {
	margin-top: -10px;
}

.clear {
	clear: both;
	margin: 1px;
	padding: 1px;
}