/*defaults*/
center
* {margin:0; padding:0;}

html, body {height:100%;}

body 	{background:#2D221F url('') repeat-x 0 0; color:#000000; margin:0px 0; padding:0; font-family:"verdana"; font-size:80%;}
p		{margin:0; padding:0 0 15px 0; }
a		{color:#AE5B31; text-decoration:underline; }
a:hover		{color:gray; text-decoration:none;}


#page	{	
	margin:0 auto;
	width:1065px;
	min-height:400px;
	background:url() top center no-repeat;
	padding:64px 0 0 0;
	position:relative;
	}
	
.clear {clear:both;}

#page-inner {
	margin:0 auto;
	padding:10px 0;
	width:930px;
	min-height:400px;
	background-color:#ffffff;	
	}
	
	
#logo		{background:url('') no-repeat 0px 0; border-bottom:0px solid #DADADA; padding:5px 30px 30px 7px; height:80px; }
#header		{background:#ffffff url('') no-repeat 1px 1px; padding:1px; height:200px; }

#content	{line-height:200%; }

#contentLeft {
float: left;
width:200px;
}

#contentRight {
float: right;
width:675px;
}



#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; text-align:left;}
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#2D2220; padding:0 10px 0 0; text-decoration:none; }
#navigation a:hover	{color:#2D2220; text-decoration:underline;}



#footer		{color:#000000; font-weight:normal; padding:0 0px 0 0; text-decoration:none; text-align:center; font-size:80%;}


.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */
