/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp/2008 - support@echidna.ca
*/

/*RESET STYLES*/
body,div, dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,p,th,td{margin:0;padding:0; line-height:1.4em;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,th,var{font-style:normal; font-weight:normal;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0; line-height:0;}
caption,th{text-align:left;}
label,form,input,select,fieldset{margin:0; padding:0;/* line-height:1;*/}

/*
	=SITE STRUCTURE
*******************************/
#container{width:955px; margin:0 auto;}
#header { margin:20px 0px; }
#navigation {width:750px; height:29px;}
#content { margin:0 auto; width:750px;text-align:center; }

div#crown
{
	
	
	width:168px;
	float:left;
}

div#navigation
{
	
	
	margin-top:10px;
}

div#title
{
	
	
	width:582px;
	float:left;
	margin-top:20px;
}

div#banner
{
	clear:both;
}

#navigation li{height:29px; float:left; position:relative;}
#navigation li a{display:block;text-indent:-9999px; overflow:hidden; height:29px;}

/*
	=FIXES
*******************************/
.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 */
