* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #cccccc;
}
#container {
	margin: 0 auto;
	background-color: #ffffff;
	width: 950px;
}
#header {
	margin: 0 auto;
	background-color: #ffffff;
	width: 950px;
}
#menu {
	width: 205px;
	text-align: center;
	background-color: #ffffff;
	float: left;
}
#sidemenu {
	width: 180px;
	margin: 0 auto;
	height: 400px; 
	background-image: url(img/menubg.jpg);
	background-repeat: no-repeat;
	margin-left: 13px;
	padding-right: 30px;
	text-align: center;
}
#sidemenu a {
	text-decoration: none;
	color: #000000;
}
#sidemenu a:hover {
	text-decoration: underline;
}
#sidemenu ul {
	list-style: none; 
	font-family: Verdana;
	font-size: 0.85em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}
#sidemenu li {
	padding-bottom: 15px;
}
#center {
	width: 470px;
	text-align: center;
	background-color: #ffffff;
	float: left;
}
#center p {
	padding-bottom: 20px;
	line-height: 150%;
	text-align: left;
	font-family: Verdana;
	font-size: 0.7em;
}
#right {
	width: 275px;
	text-align: center;
	background-color: #ffffff;
	float: right;
	padding-bottom: 20px;
}
#right p {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
	text-align: left;
	font-family: Verdana;
	font-size: 0.7em;
}
#right ul {
	padding-bottom: 20px;
}
#right li {
	line-height: 150%;
	text-align: left;
	font-family: Verdana;
	font-size: 0.7em;
	margin-left: 40px;
}
#footer {
	width: 950px;
	height: 35px;
	background-color: #bff5db;
}