html, body { margin:0px; padding:0px; height:100%; }
body {
	text-align:center; /* workaround for IE */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}
/* IE 5.5, 6.0 hack */
table { font-size:1em; }

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:24px;
	margin-top:0px;
}

a:link, a:visited, a:active { color:#FFFFFF; text-decoration:underline; }
a:hover { color:#544741; text-decoration:underline; }


#wrapper {
	width:900px;
	padding:40px 10px 10px 10px;
	margin:0px auto;
	position:relative;
	text-align:left;
}

#inner-wrapper {
	float:left;
	width:100%;
}

#header {
	width:100%;
	height:83px;
	background-color:#998675;
	border-top:1px solid #4C433A;
}
#header img { display:block; }

#footer {
	width:100%;
	height:15px;
	line-height:15px;
	clear:left;
	text-align:center;
	font-size:9px;
	visibility:hidden;
	position:relative;
}

#container {
	float:left;
	width:717px;
	border-left:183px solid #736357;
	background-color:#B39E85;	/* brightness -20% */
	background-color:#BDA88F;	/* brightness -10% */
	background-color:#C7B199;	/* original */
}
#left-pane {
	float:left; 
	position:relative;
	width:183px; 
	margin-left:-183px;
	background-color:#736357;
	/*display: inline;*/
}
#sidemenu, #workmenu { width:100%; }
#sidemenu a, #workmenu a { display:block; padding-top:5px; }
#sidemenu a img, #workmenu a img { display:block; border-style:none; }

#login {
	width:183px;
	background-color:#819EAE;
	position:absolute;
	bottom:15px;
	left:0px;
	font-size:9px;
	padding:5px 0px 10px 0px;
	visibility:visible;
}
#login form, #login table { margin:0px; padding:0px; }
#login table { margin:0px 5px 0px 10px; }
#login input { display:block; height:10px; font-size:9px; color:#000000; }
#login td { padding:2px 2px 2px 0px; }
#login #f_username { width:96px; }
#login #f_password { width:80px; }
#login #f_login { width:14px; height:14px; }

#content-pane {
	float:left;
	width:717px;
}

#banner {
	width:100%;
	height:248px;
}
#banner-left {
	float:left;
	width:529px;
	height:248px;
	overflow:hidden;
	background-color:#EEE8E0;
	position:relative;
}
#banner-right {
	float:left;
	width:188px;
	height:248px;
	overflow:hidden;
	background-color:#534741;
}
#imgBtns { position:absolute; right:10px; bottom:10px; }
#imgBtns img { display:block; float:left; width:21px; height:21px; border-style:none; cursor:pointer; margin-left:5px;  }

#pagetext { 
	width:680px;
	padding:15px 20px 15px 15px;
}
#content-pane.content-main #pagetext { height:242px; }
html>body #content-pane.content-main #pagetext { height:auto; min-height:242px; }
#content-pane.content-news #pagetext { height:500px; }
html>body #content-news.content-main #pagetext { height:auto; min-height:500px; }
#myboxes
{
   clear:left;
   float:left;
   margin-top:-300px;
}
