body {
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	width: 760px;
	font-size: 36px;
	font-family: "Bookman Old Style";
	font-weight: bold;
	color: #000000;
	}
	
#logo2 {
	width: 760px;
	font-size: 18px;
	font-family: "Bookman Old Style";
	color: #000000;
	word-spacing: 1.5em;
	letter-spacing: .5em;
	}

#menu {
	width: 760px;
	}

#menu a {
	font-size: 18px;
	color: #003366;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

#menu a:hover {
	color: #0099CC;
	}
	
#contents {
	width: 760px;
	position: relative;
	top: 10px;
	font-size: 18px;
	font-family: Garamond;
	height: 100%;
	background-image: url(images/texture2.jpg);
}

#box {
	width: 760px;
	position: relative;
	height: 100%;
	background-image: url(images/texture2.jpg);
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #0099CC;
}


