body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:#fff;
	text-align:center;
	
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a:link {
	color: #e570ab;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e570ab;
}
a:hover {
	text-decoration: underline;
	color: #e570ab;
}
a:active {
	text-decoration: none;
	color: #e570ab;
}

#container {
	width:960px;
	margin: 0 auto; 
	text-align: center;	
}

#sidebar { 
	padding: 20px 20px 20px 40px;
	float:left;
	width:100px;
	font-size:40px;
	color:#8c8c8c;
	position:static;


} 

#mainContent { 
	height:auto;
	width:960px;
} 


#header { 
	height:179px;
	width:960px;
} 



#menu { 
	float: left;
	margin: 0;
	padding: 0px 0px 2px 0px;

	width: 760px;
	list-style-type:none;
	background-color: #F26522;
	line-height:20px;
	font-weight: bold; 
} 

#menu li {
	float: left;
	margin:  5px 20px 0px 20px;
	padding-left: 10px;
  color: #F57F20;
	
}
#menu a {
	color: #000;
	background: #F26522 url(images/menu_bullet.gif) no-repeat left;
	display: block;
	float: left;
	text-decoration: none;
padding-left: 40px;

}
#menu a:hover {
	background: #F26522 url(images/menu_bullet_hover.gif) no-repeat left;
  color: #000;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;

           
                    
}
#footer {
	margin-top:20px;
	text-align:centre;
	font-size:10px;
	clear:both;

} 

h2 {font-size:18px; color:#F60;}
h1 {font-size:20px}
.clear { clear: both; }