body {
	margin: 0;
	font-size: 10px;
	background-color: white;
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.wrapper {
	float: left;
	width: 640px;
	display: inline;
	margin-left: 180px;
}

.logo {
	width: 220px;
	height: 96px;
	float: left;
	display: inline;
}

.breaker {
	float: left;
	clear: left;
	width: 640px;
} 

.sm {list-style:none; width:527px; height:257px; display:block; overflow:hidden; margin:0; padding:0;}
.sm li {float:left; display:inline; overflow:hidden; margin:0; padding:0;}

img {
	border: 0;
}

.menu {
	float: left;
	display: inline;
	margin-left: 80px;
}

.dot {
	width: 527px;
	height: 72px;
	float: left;
	display: inline;
	clear: left;
	margin-left: 80px;
}

.footer {
	width: 500px;
	height: 72px;
	float: left;
	display: inline;
	clear: left;
	margin-left: 80px;
	margin-top: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 15px;
	text-align: justify;
}

p.small {
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
}

.menutop {
	width: 309px;
	height: 20px;
	float: left;
	display: inline;
	margin-left: 53px;
	margin-top: 45px;
}

.menutop span {
	display: none;
}

.menu1 {
	width: 50px;
	height: 20px;
	float: left;
	display: inline;
}

.menu1 a {
	display: block;
	width: 50px;
	height: 20px;
	background-image: url('menutop.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.menu1 a:hover {
	background-position: -309px 0;
}

.menu2 {
	width: 50px;
	height: 20px;
	float: left;
	display: inline;
}

.menu2 a {
	display: block;
	width: 50px;
	height: 20px;
	background-image: url('menutop.jpg');
	background-position: -50px 0;
	background-repeat: no-repeat;
}

.menu2 a:hover {
	background-position: -359px 0;
}

.menu3 {
	width: 80px;
	height: 20px;
	float: left;
	display: inline;
}

.menu3 a {
	display: block;
	width: 80px;
	height: 20px;
	background-image: url('menutop.jpg');
	background-position: -100px 0;
	background-repeat: no-repeat;
}

.menu3 a:hover {
	background-position: -409px 0;
}

.menu4 {
	width: 65px;
	height: 20px;
	float: left;
	display: inline;
}

.menu4 a {
	display: block;
	width: 65px;
	height: 20px;
	background-image: url('menutop.jpg');
	background-position: -180px 0;
	background-repeat: no-repeat;
}

.menu4 a:hover {
	background-position: -489px 0;
}

.menu5 {
	width: 64px;
	height: 20px;
	float: left;
	display: inline;
}

.menu5 a {
	display: block;
	width: 64px;
	height: 20px;
	background-image: url('menutop.jpg');
	background-position: -245px 0;
	background-repeat: no-repeat;
}

.menu5 a:hover {
	background-position: -554px 0;
}

.subpage {
	width: 600px;
	float: left;
	display: inline;
	margin-left: 30px;
}

.subpagetext {
	width: 340px;
	float: left;
	display: inline;
	margin-left: 220px;
	margin-top: 20px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	margin-top: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	margin-top: 0px;
}

a:link, a:visited {
	color: rgb(218,139,96);
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-type: square;
	letter-spacing: 1px;
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
}