/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("../images/newlogo.jpg") no-repeat center center;
	font: 13px Verdana, Helvetica, sans-serif;
	letter-spacing: 1.5px;
}

h1 {
	margin: 23px 0 0 0;
	font: 17px Century Gothic, Arial, Helvetica, sans-serif;
	color: #0000FF;
	letter-spacing: 2px;
}

hr {
	clear: both;
	margin: 10px 10px;
	padding: 0;
}

#wrapper {
	width: 760px;
	height: auto;
	margin: 150px auto 10px auto;
}

#header {
	width: 100%;
	height: 80px;
	background: url("../images/header_bg.png") repeat-x top left;
	padding: 0;
	border-bottom: 2px solid #333333;
}

#content {
	clear: both;
	width: 720px;
	height: auto;
	padding: 10px 20px;
	background-color: #FFFFFF;
}

#content p {
	margin: 0;
	padding: 0;
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	height: 5em;
	background: #CECECE url("../images/footer_bg.png") no-repeat top left;
}

#footer p {
	margin: 2em 10px 2em 20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#footer img {
	margin: 19px 20px 0 0;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}
