html, body {
	background-color: white;
	color: #000;
	margin: 0;
	width: 950px;
	font-family: 'Kristen ITC';

}

#upper-space {
background-color: white;
float: left;
height: 180px;
}
#menu {
background-color: white;
float: left;
width: 200px;
clear: both;
margin-bottom: 75px;
}
#content {
background-color: white;
display: inline;
float: left;
width: 550px;
}
	
#navbar {
background-color: white;
display: inline;
float: left;
width: 550px;
color:#663399;
font-size:20px;
font-weight:bold;
text-align: center;
height: 70px;

}
#content1 {
background-color: white;
width: 550px;
float: left;
color:#663399;
clear: both;
text-align: center;
}
#content1 p{
text-align: left;
}
#right-space {
background-color: white;
float: right;
width: 200px;
}
#footer {
background-color: white;
display: inline;
float: left;
clear: both;
}

#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 3px;
}
#menu li a{
	display:block;
	float:left;
	height:52px;
	color:#663399;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:url(images/menu_l.jpg) no-repeat left;
	line-height:50px;
	padding:0 0 0 25px;
	text-decoration:none;
}
#menu li a span{
	display:block;
	float:left;
	background:url(images/menu_r.jpg) no-repeat right;
	text-align: right;
	cursor: hand;
	height:52px;
	color:#663399;
	line-height:50px;
	width: 155px;
	padding:0 9px 0 3px;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/menu_h_l.jpg) no-repeat left;
	cursor: hand;
	height:52px;
  text-align: right;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/menu_h_r.jpg) no-repeat right;
	color:#663399;
	cursor: hand;
	height:52px;
	width: 155px;

