body
{
	background: #FFFFF;
	font-family: helvetica,sans-serif;
	font-size: 13px;
}
a, a:hover, a:visited a:active
{
	color: black;
}
#container
{
	width: 920px;
	height: 513px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -450px;
	border: 1px solid black;
	background-repeat: no-repeat;
	background-position: right center;
	background-image:url(images/Aston_carbs_fit.jpg);

}
#imgheader
{
	background-image:url(images/falconworks.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 148px;
	width: 570px;
}
#navigation
{
	height: 20px;
	text-align: center;
	padding-top: 4px;
	width: 570px;
	top: 50px;

}
#navigation a, a:hover, a:visited a:active
{
	padding-right: 12px;
	padding-left: 12px;
}
#navigation a
{
	text-decoration: none;
}
#navigation a:hover, a:visited a:active
{
	text-decoration: underline;
	color: #A52B11;
}
#content
{
	width: 488px;
	top: 60px;
	height: 340px;
	overflow: auto;
}
h2
{
	margin:0px;
	background-color: #A52B11;
	color: white;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px
}
p
{
	padding: 10px;
}
li
{
padding: 2px
}