/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #fff;
font-family: Tahoma, sans-serif;
}
#wrapper {
	width: 960px;
	height: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box {
	width: 178px;
	height: 152px;
	float: left;
	background-color:#FFFFFF;
	padding: 6px;
	text-align: center;
	border: 1px solid #5a79a5;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.box2 {
	width: 238px;
	height: 238px;
	float: left;
	margin: 20px 10px 0px 10px;
	padding: 19px;
	text-align: center;
	background: #fff;
}
.first {
margin-left: 34px;
}
.last {
margin-right: 0px;
}
h2 a {
font-size: 14px;
font-weight: bold;
color: #ce0000;
text-decoration: none;
margin-bottom: 12px;
display: block;
}
h3 {
font-size: 12px;
font-weight: normal;
color: #000;
line-height: 24px;
margin-bottom: 12px;
}
.address a {
font-size: 12px;
color: #666666;
text-decoration: none;
}
#footer {
padding-top: 15px;
width: 700px;
margin: 0 auto;
text-align: center;
font-size: 12px;
}
#footer a {
color: #ce0000;
}
h1.head {
width: 900px;
height: 10px;
position: relative;
text-align: center;
color: #FED647;
font-size: 8px;
}
h1.head span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 31px;
	top: -22px;

}
.boxCopy {
	width: 178px;
	height: 152px;
	float: left;
	padding: 19px;
	text-align: center;
	border: 2px solid #FED541;
	background: #fff;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
