@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	background-image:url(images/BG.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#c3baa5;
	background-position:top;
}

div {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	position:relative;
}

.mainWrapper {
	width:836px;
	margin-right:auto;
	margin-left:auto;
}

#logo {
	position:relative;
	text-align:center;
}

#navBtns {
	width:836px;
	text-align:left;
	padding:0px;
	margin-top:10px;
	margin-bottom:5px;
}

#leftSide {
	width:185px;
	float:left;
	height:auto;
	left:3px;
}

.leftBG {
	background-image:url(images/leftBg.png);
	background-repeat:repeat-y;
	left:4px;
}

#leftBottom {
	height:331px;
	background-image:url(images/bottomLeft_BG.jpg);
	background-repeat:no-repeat;
}

#rightSide {
	width:651px;
	height:549px;
	background-repeat:no-repeat;
	float:right;
	right:3px;
}

#rightContent {
	background-image:url(images/main_BG.png);
	background-repeat:repeat-y;
	left:4px;
}

#footer {
	width:836px;
	height:42px;
	float:left;
	letter-spacing:18px;
	color:#FFF;
}

#footerText {
	color:#FFF;
	position:relative;
	top:10px;
}

.leftNavText {
	font-weight:bold;
	color:#654c3d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	position:relative;
	top:40px;
	left:25px;
	line-height:25px;
	width:140px;
}
	
