
#main_wrap {
  background: #FFFFFF url(img01.gif) repeat-x;
}

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
      font-face: arial;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(img03.gif) no-repeat;
      font-face: arial;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
      font-face: arial;
	background: url(img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
      font-face: arial;
	color: #000000;
}

#menu a:hover {
	background: url(img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
      font-face: arial;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
      font-face: arial;
}

/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

