@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/header.bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	height: 136px;
	width: 100%;
	margin-left: 15%;
}
#content {
	width: 100%;
	overflow: visible;
	background-image: url(img/content.bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15%;
}
#footer {
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	width: 100%;
	margin-left: 15%;
}
#footer a:link, #footer a:visited, #footer a:hover {
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #333333;
}
