body {
	font-family: "Times New Roman", Times, serif;
	color: #032f3e;
	font-size: 12px;
	background-image: url("images/display/wallpaper-01.gif");
	background-repeat: repeat-x;
	background-color: #E0E9ED;
	margin: 0px;
}

#page {
	width: 727px;
	height: 526px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/display/page_background-01.png");
	background-repeat: no-repeat;
}

#splash {
	width: 727px;
	height: 142px;
}

#navbar {
	text-align: center;
	padding-top: 4px;
	width: 727px;
	height: 27px;
}

#main{
	width: 727px;
	height: 357px;
}

#left_column {
	padding-top: 26px;
	padding-bottom: 35px;
	padding-left: 40px;
	padding-right: 25px;
	float: left;
	width: 381px;
	height: 357px;
	width: 316px;
	height: 296px;
}

#top {
	height: 176px;
}


#bottom {
	height: 120px;
}

#right_column{
	padding-top: 26px;
	padding-bottom: 43px;
	padding-left: 25px;
	padding-right: 48px;
	float: left;
	width: 346px;
	height: 357px;
	width: 273px;
	height: 288px;
}

/*** Menu Items ***/

#navbar a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #032f3e;
	margin-left: 5px;
	margin-right: 5px;
}

#navbar a:hover{
	color: #bf370a;
}

body#home a#home{
	color: #bf370a;
}

body#staff a#staff{
	color: #bf370a;
}

body#new a#new{
	color: #bf370a;
}

body#visit a#visit{
	color: #bf370a;
}

body#contact a#contact{
	color: #bf370a;
}

/*** tag refefinitions ***/
h1 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #032f3e;
}

h2 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #032f3e;
}

ul {
	margin-top: -15px;
	margin-bottom: -15px;
}