body {
	margin: 0px;
	padding: 0px;
	background: #f7f6f6 url(../images/top_header/about_the_project.jpg) no-repeat scroll left top;
	font: 13px, Arial, Helvetica, sans-serif;
	color: #000;
}



/* Wrapper*/

#wrapper {
/*border:1px solid green;*/
background-color: #f7f6f6;
	height: 70em;
	width:820px;
	margin: 0 auto;
	padding: 0;
}



/* Content */

#content {

/*border: 1px solid red;*/
	margin:0;
	padding:0;
	float:left;
	width: 480px;
	/*background: url(../images/bg_effect.gif) no-repeat scroll 50% top;	*/
	font-family: Helvetica, Arial, sans-serif;
	position:relative;
	
}
#content h3 {
background: transparent url(../images/line_bottom_hori.gif) repeat-x scroll left bottom;
margin:0;
padding:0 0 10px 0;
color:#27221f;

}

#content .para {
color:#42423d;
line-height:1.6em;
margin:20px 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.88em;

}

#content img{
margin:20px 0 0 0;

}


#sidebar {
background:transparent url(../images/line_bottom.gif) repeat-y scroll right top;
padding:0 5px 0 0;
margin:0 35px 0 0;
width:220px;
height: 40em;
float:left;
/*border:1px solid yellow;*/

}



#sidebar ul {
list-style:none;

}

#sidebar ul li{
padding:0 0 0 25px;
background:#f7f6f6 url(../images/arrow.jpg) no-repeat scroll left 5px;

}

#sidebar ul li a {
text-decoration:none;
color:#a5a598;

}

#sidebar ul li a:hover {
color:#000;
text-decoration:underline;
}

#content .article {


}










/*back to top********************************/


p#btt a, p#btt a:link {
border-bottom:1px dotted #d47c0b;
text-decoration:none;

font-size:0.9em;
color:#d47c0b;

}

p#btt a:visited {
border-bottom:1px dotted #81590a;
color:#81590a;

}


p#btt a:hover {
border-bottom:none;


}




/*fix ie transparent PNG**********/



img, #logo h1 {
behavior: url(../../v2.2/images/ie_png/iepngfix.htc);

}


/*filter for Safari*/
body:first-of-type #logo p { 
padding:2px 0 0 0;
}

#announce .article, #announce .link {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.88em;

}






