#banner{
	background-image: url(../images/banner.jpg);
	height: 190px;
	width: 780px;
}

#leftside{
	width: 30%;
	background-color: #FFFFFF;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#leftside a:link {
	color: #0066FF;
}
#leftside a:visited {
	color: #0099FF;
}
#leftside a:hover {
	color: #990000;
}

#middle{
	background-color: #EFF1F0;
	width: 23%;
	clear: none;
	float: left;
}
#content{
	clear: right;
	float: right;
	width: 46%;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
