body {
	text-align: center;
	font-size: arial, verdana, helvetica, sans-serif;
}

DIV#outermain {
	width: 795px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

DIV#top {
	margin-top: 70px;
}

IMG#topimg {
	display: block;
}

DIV#content {
	background: url(../_gfx/bg.png);
	min-height: 600px;
}

DIV#contentbordertop {
	width: 780px;
	border-bottom: 1px solid #b8b8b8;
	height: 1px;
	margin-left: 8px;
}

IMG#image {
	position: absolute;

	width: 180px;
	top: -35px;
	display: block;
}

DIV#leftmenu {
	margin-left: 8px;
	width: 180px;
	float: left;
	position: relative;
	padding-top: 198px;
	z-index: 10;
}

DIV#main {
	width: 570px;
	float: left;
	position: relative;
	padding-left: 15px;
	padding-bottom: 30px;
}

DIV#bottom {
	background: url(../_gfx/bottom.png);
	background-repeat: no-repeat;
	position: relative;
	height: 19px;
}

DIV#address {
	position: absolute;
	bottom: 1px;
}


DIV.cl {
	clear: left;
}

