body {
	padding: 0px;
	margin: 0px auto;
	height: 100%;
	color: #ffffff;
	background: #ECEDEE url('images/site_bg.jpg') repeat-x left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
    
}

#mainID {
	background: #ECEDEE url('images/content_bg.jpg') no-repeat left top;
	width: 750px;
	margin: 0px auto;
	text-align: left;
}

img {
	border: 0px;
}

#logo {
	width: 750px;
	height: 282px;
	}

#content {
	width: 350px;
	height: 365px;
	margin: 0 370px 0 30px;
	}
	
#go {
	width: 750px;
	height: 119px;
	
	}

/*========================================================================
	Footer
========================================================================*/
.footer {
	background: #bdbebe url('images/footer_bg.gif') repeat-x left top;
	height: 43px;
	padding: 40px 0 25px 0;
	margin: 0;
	letter-spacing: 1px;
	text-align: center;
	font-size: 10px;
}

.footer A:link {
	text-decoration: underline;
}

.footer A:hover {
	text-decoration: none;
}

.footer A:visited { 
	text-decoration: underline; 
}

/*========================================================================
	Fonts
========================================================================*/

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffeb;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

