body {
	margin-top: 5px;
	padding: 0px;
 	text-align: center;
	background-image:url(../content_images/pback.gif);
	background-repeat: repeat-x;
}
div#all{
	clear: both;
	width: 802px;
	text-align: center;
	margin: auto;

}

div#middle {
	background-image:url(../content_images/pshadow.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
border: solid;
border-color: blue;
border-width: 1px;
background-color: white;
}

div#header {
	clear: both;
	height: 100px;
border: solid;
border-color: blue;
border-width: 1px;
}
div#left {
	padding: 2px 10px;
	float: left;
	width: 130px;
	margin-top: 10px;
	height: 300px;
	text-align: left;
}
div#content {
	padding-left: 10px;
	width: 620px;
	min-height: 590px;
	padding-top: 1px;
	padding-right: 10px;
	text-align: left;
	margin-left: 140px;
	border-style:solid;
	border-width:0px 0px 0px 1px;
	border-color:#8099FF;
}
div#footer {
	display:none;
	padding-left: 10px;
	padding-right: 7px;
	text-align: left;
	clear: both;
/*	background-image: url(../content_images/footer.gif); */
	background-repeat: no-repeat;
	height: 47px;
background-color: white;
border: solid;
border-color: blue;
border-width: 0px 1px 1px 1px;
}
div#footer a {
	font-family: Arial, Helvetica; font-size: 10px; 
	color: #000000;

}
div#footer a:hover {
	font-family: Arial, Helvetica; font-size: 10px; 
	font-weight: bold;
	color: #000000;

}
div#footer a:active {
	font-family: Arial, Helvetica; font-size: 10px; 
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
div#footer a:checked {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}
