body {
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 17px;
}
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	line-height: 19px;
	color: #666666;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 9px;
	padding-bottom: 10px;
	text-align: left;
}
a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
}
a:hover, a:active {
	color: #CC3300;
}
img {
	border: 0;
}
#banner {
	float: left;
	margin-right: 15px;
}
h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#page {
	width: 770px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0px 0px 0px -385px;
}
#top {
	height: 140px;
}
#logo {
	position: absolute;
	top: 35px;
	left: 20px;
}
#nav1 {
	position: absolute;
	top: 20px;
	right: 20px;
}
#nav2 {
	position: absolute;
	top: 97px;
	right: 75px;
}
.hr {
	border-top: 1px solid #CCCCCC;
	width: 770px;
	height: 3px;
}
.hr2 {
	border-top: 1px solid #CCCCCC;
	width: 350px;
	height: 3px;
}
.subt {
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #CC3300;
}
#left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 350px;
}
#right {
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	width: 370px;
}
#both {
	width: 720px;
}
#footer {
	position: absolute;
	clear: both;
	width: 770px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #BEBEBE;
}
.photo {
	border: 1px solid #666666;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.box {
	width: 316px;
	background-color: #FFDED2;
	display: block;
	position: relative;
	padding: 8px;
	padding-left: 18px;
	border: 1px dotted #CC3300;
}

.box p {
	color: #CC3300;
}

.box a {
	color: #666666;
}