div#content1{
	width: 95%;
}

div#content2{
	display: none;
}
div#content3{
	display: none;
}

div#content1 {
	padding: 5px 10px;
	overflow: auto;
	position: relative;
}
.floatRight {float:right; margin-left:10px; margin-bottom: 10px; clear:both;}
.floatLeft {float:left; margin-right:10px; margin-bottom: 10px; clear:both;}
