#side_menu {
	width: 80px;
	}
#main {	
	width: 826px;
	float: right;
	margin-right: -32px;
	}
#intro_text {
	padding: 0px 37px 21px 0px;
	}
ul.gallery {
	margin: 0px;
	padding: 0px;
	}
ul.gallery li {
	float: left;
	display: block;
	margin: 0px 20px 30px 0px;
	padding: 7px;
	background: url("../img/static/gal_bg.jpg") top left no-repeat;
	}

ul.gallery:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}