body{
   text-align:center;
}

.clearfix:after {
    content: "testing testing"; 
    display: block; 
    height: 10px; 
    clear: both; 
}

#background {
   background-color: #F5F4EB;
}

#page {
   margin: 0 auto;
   position: relative;
   top: 10px;
   width: 750px;
   border-width: 2px;
   border-color: black;
   border-style: solid;
   background-color: #a8a1b4;
}

#header{
	text-align:left;
	padding: 5px;
}

#body {
	padding: 15px;
}

#body a:link {
	color: #000000;
	text-decoration: underline;
}

#body a:hover {
	text-decoration: underline;
	color: #000000;
}

#body a:visited {
	color: #000000;
	text-decoration: underline;
}

#body h1 {
	text-align:left;
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	color: #403D44;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 24px;
}

#body h2 {
	text-align:left;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #403D44;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

#body p {
	text-align: left;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	color: #403D44;
	margin: 0px;
	padding: 5px;
}

#body li {
	text-align: left;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	color: #403D44;
	margin: 0px;
	padding: 5px;
}

#body table tr td {
	vertical-align: top;
	text-align: left;
}

#event {
	position: relative;
	padding: 5px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: black;
}

#event #title {
	position: relative;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #403D44;
}

#event #summary {
	width: 200px;
	top: 0px;
	left: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #403D44;
}

#event #description {
	top: 0px;
	left: 210px;
}

#home {
	height: 400px;
}

#home #title {
	position: absolute;
	top: 10px;
	height: 50px;
	left: 105px;
	border-style: none;
}

#home #title img {
	border-style: none;
}

#home #photo {
	position: absolute;
	top: 70px;
	left: 130px;
	height: 270px;
}

#home #calligraphy {
	position: absolute;
	top: 90px;
	left: 25px;
}

#home #motto {
	position: absolute;
	top: 90px;
	right: 10px;
	width: 120px;
	text-align: left;
	
}

#home #motto #harmony {
	position: absolute;
	top: 20px;
}

#home #motto #spirit {
	position: absolute;
	top: 100px;
}

#home #motto #way {
	position: absolute;
	top: 190px;
}

#home #large_buttons {
	position: absolute;
	top: 340px;
	left: 130px; 
}

#home #small_buttons {
	position: absolute;
	top: 400px;
	width: 720px;
	left: 20px; 
}

#navbar {
	width: 100px;
}

#navbar #active {
	background-color: #EEECDC;
	color: #403D44;
	height: 30px;
}

#navbar #inactive {
	background-color: #BFA1B4;
}

#footer {
	bottom: 10px;
	width: 720px;
	height: 30px;
}

#footer #next {
	position: absolute;
	right: 20px;
}

#footer #previous {
	position: absolute;
	left: 20px;
}

#footer img {
	border-style: none;
}

a.navTableText img {
   border-style: none;
   border-color: black;
   border-width: 4px;
}

a.blacklink {
   color: black;
}
