html, body{
	margin:0;
	padding:0;
	text-align:center;
	margin-top: 0px;
	background-repeat: repeat;
	background-image: url(images/mybg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454227;
} 
 
#pagewidth{
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border: 1px solid #504C2E;
} 
 
#header{
	position:relative;
	height:230px;
	background-color:#FFFFFF;
	width:100%;
} 
 
#leftcol{
	width:172px;
	float:left;
	position:relative;
	border-right: 1px solid #504C2E;
	height: 700px;
	background-color: #DDDABC;
  }
.vid {
	padding: 5px;
	margin-top: 0px;
	margin-right: 80px;
	margin-left: 80px;
	height: 500px;
}
 
#rightcol{
	width:177px;
	float:right;
	position:relative;
	background-color: #DDDABC;
	padding-left: 5px;
	padding-top: 5px;
	border-left: 1px solid #504C2E;
	height: 800px;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:650px;
	height: 100%;
 }
 
#footer{
	background-color:#504C2E;
	clear:both;
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
 } 
 
.tmc {
	color: #454227;
	font-weight: bold;
	font-size: 12px;
}
.headpara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #454227;
	font-size: 14px;
}
A:link {
	text-decoration: underline;
	color: #504C2E;}
A:visited {
	text-decoration: underline;
	color: #687E3A;}
A:active {
	text-decoration: underline;
	color: #000000;}
A:hover {
	text-decoration: underline overline; color: #687E3A;}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php ***
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
/* html .clearfix{height: 1%;}
.clearfix{display: block;} */ 
/* End hide from IE-mac */  


ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 12px Helvetica, Verdana, Arial, sans-serif;
	line-height:200%;
	width:170px;
}
ul.vert-one li{margin:0;padding:0;border-bottom:1px solid #7e7e7e;}

ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#4d5b2e;
	background:#e7e8e4;
	padding:0 0 0 20px;
	width:150px;
}
ul.mineleft {
	list-style-type: none;
	width: 100px;
	margin: 0;
	padding: 0 0 0 0;
}

ul.mineright {
	list-style-type: none;
	width: 150px;
	float: right;
}
ul.vert-one li a:hover{background:#FFFFFF url("images/vert-one_arrow.gif") no-repeat 0 5px;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#FFFFFF url("images/vert-one_arrow.gif") no-repeat 0 9px;}
