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

html, body {
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
	color: #f3e1d2;
	background: url(../images/bg.jpg) top center no-repeat #150201; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #3165ae;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	img, div, input { behavior: url("/iepngfix.htc") }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 876px;
	margin: 0 auto; }
	
	/*** LEFT COLUMN ***/
	#contentWrapper {
		width: 627px;
		min-height: 500px;
		float: left; }
		
		/*** HEADER ***/
		#header {
			width: 627px;
			height: 301px;
			float: left; }
			
		/*** CONTENT ***/
		#content {
			width: 627px;
			text-align: justify;
			float: left; }

	/*** RIGHT COLUMN ***/
	ul#sidebar {
		width: 249px;
		float: left;
		list-style: none; }
		
		ul#sidebar li {
			margin: 0 0 -5px 0; }	

	/*** FOOTER ***/
	#footer {
		width: 876px;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 0 0 0 10px; }
				
				#footer a:link, a:hover, a:visited {
					text-decoration: underline;
					color: #fff; }


			#footer p.poweredby { 
				float: right;
				margin: 0 20px 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 */