@charset "UTF-8";

.container {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}
.header {
	height: 150px;
	width: 940px;
	background-color: #FFFFFF;
	clear: both;
}
.navigation01 {
	height: 190px;
	background-color: #FFFFFF;
	max-width: 940px;
	min-width: 940px;
}
.navigation02 {
	background-color: #FFFFFF;
	height: 20px;
	clear: both;
	max-width: 940px;
	min-width: 940px;
	float: left;
	
}
.background {
	height: 700px;
	width: 940px;
	background-color: #FFFFFF;
}
.leftpanel {
	background-color: #FFFFFF;
	height: 500px;
	width: 205px;
	float: left;
}
.middlepanel {
	background-color: #FFFFFF;
	height: 500px;
	width: 405px;
	float: left;
}
.rightpanel {
	background-color: #FFFFFF;
	float: right;
	height: 500px;
	width: 327px;
}
.shadowleft {
	height: 600px;
	width: 10px;
	float: left;
	background-color: #EEE;
}
.shadowright {
	height: 600px;
	width: 10px;
	float: right;
}
body {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
}






.shadownew {
	width: 790px;
	padding: 0 5px 5px 5px; /* Reads top right bottom left */
	background-color: #CCC;
	background-image: url(file:///Macintosh%20HD/Clients/4528_Arthurgibney/APG%20Newsite/shade.gif);
	background-repeat: repeat-y;
} 
