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

#nav {
	top: 132px;
	float: left;
	position: relative;
	margin-left: 1px;
	}
	
#content {
	width: 465px;
	margin-top: 30px;
	background-color:#FFFFFF;
	border-left:double;
	border-top:double;
	border-bottom:double;
	border-right:double;
	border-color:#CCCCCC;
	padding: 12px;
	float: left;
	clear:both;
	}

#contentRight {
	width: 200px;
	margin-left: 18px;
	margin-top: 10px;
	background-color:#FFFFFF;
	border-right:double;
	border-left:double;
	border-bottom:double;
	border-top:double;
	border-color:#CCCCCC;
	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:#CCCCCC;
	padding: 12px;
	float: left;
	}
