body {
	background-color:#FFFFFF;
	text-align: center;
	padding: 0px;
	font-family: "georgia","times new roman","times roman","times",serif;
}

#shell {
	background-image: url("images/bg.gif");
	position: relative;
	top: 0px;
	left: 0px;
	width: 762px;
	margin: auto;
	border: 1px solid #000;
	z-index: 0;
	text-align: left;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 323px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
}

#left {
	position: absolute;
	left: 0px;
	top: 323px;
	width: 206px;
	height: 446px;
	z-index: 1;
	overflow: hidden;
}

#right {
	position: absolute;
	left: 645px;
	top: 323px;
	width: 115px;
	height: 319px;
	z-index: 1;
	overflow: hidden;
}

#nav {
	position: absolute;
	left: 168px;
	top: 176px;
	width: 478px;
	height: 148px;
	z-index: 2;
	overflow: hidden;
}


p {
	font-family: "georgia","times new roman","times roman","times",serif;
	font-size: 14px;
	margin-left: 206px;
	margin-right: 125px;
	color: #003300;
}

td, div {
	font-family: "georgia","times new roman","times roman","times",serif;
	font-size: 14px;
	color: #003300;
}


h1 {
	font-family: "georgia","times new roman","times roman","times",serif;
	font-size: 18px;
	font-style: italic;
	margin-left: 206px;
	margin-right: 125px;
	color: #663300;
}

#credit {
	color: #FFF;
	font-size: 10px;
	margin-bottom: 20px;
}

a:link, a:visited {
	color: #993333;
	text-decoration:none;
}

a:hover {
	color: #993333;
	text-decoration:underline;
}

#credit a:link, #credit a:visited {
	color: #FFF;
	text-decoration:underline;
}

#credit a:hover  {
	color: #FFFF99;
	text-decoration:underline;
}

.warning {
	font-size: 20px;
	color: red;
}

.large {
	font-size: 16px;
	font-weight: bold;
}