body
{
	padding: 0;
	margin: 0;
	background: #FFF;
	color: #333;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;

	scrollbar-track-color:#e0e0e0;
	scrollbar-face-color:#e0e0e0;
	scrollbar-3dlight-color:#e0e0e0;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-darkshadow-color:#e0e0e0;
	scrollbar-arrow-color:#000;
}

img
{
	border: 0;
}

a
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -491px;
	position: absolute;
	top: -437px;
	left: 50%;
}

#head
{
	background-image:url('img/bg_logo.png');
	width: 980px;
	height: 231px;
	margin-bottom: 6px;
}

#container    
{
	border: 0px;
	width: 982px;
	height: 400px;
}

#containerleft
{
	float: left;
	width: 200px;
	height: 400px;
	border: 1px solid #000;
	padding: 0;
}

#mainleft
{
	float: left;
	width: 180px;
	height: 380px;
	background-image:url('img/bg_left_img.jpg');
	margin: 10px;
	padding: 0;
}

#softleft
{
	float: left;
	padding 0;
	margin: 0;
	width: 180px;
	height: 380px;
	background-image:url('img/bg_soft_white_50.png');
}

#logo
{
	padding 0;
	margin: 0;
	width: 180px;
	height: 166px;
	background-image:url('img/logo.png');
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containercenter
{
	float: left;
	width: 564px;
	height: 400px;
	margin-left: 6px;
	border: 1px solid #000;
}

#maincenter
{
	float: left;
	width: 544px;
	height: 380px;
	background: #e0e0e0;
	border: 0px;
	margin: 10px;
	padding: 0;
}

#header
{
	float: left;
	width: 524px;
	height: 35px;

	border: 0;
	margin: 0;
	padding: 10px;
}

#main
{
	float: left;
	width: 524px;
	height: 315px;
	overflow: auto;
	border: 0;
	margin: 0 0 0 10px;
	padding: 0;
}

#content, #contentscroll
{
	float: left;
	width: 524px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}

#contentscroll
{
	width: 494px;
}

#content p, #contentscroll p
{
	margin-top: 0;
}

#header h2
{
	padding 0;
	margin: 0;
	text-transform: lowercase;
	text-align: right;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}

#containerright
{
	float: left;
	width: 200px;
	height: 400px;
	margin-left: 6px;
	border: 1px solid #000;
}

#mainright
{
	float: left;
	width: 180px;
	height: 380px;
	background-image:url('img/bg_right_img.jpg');
	margin: 10px;
	padding: 0;
}

#contact
{
	position: absolute;
	right: 11px;
	bottom: 16px;
	padding: 10px;
	margin: 0px;
	width: 160px;
	line-height: 17px;
	background-image:url('img/bg_soft_white_75.png');
	text-transform: lowercase;
	text-align: right;
/*	letter-spacing: -0.1ex; */
	font-weight: bolder;
}

#contact a
{
	color: #333;
	text-decoration: none;
}

#contact a:hover
{
	color: #333;
	text-decoration: underline;
}

#spacer
{
	height: 8px;
}

