blockquote{
			border-top-color: white;
			border-top-style: solid;
			border-top-width: 30px;
			margin: 0px;
			font-weight: bold;
			padding: 30px;
			width: 820px;
			background-color: #e6e6e6;
		}
	#board{
			height: 850px;
			padding-left: 15px;
			padding-bottom: 30px;
			padding-right: 5px;
			padding-top: 30px;
			color: white;
			border-left-color: black;
			border-left-width: 1px;
			border-left-style: solid;
			float: left;
			width: 269px;
			background-color: #333333;
		}
	#board strong{
			line-height: 30px;
			font-size: medium;
		}
	#board h1{
			margin-bottom: 30px;
			color: #cccccc;
			font-size: medium;
		}
	#board img{
			border-color: black;
			border-width: 1px;
			border-style: solid;
		}
	#general{
			line-height: 25px;
			width: 590px;
			padding-top: 20px;
			float: left;
		}
	#general h1{
			text-align: center;
			color: #4c4c4c;
			margin-bottom: 30px;
			font-size: medium;
		}
	#general img{
			height: 325px;
			width: 590px;
			border-bottom-color: black;
			border-top-color: black;
			border-bottom-style: solid;
			border-top-style: solid;
			border-bottom-width: 1px;
			border-top-width: 1px;
		}
	#general strong{
			margin-left: 10px;
			margin-bottom: 10px;
			margin-right: 20px;
			margin-top: 20px;
			text-align: left;
		}
	#general ul{
			padding: 0px;
			margin-left: 10px;
			margin-bottom: 15px;
			margin-right: 0px;
			margin-top: 0px;
			border-left-color: #e6e6e6;
			border-left-width: 1px;
			border-left-style: dotted;
			float: left;
		}
	#general li{
			padding-left: 7px;
			padding-bottom: 0px;
			padding-right: 0px;
			padding-top: 0px;
			list-style-type: none;
			text-decoration: none;
			width: 170px;
		}
	#general li small{
			padding-left: 5px;
			color: #003366;
			font-variant: small-caps;
		}
	#director{
			padding: 30px;
			text-align: justify;
			line-height: 25px;
		}
	#director img{
			margin: 25px;
			border-color: #333333;
			border-width: 1px;
			border-style: outset;
		}
	#director small{
			line-height: 2px;
			color: #4c4c4c;
		}
	
