body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;	
	margin-top:0;
}
* html body{
	font-size:xx-small;	
	f\ont-size:x-small;	
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:190px
	font-size:12px;
}

ul li {
	position: relative;
	width:188px;
	border: 1px solid #ccc;
	font-size:12px;
}
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:190px;	
	w\idth:188px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #fff;
	background: #fff; /* IE6 Bug */
	background:url('images/btn.gif');
	line-height:2em;
	height:2em;	
	padding:0 5px
}

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #000;
   background:#9cf;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #000;
   background-color: #999;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	left:189px;  } /* The magic */


#header img{display:block;border:none;}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
 /* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
#wrapper{
 margin-left: auto;
 margin-right: auto;
  width:800px;
 min-height: 100%;
 
 position:relative;
}
p{
	font-size: 12px;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
p.iti {
	font-style:italic;
}
.tag{
	color: #f66;
	font-weight:bold;
}
/* mac hide  \*/
* html #wrapper{height:100%}
/* end hide*/
#nav{
 float:left;
 background-color:#fff;
 width:194px;
 color:#000;
 list-style:none;
 margin:0;
 padding 0;
 font-size:1.3em;
 
}

#content{
 float: left;

 padding-left:5px;
 margin-left:10px;
 width:580px;
 color:#000;

}
#main{
 width:800px;
 padding-bottom:120px;/* space for footer*/
 clear:both;
 color:#fff;
}
#footer{
	background: url("images/foot4.gif") bottom left no-repeat;
 width:800px;
 text-align:center;

 height:141px;
 clear:both;
margin:-141px auto 0;

position:relative;

}
#footer img{display:block}