html * {
	margin: 0;
	padding: 0;
}

body {  }

/*-- Global ---------- */

body, textarea { 
	font: 10px/18px Lucida Grande, Lucida Sans Unicode, Verdana, Tahoma, sans-serif;
	color: #fff;
}

a { 
	font-weight: bold;
	text-decoration: none;
}

a:hover {  }

img, fieldset { border: 0; }

select option { padding: 0 10px 0 0; }

h1 { font-size: 36px; line-height: 36px; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 28px; line-height: 36px; padding-top: 9px; padding-bottom: 9px; }
h3 { font-size: 18px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 14px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: 12px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }

p { padding: 0 0 18px 0; }

h1, h2, h3, h4, h5, h6 { 
/* font-weight: normal; */
}

blockquote {
	padding: 18px;
	background: #eee;	
	margin: 0px 36px 18px 18px;	
}

ul, ol {
	margin: 0px 36px 18px 18px;
}

ul li, ol li { margin: 9px 0 0 0;}


/*-- Clearing Styles & Container --*/

.container {
width: 846px;
margin: 0 auto;

}

.block {
width: 846px;
clear:both;
}

.clearfix { display: inline-block; }

.block:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/*-- Main Navigation --*/



