body
{
	background: #FCFBF7;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
a, a:hover, a:visited a:active
{
	color: black;
}
#container
{
	width: 900px;
	height: 500px;
	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(http://www.lazer-works.com/owl_header.jpg);
}
#imgheader
{
	background-image:url(http://www.lazer-works.com/owl_text_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 48px;
	width: 570px;
}
#navigation
{
	height: 20px;
	text-align: left;
	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;
}
#content
{
	width: 570px;
	top: 60px;
	height: 428px;
	overflow: auto;
}
h4
{
	margin:0px;
	background-color: #A52B11;
	color: white;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
p
{
	padding: 10px;
}
