body {
	text-align: center;
	margin: 0px;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.main {
	width: 800px;
	background-color: white;
}

.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: #f7f7f7;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}

.left {
	width: 200px;
	float: left;
	text-align: center;
	height: auto;
	background-color: #f7f7f7;
}

.caption {
	width: 160px;
	height: 40px;
}

.content {
	letter-spacing: 6px;
	width: 180px;
	position: relative;
	top: 30px;
	height: 300px;
}

.right {
	width: 598px;
	float: left;
	text-align: center;
	height: auto;
	background-color: #FFFFFF;
}

.caption1 {
	width: 560px;
	height: 30px;
	background-image: url(../images/caption3.jpg);
}

.content1 {
	border-style: solid;
	border-width: 1px;
	width: 558px;
	border-color: #708090;
	padding: 20px;
	LINE-HEIGHT: 30px;
	text-align: left;
}

.content1 a:link{color:black;}
.content1 a:active{color:black;}
.content1 a:visited{color:black;}
.content1 a:hover{color:#CC0033;}

.capFont {
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #000000;
	top: 7px;
	float: left;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:active {
	color: blue;
}

a:hover {
	color: red;
}

a {
	text-decoration: none;
	font-size: 12px;
}

.bottom {
	background-image: url(../images/bottom.jpg);
	width: 800px;
	height: 10px;
	position: relative;
	top: 5px;
	float: left;
}

.bottom2 {
	width: 800px;
	background-color: #99CC99;
	position: relative;
	top: 5px;
	float: left;
}
