/**
* WCMC Base Stylesheet
*/

/*----------------------------------------------------------------
  CLEAR DEFAULTS
-----------------------------------------------------------------*/

*,html,body,div,span,a,p,h1,h2,h3,h4,h5,h6,ol,ul,dl,lh,dt,dd,li,form,fieldset,legend,label,input,select,option,table,th,tr,td,img,blockquote,em {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

a, img { border: none; }

div { background: none; }

body {
	text-align: center;
}


/*----------------------------------------------------------------
  BASE STRUCTURE 
-----------------------------------------------------------------*/

#home_wrapper,
#header_wrapper,
#guts_wrapper,
#footer_wrapper,
#menu_wrapper,
#header_content_wrapper {
	width: 100%;
	text-align: center;
	float: left;
}


	#home_guts,
	#header,
	#guts,
	#footer,
	#menu {
		width: 970px;
		margin: 0 auto;
		text-align: left;
	}
	
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}		