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

html, body {
	text-align: left;
	font-size: 13px;
	font-family: "Times New Roman", garamond, serif;
	color: #444;
	background: url(../images/bg.jpg) top left repeat-x #fff; }


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


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 950px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 950px;
		height: 310px;
		float: left; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 950px;
		float: left; }
		
		
		
		
	/*** FOOTER ***/
	#footer {
		width: 950px;
		text-align: left;
		float: left;
		margin: 0 auto;
		padding: 30px 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #444; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #444; }

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