body{
	background-color: #cfc528;	
}

#banner{
	float: top;
	padding-bottom: 10px;
	font-size: 24px;
	color: #27079b;
	font-family: Times;
	text-align: right;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 80px;

}

#menu{
	float: left;
	background-color: #ffffff;
	padding-bottom: 10px;
}

#menu a{
	display: block;
	width: 130px;
	text-decoration: none;
	color: black;
	font-weight: bolder;
	font-family: verdana, arial;
	font-size: 10px;
    	border-left: medium #000000 solid;
	border-right: medium #000000 solid;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: solid 1px #000000;
}

#header{
	border-left: thin #ffffff solid;
	border-right: thin #ffffff solid;
	background-color: #ffffff;
	margin-left: 150px;
	height: 20px;
	word-spacing: 30px;
	color: #ffffff;
	font-family: verdana, arial;
	font-weight: bolder;
	font-size: 14px;
	padding-left: 10px;
	text-align: center;
}

#subheader{
	border-left: thin #ffffff solid;
	border-right: thin #ffffff solid;
	border-bottom: thin #ffffff solid;
	background-color: #ffffff;
	margin-left: 150px;
	color: blue;
	font-family: verdana, arial;
	font-size: 14px;
	padding-left: 10px;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content{
	background-color: #ffffff;
	border-left: thin #ffffff solid;
	border-right: thin #ffffff solid;
	
	margin-left: 150px;
	padding: 10px;
	
	font-family: verdana, arial;
	font-size: 12px;
}

