@charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px;
	background-image: url(pics/template/back_cross2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
*{
	margin: 0px;
	padding: 0px;
	border: none;
}
dl.one {
	text-align: center;
	width: 350px;
	margin: 0 0 0 20px;
	float: left;
}
dl.two {
	text-align: center;
	width: 350px;
	margin: 0 20px 0 0;
	float: right;
}
dt, dd img {
}
dd {
	height: 55px;
}
dd a {
	color: #fff;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
}
#banner {
	background-image: url(pics/template/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 235px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#hor_nav_bar {
	width: 1000px;
	height: 46px;
	margin: 0px;
	padding: 24px 0px 0px 0px;
	text-align: center;
	background-image: url(pics/template/hor_nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	background-image: url(pics/template/cross_section.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	background-position: left top;
	margin: 0px;
	padding: 0px 100px;
	float: left;
	width: 800px;
	text-align: left;
	min-height: 350px;
}
#content a:link {
	color: #FFFFFF;
}
#content a:visited {
	color: #FFFFFF;
}
#content a:hover {
	color: #FF0000;
}
#bottom_nav {
	background-image: url(pics/template/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 63px;
	width: 1000px;
	float: left;
	text-align: center;
}
#bottom_nav ul {
	margin: 0px;
	padding: 15px 0px 0px;
	list-style-type: none;
	text-align: center;
}
#bottom_nav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 14px;
}
#bottom_nav li a:link {
	color: #FFFFFF;
}
#bottom_nav li a:visited {
	color: #FFFFFF;
}
#bottom_nav li a:hover {
	color: #FF0000;
}
#bottom_nav li.last  {
	border-right-style: none;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	font-size: 12px;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FF0000;
}
#design {
	margin: 0px;
	padding: 3px;
	border: thin solid #FFFFFF;
}
#cue {
	margin: 0px;
	padding: 3px;
	border: thin solid #FFFFFF;
}
#thumb {
	margin: 0px;
	padding: 0px;

	width: 800px;
}
#thumb ul {
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#thumb ul li {
	padding: 50px;
	margin: 0px;
	float: left;
	width: 300px;
	height: 200px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 12px;

}
#thumb ul li a {
	color: #FFFFFF;
}
#thumb ul li a:visited {
	color: #FFFFFF;
}
#thumb ul li a:hover {
	color: #F92325;
}
#thumb ul li a img {
	border: none;
	display: block;	
}
#thumb ul li a:hover img {
	border-color: #F92325;
}
#thumb ul li img {
	width: 300px;
}
.clrflt {
	clear: both;
	height: 0px;
	margin: 0px;
}