body {
	background: #000000;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	background-image: url(../images/blend_body.jpg);
	background-repeat: no-repeat;
	background-position: center -15px;
}

#mainbox {
	width: 676px;
	margin-left:auto;
	margin-right:auto;
}

#contentbox {
	width: 676px;
	height: 699px;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 95px;
}

#header {
	width: 676px;
	height: 214px;
}

#contact {
	float: left;
	width: 219px;
	height: 214px;
}

#title {
	float: right;
	width: 412px;
	height: 174px;
	padding: 20px 30px 20px 15px;
}

#logo {
	float: left;
	width: 120px;
	height: 174px;
}

#head {
	float: right;
	width: 292px;
	height: 174px;
}

#body {
	width: 626px;
	height: 430px;
	padding: 10px 25px 40px 25px;
}

#menu {
	width: 626px;
	height: 25px;
}

#menu table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #6d6a61;
}

#menu td {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

#content {
	width: 606px;
	height: 440px;
	padding: 10px 20px 0px 0px;
	text-align: justify;
	overflow: auto;
	
}

#yellownotice {
	float: left;
	width: 290px;
	height: 500px;
}

#greynotice {
	float: right;
	width: 290px;
	height: 500px;
}

#bluenotice {
	width: 290px;
	height: 200px;
}

#greennotice {
	width: 290px;
	height: 275px;
}
