body
{
	text-align: center;
	margin: 10px auto;
	padding: 0;
	font-family: "Georgia", serif;
	background-image: url('../images/knot5.png');
	background-repeat: repeat;
}
img.title
{
	border: 0px;
}
div.topleft 
{
	float: left; 
	width: 73px; 
	height: 26px;
	background-image: url('../images/border/lightwood/top_left.png');
	background-color: #653B2F;
}
div.top 
{
	float: left; 
	width: 720px; 
	height: 26px;
	background-image: url('../images/border/lightwood/top.png');
	background-repeat: repeat-x;
	background-color: #653B2F;
}
div.topright
{
	float: left; 
	width: 73px; 
	height: 26px;
	background-color: #653B2F;
	background-image: url('../images/border/lightwood/top_right.png');
}
div.left 
{
	float: left;
	width: 26px; 
	height: 540px;
	background-color: #653B2F;
	background-image: url('../images/border/lightwood/left.png');
	background-repeat: repeat-y;
}
div.middle 
{
	float: left;
	text-align: left;
	width: 802px; 
	height: 530px;
	background-image: url('../images/pine_woodgrain.jpg');
	background-repeat: repeat;
	border-top: 6px #653B2F inset;
	border-left: 6px #653B2F inset;
	border-right: 6px #653B2F inset;
	border-bottom: 4px #653B2F inset;
}
	
div.right 
{
	float: right; 
	width: 26px; 
	height: 540px;
	background-image: url('../images/border/lightwood/right.png');
	background-color: #653B2F;
	background-repeat: repeat-y;
}

div.bottomleft 
{
	float: left; 
	width: 73px; 
	height: 28px;
	background-image: url('../images/border/lightwood/bottom_left.png');
	background-color: #653B2F;
}

div.bottom 
{
	float: left;
	width: 720px; 
	height: 26px;
	border-top: 2px #653B2F solid;
	background-image: url('../images/border/lightwood/bottom.png');
	background-repeat: repeat-x;
	background-color: #653B2F;
}

div.bottomright
{
	float: left; 
	width: 73px; 
	height: 28px;
	background-image: url('../images/border/lightwood/bottom_right.png');
	background-color: #653B2F;
}

div.container
{
	width: 866px;
	height: 90%;
	margin-left: auto;
	margin-right: auto;	 
}

th.menubar
{
	color: black;
	text-align: center;
	text-decoration: none;
}

td.menubar
{
	margin: 0;
	cursor: pointer;
	color: white;
	font-size: 70%;
	font-style: italic;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted black;
}

#middletext 
{
	height: 100%;
	width: 702px;
	overflow: auto;
	color: black;
	float: left;
}

#menubar 
{
	text-align: center;
	height: 430px;
	width: 100px;
	overflow: auto;
	color: white;
}

div.footer
{
	color: black;
	vertical-align: bottom;
	height: 45px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	clear: both;
	font-size: 1em;
	text-align: center;
	width: 900px;
	top: 10px;
}

div.nslink
{
	width: 100px; 
	height: 100px; 
	background-image: url('../images/buttonsmall4.png');
	text-align: center;
	float: left;
}

a:link              { color:white; text-decoration:underline; }
a:visited           { color:white; text-decoration:underline; }
a:hover             { color:gold; text-decoration:underline; }
a:active            { color:white; text-decoration:underline; }
