body{
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:0.9em;
}
td{	
	font-family: arial, sans-serif;
	font-size: 12px;
}
form{
	position:relative;
	margin:0px;
	padding:0px;
	width:600px;
}
table{
	width:600px;
}
#menu a{
	color:black;
	text-decoration:none;
}	
#menu a:hover{
	text-decoration:underline;
}
#menu ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
#menu li{
	margin:0px 0px 8px 0px;
	padding:0px;

}
#homemenu{
	position:relative;
	height:140px;
	width:900px;
	background:url('./img/midback.jpg') no-repeat;
	color:white;
	padding:0px 0px 0px 30px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#homemenu #links{
	position:relative;
	float:left;
	height:24px;
	top:2px;
	padding:0px 20px 0px 20px;
	border-left:1px solid white;
	-moz-box-sizing:border-box;
	box-sizing:border-box;


}
#homemenu #links1{
	position:relative;
	float:left;
	height:24px;
	top:2px;
	padding:0px 20px 0px 20px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;


}
#homemenu a{
	position:relative;
	top:6px;
}
#homemenu a img{
	position:relative;
}
#homemiddle{
	position:relative;
	width:900px;
	height:365px;
}
#slogan{
	position:relative;
	float:right;
}
#menu1{
	position:absolute;
	top:55px;
	left:15px;
	width:150px;
}
#menu2{
	position:absolute;
	top:248px;
	left:15px;
	width:150px;
}
#holder{
	position:relative;
	width:920px;
}
#header{
	position:relative;
	background:url('./img/header.jpg') black;
	width:900px;
	height:120px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#frontimgblock{
	position:relative;
	float:left;
}
#homeheader{
	position:relative;
	background:url('./img/homeheader.jpg') black;
	width:900px;
	height:120px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#middle{
	position:relative;
	width:920px;
	height:501px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
#menu{
	position:relative;
	float:left;
	background:url('./img/leftmenu.jpg') black;
	width:183px;
	height:501px;
	
}
#content{
	position:relative;
	float:left;
	margin-top:18px;
	margin-left:10px;
	width:707;
	height:482;
	overflow:auto;

}
#footer{
	position:relative;
	background:url('./img/footer.jpg') black;
	width:900px;
	height:29px;
	
}
#topmenu{
	position:absolute;
	bottom:4px;
	left:15px;
	color:white;
}
#topmenu a, #homemenu a{
	color:white;
	text-decoration:none;

}
#topmenu a:hover, #homemenu a:hover{
	text-decoration:underline;

}
#frontimgblock{
	
	position:relative;
	padding:8px 0px 0px 8px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#clearboth{
	position:relative;
	clear:both;
	font-size:1px;
	line-height:1px;
}
#contactform #label{
	position:relative;
	margin-top:10px;
}
#footertext{
	color:#aaaaaa;
	font-size:0.8em;
	text-align:center;
	padding:25px;
}