@charset "utf-8";
.leftnav {
	width: 150px;
	margin-top: 10px;
	float: left;
}
.middle {
	float: right;
	width: 740px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	width: 350px;
	padding-left: 5px;
}
.photo {
	background-color: #99CC99;
	width: 360px;
	float: right;
	margin-right: 10px;
}


body {
	background-color: #333333;
}
.main {
	background-color: #FFFFFF;
	width: 900px;
}


.left {
	padding: 2px;
	width: 450px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.top {
	height: 150px;
	width: 900px;
	background-color: #CCCCCC;
}
.picbanner {
	height: 250px;
	width: 900px;
}
.bar {
	background-color: #CCCCCC;
	height: 35px;
}

.outer_wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	padding-left: 10px;
}
.button:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #E8E8E8;
	text-decoration: none;
	height: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	padding-left: 10px;
	background-color: #CCCCCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #466ACA;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
