@charset "UTF-8";
/* Global */


#wrapper{
	width:820px;
	margin:0 auto;
	background-color:#fff;
	margin-top:20px;
	padding:30px;
	text-align:left;
}

#header{
	width:820px;
	margin-bottom:10px;
}

#banner{
	width:820px;
	margin-bottom:20px;
}

#content{
	width:820px;
	float:left;
	clear:both;
	margin-bottom:20px;
}

#column_left{
	width:100%;
}

#column_right{
	width:100%;
	background-color:#eee;
	border:1px solid #e1e1e1;
}

#box{
	width:100%;	
	background-color:#eee;
	border:1px solid #e1e1e1;
	margin-bottom:40px;
}

#footer{
	clear:both;
	width:820px;
	padding-top:20px;
	margin-top:80px;
	text-align:right;
}

#footer p{
	font-size:10px;
	color:#888;
}

#quote{
	margin-top:20px;
}

#quote p{
	color:#888;
}

ul#news {
	list-style: none;
	padding: 0px;
	color: #a1a1a1;
}

#news ul {
	list-style: none;
	padding: 0px;
	color: #a1a1a1;

}

#quote li {
	list-style: none;
	padding: 0px;
	color: #a1a1a1;

}
