@CHARSET "UTF-8";

#container {
	width: 1000px;
	text-align: left;
	overflow-x: hidden;
}

#header {
	width: 1000px;
}

#header #logo {
	width: 1000px;
}

#header #nav {
	width: 1000px;
}

#content {
	clear: both;
	width: 1000px;
}

#footer {
	clear: both;
	width: 1000px;
}

.left {
	background: url(left.gif) repeat-y right;
	width: 5px;
}

.right {
	background: url(right.gif) repeat-y left;
	width: 5px;
}

.mid {
	width: 990px;
}

.subpage_title {
	height: 24px;
	background: url(title_bg.gif);
	border:1px solid silver;
	color: gray;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0 10px;
}

.subpage_item {
	font-size: 12px;
	height: 14px;
	border-bottom: 1px dotted silver;
	padding: 5px 10px;
}

