@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:100%;
}

img {
	border: 0px;
}

#container {
	margin: 0 auto;
	width: 910px;
	height:100%;
}

.logo {
	width: 910px;
	text-align: center;
	/*padding: 50px 0px 30px 0px;*/
	padding:0;
}

.box1, .box2, .box3 {
	float: left;
}

.box2 {
	margin: 0px 5px;
}

.box1_image {
	background-image: url(images/box1_stroke.gif);
	background-repeat: no-repeat;
	padding: 1px;
	width: 298px;
	height: 224px;
}

.box2_image {
	background-image: url(images/box2_stroke.gif);
	background-repeat: no-repeat;
	padding: 1px;
	width: 298px;
	height: 224px;
}

.box3_image {
	background-image: url(images/box3_stroke.gif);
	background-repeat: no-repeat;
	padding: 1px;
	width: 298px;
	height: 224px;
}

.copy {
	width: 910px;
	padding-top: 5px;
	float: left;
}

.copy .copyright {
	float: left;
	line-height: 20px;
	color: #b8b8b8;
}