html, body {
	height:auto;
	margin:0;
	padding:0;
	background:#000000 url('./images/pagebg.png') repeat-x top left;
/*	text-align:center;*/

}
#page {
	height:auto;
	margin:10px auto 10px auto;
	width:80%;
	background:#efefef;

}
#wrapper {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}
#header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background:url('./images/headers/header_bg.jpg');
	text-align:right;
}
#header img {

}
#nav {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	text-align:center;
}
#content {
	position: relative;
	float: right;
	top: 0;
right:8px;
/*	left: 0;*/
	width: 78%;
	margin-right: 0;

}

#left {
	position: relative;
	margin-right: 10px;
	padding-left:8px;
	top: 0;
	left: 0;
	width: 18%;
	border: 0;
	background-color:#ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align:left;
}
.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 40px;

}
#bottom {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
/* the only difference between the #wrapper and the #sock is
that the sock is positioned relative */
}
#footer {
	position: relative;
	top: 0px;
	bottom: -40px;
	height: 5%;
	left: 0px;
	width: 100%;
	margin-bottom:20px;
text-align:center;
}
#footer img {
margin-left:auto;
margin-right:auto;
}
.foot {
	color:#eeeeee;
	font-size:0.8em;
	font-weight:bold;
text-align:center;
}
#mainmenu {
	padding:0;
	margin:0 auto 0 auto;
	white-space:nowrap;
	list-style-type:none;

}
#mainmenu li {
	display:inline;
}
#mainmenu li a
{
	padding:0.2em 1em;
/*	background:#fc6;*/
	color:#000;
	text-decoration:none;
/*	float:left;*/
/*	border:1px solid #000;*/
font-weight:bold;
line-height:24px;
}
#mainmenu li a:hover
{
/*	background:#08c;*/
	color:#fff;
}
#mainmenu .buttonleft {
background: url(images/blue.png) no-repeat top left;
line-height:24px;
}
#mainmenu .buttonright {
background: url(images/blue_rt.png) no-repeat top right;
line-height:24px;
}
.pagemenuhead {
padding-left:0;
font-weight:bold;
font-size:1.1em;
}
.pagemenu1 {
padding-left:10px;
/*background:#ffffff url('./images/left_menu_bk.png') no-repeat bottom left*/
}
.pagemenu2 {
padding-left:22px;
/*background:#ffffff url('./images/left_menu_bk.png') no-repeat bottom left*/
}
.pagemenu3 {
padding-left:34px;
/*background:#ffffff url('./images/left_menu_bk.png') no-repeat bottom left*/
}
.pagemenu4 {
padding-left:46px;
/*background:#ffffff url('./images/left_menu_bk.png') no-repeat bottom left*/
}
a.pagelink {
background-color:#ffffff;
color:#3747a1;
text-decoration:none;
font-weight:bold;
}
a.pagelink:hover {
background-color:#ffffff;
color:#3747a1;
text-decoration:underline;
font-weight:bold;
}
