#wrapper
{
	width: 780px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	border: solid 5px #212e4f;
	/* border-right: solid 5px #5574b9;
	border-left: solid 5px #5574b9;
	border-bottom: solid 5px #5574b9; */
}

#top
{
	position: relative;
	height: auto;
	/* margin-bottom: 15px; */
	background-color: #ffffff;
}

#right
{
	position: relative;
	width: 570px;
	float: right;
	overflow: hidden;
}

#left
{
	position: relative;
	width: 200px;
	float: left;
	/* border-right: solid 4px #e6e6e6; */
}

#bottom
{
	position: relative;
	/* height: auto; */
	clear: both;
}