@charset "utf-8";
/* CSS Document */

body {
	background-color: #99DEF9;
}
div.fullwidth {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.content {
	background-image: url(images/wood.png);
	text-align: center;
	padding: 0px;
	width: 770px;
	border: 3px solid #000000;
}
.topbar {
	background-image: url(images/topbar.png);
	background-repeat: repeat-x;
	height: 21px;
	width: 770px;
	text-align: right;
}
.menubar {
	background-image: url(images/midbar.png);
	background-repeat: repeat-x;
	text-align: left;
	width: 770px;
}
.LeftPane {
	margin: 3px;
	float: left;
	width: 192px;
	border: 2px solid #000000;
	background-color: #FFF79C;
	position: relative;
	padding: 3px;
}
.ContentPane {
	margin: 3px;
	float: left;
	width: 360px;
	border: 2px solid #000000;
	background-color: white;
	position: relative;
	padding: 3px;
}

.PictureBar {
	width: 177px; 
	float: right; 
	margin-top: 5px; 
	min-height: 419px;
	overflow: visible;
}

.bottombar {
	background-color: #FDF100;
	width: 770px;
	display: table;
	border-top: 1px solid black;
	margin-top: 3px;
	text-align: left;
}









