body {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #653614;
	background-image: url(images/woodgrain.jpg);
	margin:0 auto;
	padding:0;
}

html, p, h1, h2 {
	margin:0 auto;
	padding:0;
}

h2 {
	color:#ECDFAA;
	font-size:18px;
}

#shell {
	width: 65em;
	border-left:#ECDFAA 1px solid;
	border-right:#ECDFAA 1px solid;
	background:#999 url(images/back-body.jpg) repeat-y;
}

/* Header */
#top {
	width: 65em;
	height: 12em;
	background: url(images/back-top.jpg) repeat;
}

#logo {
	float: left;
	width: 355px;
	padding-top:10px;
}

#addr {
	float: right;
	text-align: center;
	width: 15.66em;
	margin-top: 3.33em;
}

/* Links */
.linkbar {
	text-align: left;
	background: #ECDFAA url(images/back-links.gif) repeat-x;
	padding: 7px 0 7px 20px;
	vertical-align: middle;
	clear:both;
}

.linkbar a {
	padding: 7px 10px;
	font-weight: bold;
	color: #624611;
	text-align: center;
	text-decoration: none;
}

.linkbar a:hover {
	color: #ECDFAA;
	background: #653613;
}

/* Body */
#center {
	width: 65em;
	float: left;
	background-image: url(images/back2.gif);
	background-repeat: repeat-y;
}

#colleft {
	float: left;
	text-align: left;
	width: 590px;
	background: url(images/img-home.jpg) no-repeat;
	padding-top:21.67em;
}

#content {
	text-align: left;
	line-height: 1.4em;
	padding: 1em 1em 1em 2em;
	background-color:#311603;
}

#content a {
	color: #ECDFAA;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#colright {
	float: right;
	text-align: center;
	width: 15.66em;
}

#colfull {
	width: 65em;
	float: left;
	background-color:#311603;
	background-image:url(rotate.php);
	background-repeat:no-repeat;
}

#title {
	text-align:left;
	padding:12em 0 0 20px;
}

/* Footer */
#base {
	width: 65em;
	text-align: left;
	clear: both;
}

.copyhome {
	padding:7px 25px;
	color:#653614;
	font-weight:bold;
	background: #ECDFAA url(images/back-links.gif) repeat-x;
}

.copyhome a {
	color:#653614;
	text-decoration:none;
}

.copysub {
	font-weight:bold;
	padding:7px 25px;
	color:#ECDFAA;
	background-color:#311603;
}

.copysub a {
	color:#ECDFAA;
	text-decoration:none;
}