body{
margin:0;
padding:0;
line-height: 1.5em;
background: #d9d6c7;
color:#6f6b5f;
/*
background-image:url('images/headlandsbig.jpg');
background-repeat:no-repeat;
background-position:50% 50%;
background-attachment:fixed;
*/
}

b{font-size: 110%;}

#maincontainer{
width: 964px; /*Width of main container*/
margin: 15px auto 0 auto; /*Center container on page*/
background: #999590;
}

#topsection{
height: 209px; /*Height of top section*/
}

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

#contentcolumn{
margin-left: 183px; /*Set left margin to LeftColumnWidth*/
background: white;
}

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

.menuinnertube{
margin: 0px 8px 0px 8px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#contentcolumn  A:link    { font-weight:bold; color:#467;  text-decoration: none;}
#contentcolumn  A:visited { font-weight:bold; color:#467; text-decoration: none;}
#contentcolumn   A:hover   { font-weight:bold; color:#df6127; text-decoration: none}

#leftcolumn{
float: left;
width: 183px; /*Width of left column*/
margin-left: -964px; /*Set left margin to -(MainContainerWidth)*/
background: #999590;
}

p.leftmenutitle{
        text-align:center;
	font-family: "verdana";
	font-size: 10px;
	letter-spacing:0px;
	text-transform: uppercase;
	font-weight:bold;
	color: #eee4b6;
	padding:0 0 0 0px ;
	margin: 20px 0 10px 0;
	text-decoration: none;
}

#footer{
clear: left;
width: 100%;
background: #d9d6c7;
padding: 0 0;
}

#footer a{
color: #FFFF80;
}

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

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #FFFFFF;
	width: 750px;
	margin: 0 auto;
	padding:  4px 0 0 0;
	text-align: left;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#navbar ul {
	margin: 0;
	padding: 0;
	}
	
#navbar li a.navmenu {
	
	font-family: "Arial Black";
	font-size: 13px;
	letter-spacing:2px;
	font-weight:normal;
	color: #7f7b6f;
	padding: 0;
	margin: 0 50px 0 0;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position: 0 0;
	}
	

#navbar ul li a:hover {
	color: #df6127;
	text-decoration: none;
	}
	
/************************************************
*	leftcolumn menu     								*
************************************************/

#leftcolumn ul {
	margin: 0;
	padding: 0 0 0 8px;
    list-style-type: none;
	}
	
#leftcolumn li a.leftmenu {
	
	font-family: "verdana";
	font-size: 10px;
	letter-spacing:0px;
	font-weight:bold;
	color: #eee4b6;
	background-image: url(images/menuflame.jpg);
	background-repeat: no-repeat;
	background-position: 0em -1.0em;
	padding:0 0 0 20px ;
	margin: 20px 0 0 0;
	text-decoration: none;
	line-height: 17px;
	}
	

#leftcolumn ul li a.leftmenu:hover {
	color: #df6127;
/*	background-image: url(images/menuflamedn.jpg); */
	text-decoration: none;
	}

a img { border: none; }

p, td,label { font-size:1.1em; }

/************************************************
*	Full Body Background Image     								*
************************************************/
/*
html {
        background: url(images/headlandsbig.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
*/