 
/* -- =1: reset all elements to a common value ----------------------------------------------------- */
 
fieldset,img{border:0;} 
 
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}



/* -- =2: default classes -------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
 
.bold { font-weight: bold !important; }
 
.clear { clear: both; }

 
body {
	font: 10pt "Trebuchet MS", Arial, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	margin:0px;
	padding:0px;
}
 
 
/* -- =5: Layout Styles ---------------------------------------------------------------------------- */
 
#container { /* keep the layout together and centered */
	
	text-align: left;
 
	margin: 0 0 0 25px;
	padding: 0 7px;
	
}


#header { /* header */
	width: 100%;
}

	#header #logo {
		margin: 15px 0 0 0;
	}


		
 

