body {
	background-color:#95ae88;
	text-align:center;
}

body.popup {
	text-align:left;
	padding:10px;
}

#globalcontainer {
	background-color:#f1f5f0;
	background-image:url(../images/layout/bg.gif);
	background-repeat:repeat-x;
	background-position:0px 100%;
}

#container {
	background-color:#fff;
	text-align:left;
	margin:0px auto 0px auto;
	background-image:url(../images/layout/containershadowbg.gif);
	background-repeat:repeat-y;	
	background-position:100% 100%;
	width:80%;
	min-width:760px;
	/*min-width hack in IE (evil!)*/
	width:expression((document.documentElement.clientWidth<950?"760":Math.floor(document.documentElement.clientWidth*0.8))+"px");
}

#containerdata {
	padding:5px 15px 20px 5px;
	background-image:url(../images/layout/containerbg.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
}

#header {
	position:relative;
	margin-bottom:0px;
	height:91px;
	border-top:1px solid #fff;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:150px;
	height:91px;
	background-image:url(../images/layout/logo.png);
	background-repeat:no-repeat;
}
#logo img{
	display:none;
}

#breadcrumbs {
	margin:30px 0px 0px 160px;
	background-color:#ececec;
	line-height:10px;
	padding-bottom:2px;
}

#menu {
	margin-top:6px;
	padding-left:167px;
	height:34px;
	background-image:url(../images/layout/menu_plus.gif);
	background-repeat:no-repeat;
	background-position:160px 0px;
}
ul#navmenu {
  width:100%;
}
#fontchooser {
	position:absolute;
	right:0px;
	top:3px;
	width:25px;
}
#fontchooser img {
	cursor:hand;
}
#fontchooser #theme-big {
	background-color:#c7c7c7;
}
#fontchooser #theme-normal {
	background-color:#666;
}

#managenav {
	margin-bottom:3px;
	background-color:#f1f5f0;
	border:1px solid #aabea0;
	text-align:right;
}
#managenav select {
	font-size:10px;
	line-height:10px;
	color:#333;
	width:200px;
}

#leftside {
	width:150px;
	float:left;
}
#rightside {
	width:150px;
	float:right;
}
#leftside *, #rightside * {
	font-size:10px;
	line-height:12px;
}
#leftside hr, #rightside hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:none;
	clear:both;
	margin-bottom:10px;
}
#leftside h2, #rightside h2 {
	color:#fff;
	background-color:#f33;
	border-bottom:1px solid #000;
	line-height:10px;
	padding:3px;
	margin:10px 0px 5px 0px;
}
#leftside h2 *, #rightside h2 * {
	color:#fff;
}

#leftside ul, #rightside ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#leftside ul li, #rightside ul li {
	padding-left:10px;
	background-image:url(../images/layout/crumb_arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 4px;
}
#leftside .dateentry {
	clear:both;
}
#leftside .entrydate {
	display:block;
	float:left;
	width:40px;
}
#leftside .entry {
	display:block;
	float:left;
	width:110px;
}
#leftside a:hover, #rightside a:hover {
	color:#000;
}
#leftside .formtext, #rightside .formtext {
	border:1px solid #000;
	line-height:11px;
	width:146px;
	margin-bottom:1px;
}
#leftside .formsubmit, #rightside .formsubmit {
	width:70px;
	margin-left:78px;
	border-top:1px solid #e07575;
	border-left:1px solid #e07575;
	border-bottom:1px solid #404040;
	border-right:1px solid #404040;
	background-color:#b53232;
	color:#fff;
	line-height:11px;
	padding:0px;
	height:15px;
}
#leftside .more, #rightside .more {
	text-align:right;
}

#leftside .more a, #rightside .more a {
	padding-left:7px;
	background-image:url(../images/layout/crumb_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

#content {
	padding:10px 155px 0px 155px;
}

#fullwidth #content {
	padding:10px 0px 0px 0px;
}

#contentdata {
	background-color:#aabea0;
	padding:6px 15px 40px 15px;
	min-height:850px;
}
* html #contentdata {
	height:850px;
}

#footer {
	background-color:#ececec;
	padding:2px;
	clear:both;
	margin-top:10px;
	text-align:center;
}
#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer li {
	display:inline;
}
#footer li a:link, #footer li a:visited {
	border:1px solid #c7c7c7;
	background-color:#fff;
	color:#8c8c8c;
	font-weight:normal;
	font-size:9px;
	padding:0px 5px 0px 5px;
	margin-right:4px;
	margin-bottom:4px;
}
#footer li a:hover {
	background-color:#f1f5f0;
}
#footer li a:active {
	background-color:#95ae88;
	color:#fff;
}

#footer li.rss a:link, #footer li.rss a:visited{
	border:none;
	background-color:transparent;
	padding:0px 0px 0px 3px;
}
#footer li.rss img {
	margin-bottom:-2px;
}

.layoutfix {
	clear:both;
	font-size:1px;
	line-height:1px;
}