body {
	text-align: center;
	margin: 0px;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.main {
	width: 800px;
	background-color: #FFFFFF;
}

.top {
	width: 800px;
	height: 160px;
	float: left;
	padding: 0px;
	background-image: url(../images/title.jpg);
}

.menu {
	position: relative;
	top: 2px;
	float: left;
	width: 798px;
	height: 28px;
	width: 798px;
	background-color: #FFFFFF;
}

.center {
	width: 800px;
	float: left;
	top: 4px;;
	position: relative;
	background-color: #FFFFFF;
}

.left {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
}

.left2 {
	width: 198px;
	float: left;
	height: auto;
	position: relative;
}

.right {
	width: 600px;
	float: left;
	height: auto;
}

.right1 {
	width: 597px;
	float: right;
	height: auto;
	position: relative;
}

.right2 {
	width: 407px;
	float: left;
	height: auto;
	position: relative;
	left: 3px;
}

.caption {
	width: 196px;
	float: left;
	height: 27px;
	border-style: solid;
	border-width: 1px;
	border-color: #336633;
}

.caption1 {
	width: 595px;
	float: right;
	height: 27px;
	border-style: solid;
	border-width: 1px;
	border-color: #333366;
}

.caption2 {
	width: 405px;
	float: right;
	height: 27px;
	border-style: solid;
	border-width: 1px;
	border-color: #333366;
}

.capFont {
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #000000;
	top: 7px;
	float: left;
}

.content {
	border-style: solid;
	border-width: 1px;
	border-color: #336633;
	float: left;
	width: 196px;
	height: 150px;
	position: relative;
	top: -1px;
}

.content1 {
	border-style: solid;
	border-width: 1px;
	border-color: #333366;
	float: left;
	width: 595px;
	position: relative;
	top: -1px;
}

.content1 img {
	width: 100px;
	height: 91px;
	border: 1px;
	border-color: #999933;
}

.content2 {
	border-style: solid;
	border-width: 1px;
	border-color: #333366;
	float: left;
	width: 405px;
	position: relative;
	top: -1px;
}

.sh {
	width: 183px;
	height: 176px;
	float: right;
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: 5px;
	border-color: black;
}

.sh img {
	border: 1px;
	border-color: #000000;
}

.bottom {
	background-image: url(../images/bottom.jpg);
	width: 800px;
	height: 10px;
	position: relative;
	top: 15px;
	float: left;
}

.bottom2 {
	width: 800px;
	background-color: #99CC99;
	position: relative;
	top: 15px;
	float: left;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

a:hover {
	color: red;
}

a {
	text-decoration: none;
	font-size: 12px;
}