html, body {
	margin:0px;
	padding:0px;
	background: #EDE9B9;
} 
#main {
	background: #ffffff;
	width:742px;
	height: 100%;
	border-right:1px solid #6D5C24;
}
#leftbar {
	width: 179px;
	height: 100%;
	background-image: url(../images/summer/left-bar.gif);
}
.leftbarmargin {
	background-image: url(../images/summer/left-bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width: 179px;
}
table#menu {
	width:173px;
	border: solid 0px;
	padding: 0px;
	margin: 20px 0px 250px 3px;
}
#left-bottom-img {
	/*margin-left:3px;
	background-image: url(../images/left-bar.gif);*/
}
#rightbar {
	width: 563px;
	height: 100%;
	position: relative;
	text-align: left;
	background-color: white;
	vertical-align:top;

}
#content {
/* 	width: 370px; */
	height: auto;
	margin: 10px;
	position: relative;
	float:left;
}
#short-news {
	width: auto;
	height: auto;
	position: relative;
	float:right;
	margin: 0px 5px 10px 0px;
}
#footer {
	height: 25px;
	position: relative;
	width:742px;
}
