html > body, html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, p, img {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
#container{
	width: 950px;
	margin: 0 auto;
	overflow: auto;
}
#top{
	border-bottom: 1px solid #d2d2d2;
	margin: 20px 0;
}
#right{
	overflow: auto;
	padding: 10px;
}
#left{
	float: left;
	width: 200px;
}
#top h1{
	font-family: "Georgia";
	font-size: 40px;
	font-weight: 100;
	text-align: center;
}
#top p{
	text-align: center;
	color: #797979;
	font-style: italic;
	
}
#UIList{
	list-style-type: none;
}
#UIList li a{
	display: block;
	text-decoration: none;
	color: #000;
}
#UIList li a:hover{
	color: #6f2121;
}
#right img{
	margin: 10px;
}
#right p{
	padding: 5px 0;
}
#right h2{
	font-family: "Georgia";
	font-size: 25px;
	font-weight: 100;
}
div.content_div{
	overflow: auto;
	position: absolute;
	min-height: 400px;
	border-left: 1px solid #aaa;
	padding: 10px;
	width: 600px;
}
