#background{
	background-color:7D95FD;
	width:auto;
	height:auto;
	margin: 0px;
	padding: 0px;
}
#container {
	width:750px;
	height:550px;
	background-image: url(../finalproject/images/container.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	
	
}
#header {
	background-color:#F5C249;
	width:750px;
	height:123px;
	outline-color: #000000;
	
	}

h1#name{
height:118px;
background:url(../finalproject/images/header.gif);
background-repeat:no-repeat;



}

h1#name span{
margin: 0 0 0 -2000px;
}





#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	float:right;
	width: 570px;
	height:570px;
	
	background-color: #FFFFFF;
	padding-left: 5px;
}

#content p {margin-left: 10px;
margin-right:10px}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: none;
	color: #FFFFFF;
	background-color: #7D95FD;
	border: thin solid #000000;
	width: 95%;
	margin-left: 10px;
	text-align:center;
	margin-top: 10px;
		}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: none;
	color: #000000;
	width: 75%;
	margin-left: 10px;
	text-align:center;
	margin-top: 10px;
		}
	#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	font-style: normal;
	}
	
#sidebar{
	float: left;
	width:175px;
	margin: 0px;
	padding: 0px;	
}
#sidebar p{
	text-align:center;
	color: #000000;
}

#menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 5px;
}

#menu a {
	margin: 0px;
	padding: 2px 2px 2px 2px;
	width: 100%;
	display: block;
	color: #FFFFFF;
}


#menu a {
	background-color: #6A86FD;
	border-top: 2px solid #D4E8D1;
	border-left: 2px solid #D4E8D1;
	border-bottom: 2px solid #6B8F6B;
	border-right: 2px solid #6B8F6B;
	text-decoration: none;
}
#menu a:hover, #menu a:focus {
border-top: 2px solid #6B8F6B;
border-left: 2px solid #6B8F6B;
border-bottom: 2px solid #D4E8D1;
border-right: 2px solid #D4E8D1;
background: #86AE8C;
}


	#menu {
	width: 168px;
	font-size: small;
	color: #7A92FD;
}
	

	
		
