@charset "utf-8";

object{
	outline: none;
}

body {
	background-image: url(/project/images/index_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #b797d4;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

li{
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 685px;
}

#underthe_header {
	background-image: url(/project/images/bg2.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 415px;
	width: 950px;
}
#update {
	margin-left: 15px;
	background-image: url(/project/images/information_back.jpg);
	background-repeat: repeat;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#update_main {
	width: 352px;
	margin-left: 20px;
}


#wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.date {
	font-weight: bold;
	color: #643c3c;
	margin-bottom: 4px;
	font-size: 13px;
}
.line {
	margin-bottom: 16px;
}

.text {
	color: #b62d2d;
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 4px;
}

.text a {
	color: #b62d2d;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

.text a:hover {
	text-decoration:underline;
}
.under_10 {
	margin-bottom: 10px;
}
