body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #CC9900;
}

#frame {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:100%;
}

#menu {
	position:absolute;
	top:0px;
	left:0px;
	width: 100px;
	background-color:#FFEAAA;
	font-size:13px;
	font-weight: bold;
	text-align:left;
	padding-top:160px;
	border-right:2px solid black;
	background-attachment: fixed;
	background-image: url(thethornstop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;
}
#baseofmenulogo {
	position:absolute;
	left:0px;
	bottom:0px;
	width: 100px;
	height:100%;
	border-right:2px solid black;
	background-color:#FFEAAA;
	background-attachment: fixed;
	background-image: url(thethornsmenufooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu a {
	text-decoration: none;
}
#menu a:visited {
	color: #0C1A66;
}
#menu a.active {
	color: #FF6600;
	font-weight:bold;
	text-transform: uppercase;
	
}
#menu a.inactive {
	color: #000000;
	text-decoration: underline;
}
#menu li {
	color: #0C1A66;
	list-style-type: square;
	padding-bottom:4px;
	margin-left:-14px;
}
#menu a:hover {
	color: #CC9900;
}

#header {
	position:absolute;
	top:0px;
	left: 150px;
	width:610px;
	height: 100px;
	overflow:hidden;
	text-align:right;
	padding-right: 101px;
	background-color: #CC9900;
	background-attachment: fixed;
	background-image: url(thethornscd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:18px;
	font-weight:bold;
	
}
#mainbody {
	position:absolute;
	top:100px;
	left:100px;
	width:660px;
	overflow:auto;
	text-align:left;
	padding-left:5px;
	font-size:6px;
	color: #CC9900;
	background-color: #FFEAAA;
	
}
#mainbody h1 {
	font-weight:bold;
	font-size:14px;
}
#mainbody p {
	font-weight:normal;
	font-size:10px;
}
#mainbody table {
	font-weight:normal;
	font-size:10px;
}
#mainbody tr {
}
#mainbody tableheading {
	font-weight:bold;
	background-color: #CC9900;
	color: #FFFFFF
}
#mainbody footer {
	font-weight:bold;
	font-size:9px;
	text-align:center;
	
}
#footer {
	font-size:8px;
	font-weight:bold;
	border-top:1px solid black;
	border-bottom:1px solid black;	
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:450px;
	text-align:center;
}

.primarycolor { color: #FAF194; }
.secondarycolor { color: color: #0C1A66; }


