/* CSS Document */

#main {
		width: 800px;
		height: auto;
		position: absolute;
		left: 50%;
		margin-left: -400px;
		
		background-color: #transparent;
}

#top {	
		width: 800px;
		height: 330px;	
		
		background-image: url(images/topback.jpg);
		background-repeat: no-repeat;
}

#middle {
		width: 796px;
		height: auto;
	
		background-color: #513D1A;
		background-image: url(images/middleback.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		
		border-left: 2px solid #5e3519;
		border-right: 2px solid #5e3519;
}

html>body #middle {
		position: relative;
		bottom: 9px;
}

#bottom {
		width: 800px;
		height: 90px;
		
		background-color: transparent;
		background-image: url(images/botback.gif);
		background-repeat: no-repeat;
		
		text-align: center;
		font-size: 10px;
		font-weight: bold;
}

html>body #bottom {
		position: relative;
		bottom: 16px;
}

#content {
		width: 500px;
		height: auto;
		margin-left: 15px;
}

#right {
		width: 200px;
		height: auto;
		float: right;
		margin-right: 42px;
		
		background-color: #transparent;
		text-align: center;
}

















