a:link, a:visited { color: #111111; } a:hover { color: #696969 }

body {
	background-color: #cdcdcd;
	font-family: arial;
	font-size: 12px;
	color: #111111;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
strong { font-weight: bold; color: inherit; }
#wrap {
	width: 680px;
	height: 279px;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -200px; margin-left: -340px;
	background-image: url(images/layout.png);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_wrap {
	width: 680px;
	height: 141px;
	background-image: url(images/sub.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	margin: 0 auto;
}
#nav {
	position: absolute;
	top: 128px;
	width: 680px;
	line-height: 40px;
	text-align: center;
	color: #626262;
	font-size: 11px;
}
#sub_nav {
	height: 82px;
	width: 680px;
	line-height: 82px;
	text-align: right;
	color: #626262;
	font-size: 11px;
}
#table {
	color: #626262;
	font-size: 11px;

}
#nav a:link, #nav a:visited, #sub_nav a:link, #sub_nav a:visited { color: #9b9b9b; text-decoration: none; }
#nav a:hover, #sub_nav a:hover { color: #ffffff; }
#nav a.current, #sub_nav a.current { color: #ffffff; font-weight: bold; }
#search, #sub_search {
	width: 472px;
	height: 31px;
	position: absolute;
	bottom: 50px; left: 99px;
	padding-bottom: 6px;
}
#sub_search {
	bottom: 8px;
}
input.search {
	color: #7b7b7b;
	width: 472px;
	height: 31px;
	line-height: 31px;
	font-family: georgia;
	font-size: 13px;
	text-align: center;
	background: transparent;
	border: 0;
	font-style: italic;
}
input.active { color: #ffffff; }
input.search_submit { display: none; }
#footer, #footer_2 {
	height: 30px;
	width: 680px;
	line-height: 35px;
	position: absolute;
	bottom: 0; left: 0;
	z-index: -5;
	color: #e6e6e6;
	text-align: center;
}
#footer_2 {
	bottom: 1px;
	left: -1px;
	color: #848484;
	z-index: 5;
	font-size: 11px;
}
#foot {
	text-align: center;
	color: #626262;
	font-size: 11px;
}
#sub_content {
	padding: 30px;
	color: #626262;
	text-align: center;
	font-size: 11px;
}