* { margin: 0; padding: 0; }

body, html { background: #FFF url(img/body-bg.jpg) repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

a {
	color:#555555 ;
}
a:hover {
	color: #FF9900;}

#wrapper { width: 900px; margin: 0 auto; }

#header { width: 900px; padding: 25px 0 25px 0; }

#header img { border: 0; }

#nav { width: 900px; }

	#nav ul { list-style-type: none; }

	#nav li { display: inline; float: left; margin: 0 3px 0 0; }

	#nav li a { background: url(img/nav-bg.jpg) no-repeat; padding: 12px 20px 10px 20px; color: #FFF; font-size: 14px; text-decoration: none; float: left; }
	
	#nav li a:hover, #nav li a.onpage, #nav ul .current_page_item a:link, #nav ul .current_page_item a:visited { background: url(img/nav-bg-onpage.jpg) }
	
#subheader { background: url(img/header.gif); height: 239px; width: 900px; float: left; }

#content { float: left; width: 900px; padding: 15px 0 15px 0; }


.main { float: left; width: 650px; margin-right: 30px }
	
	.main p { line-height: 20px; padding: 0 0 10px 0; text-align: justify; }
	
	.main h2 { font-size: 30px; font-weight: normal; border-bottom: 1px solid #CCC; }

    .meta  { font-size: 10px; border-top: 1px solid #ccc; margin-bottom: 20px }
.sidebar { width: 100%; float: left; background: url(img/rightbar-bg_03.jpg) 10px no-repeat 15px; padding: 16px; }

	.sidebar b { border-bottom: 1px solid #CCC;}

	.sidebar ul { padding: 10px 5px 0 20px; }
	
.mainsidebar { width: 200px; float: left;  }

#search { width: 900px; margin-bottom: 20px }

.input-search-text { height: 40px; float: left; border: none; background: #ff9900; font-size: 30px; margin-right: 25px }


#footer { width: 900px; clear: both; border-top: 1px solid #CCC; padding-top: 15px; padding-bottom: 15px; }
