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

html {
	height: 100%;
}

html * {
	padding: 0;
	margin: 0;
}

p {
	padding-bottom: 1em;
}

body {
	background-color: #2f2f2f;
	background-image: url(/images/main1/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #ffffff;
	
	padding: 0;
	margin: 0;
	
	font-family: Tahoma, Verdana;
	font-size: 12px;
	
	height: 100%;
}

.button {
	width: 89px;
	height: 18px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(/images/main1/button.gif);
	font-size: 12px;
	padding-bottom: 5px;
	text-align: center;
	cursor: pointer;
}

.button:hover {
	color: #fff;
}

.text_gray {
	color: #808080;
}

.text_white {
	color: #ffffff;
}

#container {
	margin: 0 auto;
	background-image: url(/images/main1/container_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 960px;
	height: 100%;
	
	background-color: #000;
}

#tabnav {
	height: 25px;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tabnav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabnav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#tabnav a {
	float: right;
	width: 140px;
	height: 25px;
	padding-right: 9px;
	padding-top: 7px;
	text-align: right;
	overflow: hidden;
	background-image: url(/images/main1/nav_bg.gif);
	background-repeat: no-repeat;
}

#tabnav a:link, #tabnav a:visited {
	text-decoration: none;
	color: #999999;
}

#tabnav a:hover, #tabnav a#active, #tabnav a#current {
	color: #ffffff;
}

#content_container {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

#footer {
	clear: both;
	text-align: right;
	color: #666666;
	padding: 20px;
	width: 940px;
	margin: 0 auto;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
