#Wrapper #left {
	float: left;
	width: 150px;
	background-color: 426fb6;
	background-image: url(../images/Cloud_side1.gif);
	background-repeat: repeat-y;
	height: 850px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#Wrapper #center {
	height: 800px;
	width: 800px;
	float: left;
}
#Wrapper #right {
	background-color: #666666;
	background-image: url(../images/Cloud_side2.gif);
	background-repeat: repeat-y;
	float: right;
	width: 150px;
	height: 850px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#Wrapper #center #footer a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#Wrapper #center #footer a:hover {
	text-decoration: underline;
}
