* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
background-image:url(images/bg.jpg)
}

p {
 padding: 10px;
}


.title{
	FONT-FAMILY:Verdana; 
	COLOR:#71a43b; 
	FONT-SIZE: 16pt;
	font-weight:bold;
}

#wrapper { 
 margin: 0 auto;
 width: 972px;
}

#leftcolumn { 
 color: #333;
 background: #84b04e;
 height: 1400px;
 width: 166px;
 float: left;
text-align:center
}

#mycontent { 
 float: left;
 color: #333;
 background: #FFFFFF;
 height: 1400px;
 width: 806px;
 display: inline;
}

#header {
 color: #333;
 width: 972px;
 float: left;
 height: 133px;
 background: #6B6659;
}

#footer { 
 width: 972px;

 clear: both;
 color: #333;
 background: #fff;
padding-top:10px;
}



.hnav-list { width: 122px; text-align:left}

.hnav-list ul {list-style-type: none;padding:0;margin:0}

.hnav-list li {width:122px;height:25px;margin-bottom:1px;background-image:url(images/navbg.png)}

.hnav-list li a:link, #hnav-list  li a:visited  {
  font-size: 90%;
  display: block;
  padding: 0.3em 0 0.3em 0.5em;
  color: #000;
  text-decoration: none;
}

.hnav-list li a:hover {
  color: #606060;
}

