#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #93B2DD;
	width: 720px;

}

#header {
	background-color: #93B2DD;
	background: url(../images/collage.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #93B2DD;
	margin:0;
}

#side-a {
	float: left;
	width: 150px;
	background: url("../images/sidebar.gif") 0 0 no-repeat;
	width: 186px;
	height: 371	px;
	

}

#side-b {
	float: right;
	width: 160px;
	padding: 2px;
	height: 610px;
}

#content { 
	float: left;
	width: 48%;
	margin-left: 10px;
	margin-top: 10px;
	height: 610px;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #C6DCFC;
}

.menu {
	text-align: right;
	padding-right: 2px;
	margin: 0;
}
