/* CSS Document */
html, body {
	background-color:#2c6978;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:35px auto;
	padding: 0px;
	width:750px;
}
div#container { height:100%; width:750px; background-color:#FFFFFF;
}
div#header { background-color:#FFFF00; width: 750px; height: 35px;
}
a:link, a:active, a:visited {
	color: black;
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;

}
a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;

	
}
div#left {
	background-color:#00FFFF;
	width:250px;
	float:left;
	height:400px;
	background-image: url(images/logo.jpg);
}
div#right {
	background-image:url(images/splashimage.jpg);
	background-color:#FFFFFF;
	width:500px;
	float:left;
	height:315px;
	clear: none;
}
div#right2 {
	background-color:#FFFFFF;
	width:500px;
	float:left;
	height:315px;
	clear: none;
	background-image: url(images/maggie.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	text-align: left;
	white-space: normal;
}
div#right3 {
	background-color:#FFFFFF;
	width:500px;
	float:left;
	height:315px;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	white-space: normal;
	font-style: normal;
	line-height: 13px;
}
div#footer3 {
	background-color:#FFFFFF;
background-image:url(images/footerimage.jpg)  width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	width: 500px;
	float: right;
	height: 20px;
	line-height: 20px;
	clear: none;
}
div#footer {
	background-color:#FFFFFF;
background-image:url(images/footerimage.jpg)  width:500px;
	height:40px;
	background-image: url(images/footerimage.jpg);
	float: right;
	width: 500px;

}
div#footer2 {
	background-color:#FFFFFF;
background-image:url(images/footerimage.jpg)  width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	width: 500px;
	float: right;
	height: 25px;
	line-height: 20px;

}

