body {
	background-color: #b80028;
}

#container {
	width: 600px;
	margin:auto;	
}

#top {
	background-image: url(images/top.jpg);
	margin: 0;
	padding: 0;
	height: 61px;
}

/*
	background-repeat: no-repeat;
	background-position: right;
*/

#top .lcorner {
	background-image: url(images/tl.png);
	width:56px;
	height:61px;
	background-repeat: no-repeat;
	float:left;
}

#top .rcorner {
	background-image: url(images/tr.png);
	width:60px;
	height:61px;
	float:right;
}

#bottom {
	background-image: url(images/bottom.png);
	margin: 0;
	height: 61px;
}

#bottom .lcorner {
	background-image: url(images/bl.png);
	width:56px;
	height:61px;
	background-repeat: no-repeat;
	float:left;
}

#bottom .rcorner {
	background-image: url(images/br.png);
	width:60px;
	height:61px;
	float:right;
}

#middle {
	background-color: #f2f5ed;	
}

#middle .left {
	background-image: url(images/left.png);
	width: 56px;
	float:left;
	height:200px;
}

#middle .right {
	background-image: url(images/right.png);
	width: 60px;
	float:right;
	height:200px;
}

#content {
	margin-left:75px;
	margin-right:75px; 
}
