body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 2em;
	text-align: left;
	background-color:#b3bca1;
	margin:0;
}

#wrap {
	background: url(../images/midbg.jpg) repeat-y;
	width: 850px;
	height: inherit !important;
	float:auto;
	text-align:left;
	padding:15px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	z-index:1;
}

#left {
	float:left;
	width:auto;
	margin:0;
	padding:0px 0px 0px 35px;
}

#right {
	background:#E2ECCF url(../images/swirl.gif) top right no-repeat;
	width:385px;
	height:255px;
	margin:0 0 0 395px;
	padding:15px 0px 0px 35px;
}

#right_contain {
	background:#E2ECCF url(../images/swirl.gif) bottom no-repeat;
	width:385px;
	height:386px;
	margin:0 0 0 395px;
	padding:15px 0px 0px 35px;
}

#rightscroll {
  	overflow-x: hidden;
	overflow-y: auto;
	position:relative;
	width:365px;
	height:370px;
	background:transparent;
	scrollbar-face-color:#EEEEEE;
	scrollbar-arrow-color:#333333;
	scrollbar-3dlight-color:#333333;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-shadow-color:#EEEEEE; 
	scrollbar-darkshadow-color:#333333;
	scrollbar-track-color:#B3BCA1;
}

#header {
	width: 850px;
	height:116px;
	background:#e0d5ec url(../images/bottombg.jpg) repeat-y;
	z-index:3;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:1.2em;
	width: 850px;
	background: url(../images/bottombg.jpg) repeat-y;
	text-decoration:none;
	padding:15px 0 17px 0;
	margin-bottom:-5px;
	z-index:2;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

#title {
	float: left;
	margin:82px 0px 10px 72px;
	z-index:4;
}

#logo {
	float: right;
	margin:5px 35px 5px 5px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #34b1c7;
	text-decoration: underline;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:auto;
	width: 850px;
	height:65px;
	background:url(../images/bg.gif) no-repeat left bottom;
	font-size:100%;
	line-height:normal;
}
#nav ul {
	margin:0;
	padding:40px 45px 0;
	list-style:none;
}
#nav li {
	float:left;
	background:url(../images/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#nav a {
	float:left;
	display:block;
	background:url(../images/rightOff.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	color:#6a6f60;
}
/* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	color:#000000;
}
#nav #current {
	background-image:url(../images/left_on.gif);
}
#nav #current a {
	background-image:url(../images/rightOn.gif);
	color:#000000;
	font-weight:bold;
	padding-bottom:5px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 100%; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
