body {
	margin-top: 30;
	padding:0;
	line-height: 1.5em;
	background-color: #000000;
}


a:link { 
 font-weight: bold; 
 text-decoration: none; 
 color: #6D351A;
	}

a:visited { 
 font-weight: bold; 
 text-decoration: none; 
 color: #6D351A;
	}

a:hover, a:active { 
 text-decoration: underline; 
 color: #321414;
}


.copyright { 
	font-family: sans-serif;
	font-size: 10px; 
	color: #321414;
}

.p  {
	font-family: sans-serif;
	font-size: 12px;
}

.p2 {
  padding-left: 4px;
}

ul.NoBullet {
  list-style-type: none
}

ul#navlist	{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul#navlist li	{
	background-color: #000000;
	border-style: outset;
	border-width: 1px;
	border-color: #999999
}

ul#navlist li a	{
	display: block;
	width: 100%;
	color: #cccccc;
	text-decoration: none
}


ul#navlist li#active a	{
	background: #333333;
	color: #cccccc;
}

ul#navlist li a:hover, ul#navlist li#active a:hover	{
	color: #ffffff;
	background-color: #999999
}


b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #F5DEB3;
	border-style:solid;
	border-width= 1px;
}

#topsection{
	background: #EAEAEA;
	height: 150px; /*Height of top section*/
	background-image: url(images/site/tg_header3.jpg);
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background: #F5DEB3;
	padding: 10px
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	padding-top: 5px;
	padding-left: 5px;
	background: #F5DEB3;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background: #D2B48C;
}

#footer a{
color: #FFFF80;
}

#footer2 {
	height: 82px;
	background-image: url(images/site/fringe1.jpg);
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
