@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bg.jpg);
	background-color: #CEBEAB;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}


a {
	text-decoration:none;
	color: #996600;
}

a:hover     {
	text-decoration:underline;
	color: #CC6600;
}


#building {
	width:100%;
	margin:50px auto;
	padding:0 20px;
	height: 257px;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	}




#header {
	height: 257px;
	width: 900px;
	margin: 0 auto;
	background-image: url(oops.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

#title {
	padding: 43px 0 0 245px;
}

#contents {
	height: 120px;
	padding-left: 245px;
	padding-top: 40px;
	font-size: 1.3em;
	color: #663333;
	line-height: 1.8em;
	font-weight: bold;
}
