#page
{
	margin:0px 0px 0px 0px;
	width:768px;
	height:600px;
	background:white;
	float:none;
	border-right:solid thin black;
	
}
#title
{
	background:lightblue;
	margin:0px auto 0px auto;
	height:100px;
	width:100%;
	text-align:center;
	padding-top:25px;
	border:none thin green;
	background-image:url(images/background_banner.jpg);
	

}
#titletext
{
	background:blue;
	color:Yellow;
	font-family:Arial;
	font-size:26px;
	text-align:center;
	border:none thin red;
	width:90%;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	
}
	
body
{
	margin-left:0px;
	margin-top:0px;
}
#nav
{
	height:560px;
	width:150px;
	float:left;
	border:none thin green;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	border-right:solid thin black;
	margin:10px 0px 0px 0px;
}
#content
{
	float:left;
	width:580px;
	height:auto;
	border:none thin orange;
	padding:10px 10px 10px 10px;
}
#imagecenter
{
	text-align:center;
}

p
{
	font-family:Arial;
	font-size:14px;
}
#slogan
	{
		font-size:18px;
		color:Blue;
		font-family:Arial;
	}
#footer
{
	width:100%;
	height:40px;
	border:solid none blue;
	border-top:solid thin black;
	font-size:9px;
	color:black;
	text-align:center;
}