*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif; }
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }

div#page-wrap		{ width: 780px; margin: 25px auto; }

.box-head			{ width: 780px; height: 75px; background: url(images/tdbackground.jpg); border: 1px solid #534515; position: relative; margin: 10px 0;}
.idunno				{ width: 780px; height: 478px; background: url(images/main.jpg); border: 1px solid #534515; position: relative; margin: 10px 0;}

.box-head .tl		{ position: absolute; width: 14px; height: 14px; background: url(images/box-two-tl.png); top: -1px; left: -1px; }
.box-head .tr		{ width: 14px; height: 14px; background: url(images/box-two-tr.png); position: absolute; top: -1px; right: -1px; }
.box-head .bl		{ width: 14px; height: 14px; background: url(images/box-two-bl.png); position: absolute; bottom: -1px; left: -1px; }
.box-head .br		{ width: 14px; height: 14px; background: url(images/box-two-br.png); position: absolute; bottom: -1px; right: -1px; }
.box-head .inside	{ padding: 2px;
	float:left;
	width: 780px;
	margin: 15px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: oblique;
	line-height: 1.4em;
	color: white;
	text-align: center;
	margin-right: 10px;
}

.box-head .inside .headerboxtextII {
	float:right;
	width: 450px;
	margin: 25px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: oblique;
	line-height: 1.1em;
	color: brown;
	text-align: right;
	vertical-align:text-bottom;
	margin-right: 10px;
}

.headersub {
	margin-top: 10px;
	font-size: 2em;
	letter-spacing: 0.02em;
	color: brown;
	margin-bottom: 10px;
	margin-right: 15px;
	font-style: oblique;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box-leftnav { width: 200px; height: 452px; background: #fbeac3; border: 1px solid #534515; position: relative; margin: 10px 0; float:left;}
.box-leftnav .tl		{ position: absolute; width: 14px; height: 14px; background: url(images/box-two-tl.png); top: -1px; left: -1px; }
.box-leftnav .tr		{ width: 14px; height: 14px; background: url(images/box-two-tr.png); position: absolute; top: -1px; right: -1px; }
.box-leftnav .bl		{ width: 14px; height: 14px; background: url(images/box-two-bl.png); position: absolute; bottom: -1px; left: -1px; }
.box-leftnav .br		{ width: 14px; height: 14px; background: url(images/box-two-br.png); position: absolute; bottom: -1px; right: -1px; }
.box-leftnav .inside	{ padding: 15px; }

	ul#navleft li {
		display: inline;
		font-size: 1.3em;
	}
	ul#navleft li a {

	display: block;
	width: 170px;
	margin-top: 15px;
	color: #666666;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
		}
		ul#navleft li a:hover, ul#nav li a:active {
			color: brown;
		}


.box-mid			{ width: 580px; height: 452px; background: #fbeac3; border: 1px solid #534515; position: relative; margin: 10px 0; float:right; background:url(images/frontmidpic.jpg);}
.box-mid .tl		{ position: absolute; width: 14px; height: 14px; background: url(images/box-two-tl.png); top: -1px; left: -1px; }
.box-mid .tr		{ width: 14px; height: 14px; background: url(images/box-two-tr.png); position: absolute; top: -1px; right: -1px; }
.box-mid .bl		{ width: 14px; height: 14px; background: url(images/box-two-bl.png); position: absolute; bottom: -1px; left: -1px; }
.box-mid .br		{ width: 14px; height: 14px; background: url(images/box-two-br.png); position: absolute; bottom: -1px;	right: -1px;}
.box-mid .inside	{
	height:200px;
	padding: 15px;
	margin: 255px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: brown;
}
.boxmidbrown {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: brown;
}


.box-foot			{ width: 800px; height: 100px; background: #fbeac3; border: 1px solid #534515; position: relative; margin: 10px 0;}
.box-foot .tl		{ position: absolute; width: 14px; height: 14px; background: url(images/box-two-tl.png); top: -1px; left: -1px; }
.box-foot .tr		{ width: 14px; height: 14px; background: url(images/box-two-tr.png); position: absolute; top: -1px; right: -1px; }
.box-foot .bl		{width: 14px; height: 14px;	background: url(images/box-two-bl.png);	position: absolute;	bottom: -1px;	left: -1px;}
.box-foot .br		{ width: 14px; height: 14px; background: url(images/box-two-br.png); position: absolute; bottom: -1px; right: -1px; }
.box-foot .inside	{ padding: 20px; }

	ul#navfooter li {
		display: inline;
		font-size: 1.0em;
	}
	ul#navfooter li a {

	display: block;
	float:left;
	width: 120px;
	margin-top: 2px;
	color: #666666;
	padding-top: 2px;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
		}
		ul#navfooter li a:hover, ul#nav li a:active {
			color: brown;
		}


