/* CSS Document */
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	text-align: center;
	margin: 0;
	padding: 0;
}
div.shadow{
	background-image: url(../img/mainbg.jpg);
	background-repeat: repeat-y;
	width: 970px;
	margin-left:auto;
	margin-right:auto;
}
div.wrapper{
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
}
div.clear{
	clear: both;
}
/* Top */
div.topshade{
	background-image: url(../img/topshade.jpg);
	height: 30px;
	font-size: 5px;
}
#top{
	background-image: url(../img/top.jpg);
	height: 135px;
}
/* Menu */
#menu{
	background-color: #50ab0a;
	background-image: url(../img/menu.jpg);
	height: 45px;
}
#menuleft{
	float: left;
	width: 225px;
	height: 45px;
}
#menuright{
	float: left;
	width: 725px;
	height: 45px;
}
/* Main */
#mainholder{
	background-color: #fff;
	width: 950px;
}
#main{
	padding: 10px;
}
#mainmargin{
	background-color: #f4f4f4;
	width: 930px;
}
#mainmargin div.minheight{
	height: 495px;
	width: 1px;
	background-color: #f4f4f4;
	float: left;
}
#submenu{
	float: left;
	width: 214px;
	margin-top: 20px;
}
#page div.pageitems{
	float: left;
	width: 620px;
	margin-top: 23px;
}
#page div.pageitems div.pageitem div.title{
	margin-bottom: 10px;
}
#page div.pageitems div.pageitem div.text{
	margin-bottom: 10px;
}
#page div.pageitems div.pageitem div.image{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}
#page div.imagetitle{
	font-style: italic;
}
/* Bottom */
#bottom{
	background-color: #50ab0a;
	height: 45px;
}
#bottomleft{
	float: left;
	width: 225px;
	height: 45px;
}
#bottomright{
	float: left;
	line-height: 45px;
	color: #fff;
	width: 725px;
	height: 45px;
}
#bottomright div.authors{
	float: left;
	color: #fff;
	line-height: 45px;
	margin-right: 32px;
}
#bottomright div.authors a{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#bottomright div.publisher{
	float: left;
	color: #fff;
	line-height: 45px;
}
div.bottomshade{
	background-image: url(../img/bottomshade.jpg);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 5px;
}

.error{
	color: red;
}
