body {
	text-align: center;
	background: #555;
}
#container{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}
#sidebar {
	width: 200px;
	padding: 10px;
	float: left;
	background: #eee;
}
#main {
	margin-left: 225px;
}
#footer {
	clear: both;
	text-align: center;
	background: #eee;
}

#header {
	clear: both;
}

#sidebar ul {
	list-style-type: none ;
	margin: 0px ;
	padding: 0 px ;
	width: 200 px ;
	font-family: Arial, sans-serif ;
	font-size: 11 pt ;
}

#sidebar ul li {
	background-color: #666;
}

#sidebar ul li a {
	color: #ccc ;
	text-decoration: none ;
	text-transform: uppercase ;
	display: block ;
	padding: 10px 10px 10px 20px ;
}

#sidebar ul li a:hover {
	background: #000;
	border-left: 10px solid #333;
	color: #fff;
}

#logo2 {
	width:230px;
	height:50px;
	margin-top: 15px;
	padding-right: 20px;
	float:right;
}
#logo1 {
	width:223px;
	height:108px;
	padding:7px 0 0 25px;
	float: center;
}
