*{
	margin: 0;
	padding: 0;
}
html{
	background: #fff;
}
body{
	font-family: "century gothic",Helvetica,Arial;
}

a {
	
}

#content .box {
	border-bottom:1px dotted #BBE0EB;
	margin:0;
	padding:0 10px 10px;
	width:290px;
	float:left;
	border-top:1px dotted #BBE0EB;
}
#content .box p.desc {
	font-size:10px;
}
#wrapper {
	margin: 0 auto;
}
#header {
	height:53px;
	margin:0 auto;
	border-bottom:2px solid #BBE0EB;
}
#content {
	overflow:hidden;
	width:980px;
	margin: 0 auto;
	height:500px;
	padding:5px 12px;
}
#content img {
	border:3px solid #BBE0EB;
	margin:15px 0 0;
}
#footer {
background:none repeat scroll 0 0 #47A4BE;
position:absolute;
bottom:0;
width:100%;
border-top:2px solid #BBE0EB;
clear:both;
color:#A1DCEA;
font-size:0.8em;
height:50px;
}
#footer p {
	margin:0 auto;
width:825px;
margin-top:20px;
	color:#fff;
	font-size:0.8em;
}


