/* CSS Document */

body {
	background-color: #0054AD;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a, a:visited, a:hover {
	color:#FFFFFF;
}
#content {
	width:820px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#list {
	width:820px;
	float:left;
	text-align: center;
	margin-top: 20px;
}
.box {
	float:left;
	width:187px;
	height:207px;
	background-image:url(images/box.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:15px;
	color: #0054AD;
	font-weight: bold;
}
.box img {
	margin-left:-15px;
	margin-top: 50px;
	border: 1px solid #ffffff;
	margin-bottom: 8px;
}
.box a, .box a:visited, .box a:hover {
	color: #0054AD;
	text-decoration:none;
}
#footer {
	width:800px;
	float:left;
	text-align: center;
	margin-top: 30px;
}
.description {
	float:left;
	width:550px;
	margin-top:15px;
	margin-left:15px;
	height: 220px;
	text-align: left;
}
