body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
	background-color:#c5c5c5;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
h1 {
	background-image:url(../images/hd.gif);
	background-repeat: no-repeat;
	font-size: 20px;
	width: 670px;
	height: 40px;
	font-weight: normal;
	
}
h2 {
	font-size: 1.25em;
}
.notice {
	color: #8B3802;
	font-weight: bolder;
}
p {
	line-height: 18px;
}
a {
	color: #61524D;
	text-decoration: underline;
}
a:visited {
	color: #627533;
}
a:hover {
	text-decoration: none;
}
.header {
	width: 700px;
	height: 80px;
	text-align: left;
	margin: 0 auto;
}
.header img {
	padding-top: 20px;
}
.main {
	width: 710px;
	margin: 0 auto;
	text-align: left;
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat-y;
}
.pad {
	padding: 20px;
}
.col {
	position: relative;
	top: -10px;
	left: 5px;
}
.colbot {
	top: 0;
}
#nav {
	position: relative;
	top: -10px;
	left: 5px;
}
.sm {
	font-size: .75em;
}
.photo-right {
	float: right;
	font-size: .75em;
	text-align: right;
	padding-left: 15px;
}
.footer {
	background-image:url(../images/color-bottom.jpg);
	width:700px;
	height:20px;
	position: relative;
	left: 5px;
}
.footer p, .footer p a {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}