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

body {
	margin: 0;
	padding: 0;
	background: url(images/body_bg.jpg);
	font-family: "Times New Roman","serif";
	font-size: 12px;
}
a {
	color: #222222;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.25em;
}
#container {
	margin: 10px auto 10px auto;
	padding: 0;
	background-image: url(images/contain_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 718px;
	display: table;
}
#header {
	width: 100%;
	height: 137px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	margin: 0;
	display: block;
}
#nav {
	width: 100%;
	height: 26px;
	float: left;
	display: block;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 75px;
	float: left;
	border-right: 1px dashed #333333;
	display: block;
}
#nav ul li {
	float: left;
	padding: 0;
	margin: 0;
	border-left: 1px dashed #333333;
	font-size: 10px;
	text-transform: uppercase;
}
#nav ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: #222222;
	text-decoration: none;
}
#nav ul li a:hover {
	color: red;
	text-decoration: underline;
}
#nav #currentpage {
	background-color: #e6e6e6;
}
#content_top {
	width: 100%;
	height: 1px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin: 0;
	padding: 0;
	display: table;
}
#content {
	width: 96%;
	height: auto;
	float: left;
	margin: 5px 2% 5px 2%;
	display: block;
}
#footer {
	float: left;
	height: 24px;
	width: 718px;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	display: table;
}
a.no-underline {
	text-decoration: none;
	font-weight: bold;
}
a.no-underline:hover {
	text-decoration: underline;
}