@charset "utf-8";
/* CSS Document */

.container {
	height: 1675px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #000;
}
.header {
	background-color: #000;
	text-align: center;
	height: 250px;
	width: 1200px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
.menu {
	background-color: #000;
	text-align: center;
	height: 75px;
	width: 1200px;
}
.contentmain {
	float: left;
	height: 775px;
	width: 1000px;
	margin-left: 80px;
	margin-top: 50px;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F33;
	font-style: italic;
	line-height: normal;
}
.picbox1 {
	float: left;
	height: 200px;
	width: 150px;
	padding: 15px;
}
.picbox2 {
	float: right;
	height: 130px;
	width: 177px;
	padding: 15px;
	margin-top: -60px;
}
.justify {
	text-align: justify;
}
.centertable {
	text-align: center;
	font-weight: bold;
}
