body {
	background: #404040 url('background.png') repeat-y center;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	background-color: #404040;
	text-align: center;
	font-size: 10px;
	color: black;
	padding: 0px;
	margin: 0px;
}

#page {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 750px;
	*left: 1px;
}

#header {
	background: black url('lines.gif') repeat-x bottom;
	position: relative;
	height: 340px;
}

#logo {
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 340px;
	width: 460px;
	_width: 458px;
	bottom: 0px;
	left: 0px;
}

#image {
	margin: 30px 30px 0px 0px;
	_margin-right: 12px;
	position: relative;
	height: 310px;
	width: 260px;
	float: right;
}

#content {
	margin: 0px 0px 0px 230px;
	_margin-left: 236px;
	color: #404040;
	width: 450px;
}

#content h2 {
	font-weight: normal;
	font-size: 22px;
	color: #97A454;
	margin: 0px;
}

#content p {
	font-size: 10px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #AA0022;
}

#content a:hover {
	text-decoration: underline;
}

#content h3 a {
	text-decoration: none;
	font-size: 12px;
	color: #404040;
}

#content h4 {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #AE9B59;
}

#footer {
	background-image: url('footer.gif');
	background-repeat: repeat-x;
	padding: 52px 2px 2px 2px;
	margin: 0px 0px 20px 0px;
	color: #404040;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #AA0022;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .right {
	text-align: right;
	float: right;
	width: 100px;
}