
#container{
	width:900px;
	background:#ededed;
	margin: auto;
	
}

#left-nav{
	width:200px;
	float:left;
	display:block;
	height:100%;
}

#content{
	width:700px;
	display:block;
	float:left;
	text-align:left;
}

#header{
	
}

body {
margin: 0;
padding: 0;
background: #4f87b8;
font: 80% verdana, arial, sans-serif;
text-align:center;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
height:18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
/*height: 100%;*/
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}


