body {
	background-color: #767c9e;
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
a {
	text-decoration: underline;
	color: #767c9e;
}
a:hover {
	text-decoration: none;
	color: #767c9e;
}
h1 { 
	font-weight:bold;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000000;
}
h2 { 
	font-weight:bold;
	font-size: 14px;
	line-height: 18px;
	color: #767c9e;
}
h3 { 
	font-weight:bold;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
table {
	border-spacing: 0;
}
tr, td {
	vertical-align: top;
}
#wrapper {
	background-image:url(../../images/structure/bg.jpg);
	min-height: 650px;
	height: auto !important;
	min-height: 650px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 962px;
}
/*  logo + menu */
#left {
	float: left;
}
#menu {
	width: 347px;
}
#flash {
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: 1;
}
/* header + content + contact */
#right {
	float: left;
}
#header {
	background-image: url(../../images/structure/header.jpg);
	background-repeat: no-repeat;
	width: 615px;
	height: 109px;
}
#content {
	width: 585px;
	min-height: 480px;
	height: auto !important;
	min-height: 480px;
	padding: 15px;
}
#marquee {
	text-transform: uppercase;
	font-weight: bold;
}
#contact {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	color:#FFFFFF;
	font-size: 12px;
}
.clear {
	clear:both;
}
#bottom_div {
	height: 64px;
	width: 962px;
}