/*************************************************************************************************************

	Bengali CSS
	-	screen.css	by Ian Burrett & James Sinclair
	
*************************************************************************************************************/
*, body {margin: 0; padding: 0;}
.clear {clear: both; }

/*	body		*/
body {font: normal .95em/1.3em "Trebuchet MS", georgia, serif; text-align: center;background: #fff url(body-gradient.jpg) top left repeat-x; color: #111;}

/*	page	*/
#page {margin: 0 auto; width: 960px; border: 1px solid #666; text-align: left;;background: #fff; color: #222; margin-bottom: 25px; }

/*	header		*/
#header {background: #8c0700 url(header.jpg) top left repeat-x; color: #fff; height: 250px;}
#header h1 {padding: 60px 0 0 20px; width: 175px; line-height: 1.15em; }
#header h1 a {text-decoration: none; background: transparent; color: #fff;}
#header .charity {text-align: right; padding: 0 20px 0 0;font-weight: bold; font-size: 1.1em;}

/*	navigation		*/
#nav {height: 2em; background: #666 url(nav.jpg) top left repeat-x; color: #fff; border-top: 1px solid #000; border-bottom: 1px solid #000;  }
#nav ul {list-style-type: none; display: inline; padding: 0 0 0 10px;}
#nav li {display: inline; font-weight: bold; line-height: 1.95em;}
#nav li a, #nav li a:link, #nav li a:visited {background: transparent; color: #fff; text-decoration: none; padding: .3em .45em; line-height: 2em;}
#nav li a:hover {background: #c5c5c5; color: #111;}
#nav li a:focus, #nav li a:active {background: #dc8f42; color: #111;}

/*	active link	*/
#nav li.active {display: inline; font-weight: bold; line-height: 1.95em;}
#nav li.active a {background: #333; color: #fff; text-decoration: none; padding: .3em .45em; line-height: 2em;}
#nav li.active a:hover {background: #000; color: #fff;}
#nav li.active a:focus, #nav li.active a:active {background: #5a4937; color: #fff;}

/*	content		*/
#content {margin: 10px auto; width: 920px;  }
#content h2,#content h3, #content h4, #content h5, #content h6 {background: transparent; color: #8c0700;}
#content h2 {font-size: 1.6em; line-height: 1.5em; margin: 0}
#content h3 {font-size: 1.4em; line-height: 1.5em; margin: 0}
#content h4 {font-size: 1.2em; line-height: 1.5em; margin: 0}
#content h5 {font-size: 1.1em; line-height: 1.5em; margin: 0}
#content h6 {font-size: 1em; line-height: 1.5em; margin: 0}
#content p {padding: 5px 0 15px; }
#content ol, #content ul {margin: 0 0 10px 40px;}
#content li {line-height: 1.4em;}

#content .imgright {float: right; width: auto; margin:  0 0 10px 15px;} 
  
 /* footer	*/
 #footer {margin: 10px auto; width: 920px; font-size: .9em; height: 200px;}
 #footer p {padding: .5em; }
 #footer img {margin: 0 30px;}
 #footer a img {border: none;}
