html, body {
	margin: 0;
	padding: 0;
	background: #e5f2f8 url(body-bg.gif) repeat-x;
	height: 100%;
	text-align: left;
	color: #333;
	font: 11px/20px Verdana, Arial, Tahoma, sans-serif;
}

* html #Container {
	height: 100%;
}


a:link, a:active, a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

h2 { color: #006699; font-size: 16px; margin: 0 0 20px 0; padding: 0; }
h3 { color: #006699; font-size: 13px; margin: 0 0 10px 0; padding: 0; }

.clear { clear: both; }

#Container {
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	text-align: left;
}

#Wrap {
	margin: 0em auto;
	position: relative;
	width: 700px;
	text-align: left;
	min-height: 100%;
}
