html, body, div, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
 
}

body, html {
	margin: 0 auto;
	background: #E1E1E1 url(../images/shadow_lr.jpg) repeat-y center;
	height: 100%;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	margin: 0 auto;
	position: relative;
	text-align: center;
	min-height: 100%;
	}

* html #container {
	height: 100%;
	}

#header {	
	background: url(../images/head.jpg) no-repeat;
	height: 140px;
	width: 750px;
	text-align: center;
	}

#header a:active {	
	text-decoration: none;
	}

#navigation {
	height: 22px;
	width: 750px;
	margin: 0;
	}

#content {
	text-align: left;
	margin: 0;
	width: 750px;
	padding-bottom: 38px;
	}

#footer {
	position: relative;
	text-align: center;
	margin-top: -38px;
	}

#footercontent {
	height: 38px;
	width: 750px;
	background:  #EE363B url(../images/low.gif) no-repeat;
	text-align: center;
	}

a:link {
	TEXT-DECORATION: none
	}

a:visited {
	TEXT-DECORATION: none
	}

a:hover {
	TEXT-DECORATION: underline
	}