#wrapper{width:100%;}
/* header styles start */
#header{display:none;}
/* logo */
.logo{font-size:24px;}
/* main styles start */
#main{
	width:100%;
	margin:20px 0 0;
}
/* content styles start */
#content{
	width:100%;
}
#content h2{
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#030;
	margin:0 0 -6px;
}
#content p{
	margin:20px 0 0;
	text-align:justify;
	font-size:15px;
}
/* content styles end */
/* sidebar styles start */
#sidebar{
	width:100%;
}
/* image frame */
.img-frame{width:100%;}
/* overlay */
.overlay div{
	width:100%;
	margin:10px 0 0;
}
.overlay h3{font-size:18px;}
.side-list{
	margin:0;
	padding:0 12px 0 0;
	list-style:none;
	font-size:13px;
}
.side-list li{margin:8px 0 0;}
.side-list a{color:#666;}
/* sidebar styles end */
/* footer styles start */
#footer{
	width:100%;
	font-size:11px;
	color:#666;
	margin:20px 0 0;
}
#footer a{color:#666;}
#footer ul{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none
}
#footer ul li{
	display:inline;
	background:url(../images/sep-nav.gif) no-repeat 0 50%;
	padding:0 4px 0 9px;
}
#footer address{
	display:inline;
	font-style:normal;
}
#footer ul li:first-child{background:none;}