body {
	text-align: center;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	background: url(../_gfx/bg.jpg);
	margin: 0px;
}

DIV#top {
	background: #9e2d07;
	height: 100px;
}

DIV#topmenu {
	background: #cfaa75;
	height: 18px;
	text-align: center;
	padding-top: 2px;
}

DIV#topmenu DIV {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

DIV#outermain {
	width: 1000px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../_gfx/bgmain2.png);
}

IMG#topimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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;
	height: 233px;
	width: 180px;
	top: -35px;
	display: block;
}

DIV#leftmenu {
	margin-left: 0px;
	width: 150px;
	float: left;
	position: relative;
	padding-top: 30px;
	z-index: 10;
	
}

DIV#main {
	width: 650px;
	float: left;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
	overflow: auto;
}

DIV#right {
	width: 200px;
	float: left;
	position: relative;
}

DIV#shares {
	width: 500px;
	position: absolute;
	bottom: 25px;
	right: 215px;
	text-align: right;
}

/*
DIV#bottom {
	background: url(../_gfx/bottom.png);
	background-repeat: no-repeat;
	position: relative;
	height: 19px;
}

DIV#address {
	position: absolute;
	top: -220px;
}
*/

DIV.cl {
	clear: left;
}


