@charset "utf-8";
/* CSS Document */
html, body, div, table, tr, td, img, a{
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background: #5b3b14;
}
.container{
	width: 100%;
	min-width: 1033px;
}
.clear {
	clear: both;
}
.left {
	display: block;
	float: left;
}
#header{
	height: 261px;
	background: #3CF url(../images/HeaderRight_BG.jpg);
	background-position: 1033px 0px;
}
#header .menu-rollover{
	float: left;
	display: block;
	cursor: pointer;
}
#container{
	text-align: center;
	background: url(../images/Content_BG.jpg) no-repeat top left #b0e1f2;
}
#page {
	width: 916px;
	margin: 0 auto;
}
#topper {
	width: 100%;
	height: 19px;
	text-align: left;
	background: url(../images/MainContent_Top.png) no-repeat; 
}
#page-container {
	text-align: left;
	background: url(../images/MainContent_Repeat.png) repeat-y;
	min-height: 300px;
	padding: 1px 30px 30px 40px;
}
#bottom {
	text-align: left;
	background: url(../images/MainContent_Footer.png) top;
	height: 43px;
}
#footer {
	height: 100px;
	background: #5b3b14 repeat-x;
}