/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 1000px;
}
#main_content {
	width: 1000px;
}
#subcontent {
	width: 986px;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
}
#2boxes {
	width: 982px;
}
#long_box {
	width: 982px;
	float: left;
	border: 1px solid #000000;
}
#long_box #title {
	background-color: #cccccc;
	width: 982px;
}
#box {
	width: 982px;
	float: left;
	border: 1px solid #000000;
	height: 320px;
}
#box_end {
	width: 369px;
	border: 1px solid #000000;
	float: right;
	height: 320px;
	background-image: url(../images/cell_background.jpg);
	background-repeat: repeat;
}
label {
	float: left;
}
#items {
	width: 980px;
}
#items_top {
	width: 982px;
}
#items tr td, #items_top tr td {
	padding-bottom: 15px;
}
#items tr td#commonuse, #items_top tr td#commonuse {
	padding-bottom: 0px;
}

#footer {
	width: 1000px;
	background-color: #000000;
	text-align: left;
	padding-top: 10px;
}
#copy {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 860px;
}
#commonuse {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CF4D40;
}
#footer_menu {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

