/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #fff;
	background: url(../images/bg.jpg) top center repeat-y #bcbdc0; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #fff;
		margin: 10px 0 10px 0; }
		
	h2 { 
		font-size: 14px; 
		font-weight: bold;
		color: #fff;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #fff; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 900px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 900px;
		height: 261px;
		float: left; }

	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 900px;
		float: left; }
		
		/*** LEFT COLUMN ***/
		#leftColumn {
			width: 687px;
			float: left; }
			
			/*** BANNER ***/
			#banner {
				width: 687px;
				float: left;
				height: 268px;
				display: block;
				background: url(../images/banner.jpg); }
	
			/*** CONTENT ***/
			#content {
				width: 647px;
				min-height: 600px;
				float: left;
				background: url(../images/content_bg.jpg) repeat-y;
				text-align: justify;
				padding: 0 20px; }
		
		/*** RIGHT COLUMN ***/
		#rightColumn {
			width: 213px;
			float: left; }
			
			/*** NAV ***/
			#nav {
				width: 213px;
				float: left; }
				
			/*** SIDEBAR ***/
			#sidebar {
				width: 183px;
				padding: 30px 20px 0 10px;
				height: 538px;
				float: left;
				background: url(../images/sidebar_bg.jpg) top left no-repeat;
				text-align: justify; }
				
				span.title {
					font-weight: bolder;
					text-align: left;
					font-size: 12px; }
					
				span.date {
					text-align: left;
					font-size: 8px; }
		
		
	/*** FOOTER ***/
	#footer {
		width: 687px;
		height: 103px;
		background: url(../images/footer_bg.jpg) no-repeat;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 9px;
				color: #fff;
				margin: 60px 0 0 20px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 60px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }		
			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */