@charset "utf-8";
/* CSS Document */

					/* Note: This CSS Document affects all pages on website!  */

					/*  Perform fine tunning on individual pages CSS file   */
		

/* CSS Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }

td, th, caption { font-weight: normal; text-align: left; }

img, fieldset { border: 0; }

ol { padding-left: 1.4em; list-style: decimal; }

ul { padding-left: 1.4em; list-style:square; }

q:before, q:after { content:''; }


/* Begin CSS */

					/* Note: This CSS Document affects all pages on website!  */

					/*  Perform fine tunning on individual pages CSS file   */



body {
	background: #333366;	
}

#header {
	margin: auto;
	width: 900px;
}



#header img {
	border: #FFFFFF solid 1px;
}


/* Menu */


#menu_container {
	width: 900px;
	margin: 0 auto;
}



/* Footer */


#footer p{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	font-style:normal;
	margin-top: 6px;
}
