body
{
	margin:0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #fff;
	text-align:center;
	color: #fff;
}

#outer
{
	position:absolute; 
	left: 50%; 
	margin-left:-383px;
	width:766px;
}

#topImage
{
	width:766px;
	height:344px;
	float: left;
}

#main
{
	float: left;
	width:766px;
	height: 400px;
}

#mainLeft
{
	width: 259px;
	float: left;
	height: 100%;
	text-align:left;
}

#mainMiddle
{
	width: 507px;
	float: left;
	height: 435px;
	text-align:left;
	background-color: #F5F5F5;
	background-image: url(../images/20070414/mainMiddle_BottonBG.jpg);	
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#bottom
{
	width:766px;
	float: left;
	height: 65px;
	overflow: hidden;
}


#bottomCopyright
{
	position:relative;
	left:-253px;
	top: 0px;
	width:259px;
	height: 65px;
	text-align: left;
}

#bottomNavigation
{
	position:relative;
	left:180px;
	top: -65px;
	height: 65px;
	width:406px;
	text-align:right;
	background-repeat:no-repeat;
}

