@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 960px;
	text-align: left;
}
#header {
	float: left;
	height: 110px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#logo {
	float: left;
	height: 70px;
	width: 250px;
	margin-top: 20px;
}
#login {
	position: absolute;
	left: 700px;
	top: 20px;
	height: 30px;
	width: 260px;
	line-height: 30px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu {
	height: 30px;
	width: 660px;
	position: absolute;
	left: 300px;
	top: 50px;
	line-height: 30px;
	overflow: hidden;
}

#banner {
	float: left;
	height: 299px;
	width: 100%;
	overflow: hidden;
	background-image: url(../img/bg-banner.jpg);
	background-repeat: no-repeat;
}
#banner-img {
	float: left;
	height: 161px;
	width: 540px;
	margin-top: 100px;
	margin-left: 420px;
}

#contents {
	float: left;
	height: auto;
	width: 100%;
}
#contents-top {
	float: left;
	height: 30px;
	width: 100%;
	background-image: url(../img/bg-contents-top.png);
	background-repeat: repeat;
	overflow: hidden;
}
#contents-mid {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 20px;
}
#col-left {
	float: left;
	height: auto;
	width: 450px;
	margin-left: 20px;
}
#col-right {
	float: left;
	width: 920px;
	margin-left: 20px;
}

#footer-links {
	height: 120px;
	width: 960px;
	float: left;
	background-image: url(../img/bg-footerlinks.jpg);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer-links-b1 {
	float: left;
	height: 120px;
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer-links-b2 {
	float: left;
	height: 120px;
	width: 316px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
}
#footer-links-b3 {
	float: left;
	height: 120px;
	width: 320px;
}

#footer-copyright {
	height: 57px;
	width: 700px;
	background-color: #FFF;
	padding: 0px;
	float: left;
	line-height: 57px;
	overflow: hidden;
}
#footer-logo {
	float: left;
	height: 57px;
	width: 260px;
	line-height: 57px;
	text-align: right;
}
.image{float:left;border: 0px;margin-right: 10px;margin-bottom: 5px;margin-top: 5px; margin-left: 0px;}

.steve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
}