body {
	text-align: center;
	}
a {
	text-decoration: none;
	color: #993300;
	}
a:hover {
	text-decoration: underline;
	}
#box {
	color: #CCCCCC;
	font-family: Veranda,Arial;
	font-size: 14px;
	width: 950px;
	margin: 10px auto;
	padding: 0px 20px;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	}
.leftcol {
	margin: 0px;
	text-align: left;
	float: left;
	padding: 0px;
	width: 150px;
	}
.head {
	background-image: url(images/head.jpg);
	width:150px;
	height: 150px;
	margin-bottom: 20px;
	}
.nav {
	margin-bottom: 20px;
	}
.nav a {
	float: left;
	background: #AAAAAA;
	color: white;
	display: block;
	width: 145px;
	padding: 4px 0px 0px 5px;
	margin-top: 5px;
	text-decoration: none;
	}
.nav a:hover {
	background: #993300;
	}
.thumbbox {
	float: left;
	padding: 0px;
	margin-top: 20px;
	}
.thumb {
	height: 44px;
	width: 44px;
	margin-top:5px;
	margin-right: 5px;
	padding: 0px;
	float: left;
	background: #CCCCCC;
	}
.thumb a img {
	padding: 0px;
	border: solid 1px #AAAAAA;
	}
.thumb a img:hover {
	border: solid 1px #993300;
	}
.content {
	width: 750px;
	min-height: 550px;
	_height:550px;
	background-image: url(BK_bkgrndpiggrey.jpg);
	background-repeat: no-repeat;
	background-color: #BBBBBB;
	float: right;
	padding: 0px;
	margin-left: 15px;
	}
.content p {
	margin: 25px;
	color: #333333;
	font-size: 16px;
	text-align: left;
	}	

.contenthead {
	text-align: right;
	font-size: 24px;
	width: 715px;
	height: 25px;
	color: white;
	padding-top: 10px;
	font-weight: bold;
	}
.contentmain {
	background: white;
	width: 675px;
	min-height: 450px;
	margin: 10px auto;
	}
.contentmain img {
	max-width: 675px;
	_width: 675px;
	}
.foot {
	clear: both;
	border-top: dotted #AAAAAA 1px;
	font-size: 12px;
	margin-top: 20px;
	padding: 10px;
	color: #999999;
	}
