#container{
width: 800px;
}

#banner{
background:url(../images/banner.png);
background-repeat:no-repeat;
width: 746px;
height: 158px;
}

#nav {
	top: 132px;
	float: left;
	position: relative;
	margin-left: 1px;
	}
	

#title {
	width: 465px;
	margin-top: 5px;
	background-image:url(../images/back2.png);
	border-left:double;
	border-top:double;
	border-bottom:double;
	border-right:double;
	border-color:#FFCC99;
	height: 435px;
	padding: 12px;
	float: left;
	clear:left;
	margin-top: 30px;
	}


	
#contentBot {
	width: 200px;
	margin-top: 5px;
	margin-left: 18px;
	background-image:url(../images/back2.png);
	border-right:double;
	border-bottom:double;
	border-left:double;
	border-top:double;
	border-color:#FFCC99;
	padding: 12px;
	float: left;
	
	}
#contentTop {
	width: 200px;
	margin-top: 30px;
	margin-left: 18px;
	background-color:#FFFFFF;
	border-right:double;
	border-bottom:double;
	border-left:double;
	border-top:double;
	border-color:#FFCC99;
	padding: 12px;
	float: left;
	position: inherit;
	}
