body {
	margin: 0;
	padding: 0;
	font: small Helvetica, Arial, sans-serif;
}

#wrapper {
	background-color: #ffffff;
	color: black;
	margin: 0 0 0 0;
	width: 800px;
	padding: 1px;
}

/***** H E A D E R *****/

#header {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#masthead {
	margin: 0;
	padding: 0;
/*	background-color: #ffffff; */
}

#logo {
	float: left;
	width: 200px;
	text-align: center;
/*	background-color: yellow; */
/*	background-image: url(../images/Spire125.jpg);
	background-repeat: no-repeat;
	background-position: center center; */
}


#title {
	float: left;
	margin: 0 0 0 0;
	width: 600px;
/*	background-color: pink; */
	text-align: center;
	font-size: x-large;
}

/***** TOP NAVIGATION MENU *****/

#topnav {
	clear: both;
	text-align: center;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#topnav ul {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	width: 100%;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
}
#topnav li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
	font-weight: bold;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}
#topnav a:hover {
	text-decoration: none;
	background-color: #369;
/*	background-color: #0000cc; */
	color: #ffffff;
}


#topnav a:link.special {
	text-decoration: none;
	background-color: red;
	color: white;
}
#topnav a:hover.special {
	text-decoration: none;
	background-color: blue;
	color: yellow;
}


/*
#main {
	clear: both;
	margin-top: 1px;
	background-color: yellow;
}
*/

/***** LEFT NAVIGATION MENU *****/
#menu {
	/*width: 12em; */
	width:200px;
	background: #eee;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}


/***** C O N T E N T *****/

#content {
	margin: 0 125px 0 225px;
	background-color: pink;
}

#pages {
	float: left;
	width:96%;
}

#pages h1 {
	font-size:1.35em;
	font-weight:normal;
	color:#ffffff;
	background-color: #000000;
	text-align:center;
}

#pages h4 {
	font-size:1.5em;
	font-weight:normal;
	color:#990000;
	background-color: #ffffff;
	text-align:left;
}

#content *.pages {
	display:block;
}



#sidebar {
	float: right;
	width: 100px;
	padding-left: 3px;
}

/***** F O O T E R *****/
#footer {
	clear: both;
	margin-top: 1px;
	border-top: 1px solid #b9d2e3;
	background-color: #ffffff;
	text-align: center;
	font-size: small;
}

/***** BUTTON *****/
#button {
	float: left;
	width: 100px;
	background-color: #ffffff;
	text-align: center;
	font: 0.7em Arial, Helvetica, Verdana, sans-serif;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
/*	border: 1px solid #b9d2e3; */
}
#button ul li {
	background-color: #fdf8f2;
	color: #050845;
/*	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;*/
	border: 1px solid #b9d2e3;
	padding: 2px;
}
#button ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#button ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}
