body {
	margin: 10px;
	padding: 0;
	background: #FFFFFF url(images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */
#add{
	width:125px;
	height:605px;
	margin: 0px;
	padding: 0px;
	top: 150px;
	position: absolute;
	left: 10px;
}
#header {
	width: 700px;
	height: 125px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	background: #23379d  repeat-x;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 3em;
	float: none;
	background-position: top;
	
}

#header h2 {
	text-align: center;
	font-size: 1.3em;
	font-family: "Comic Sans MS";
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	width: 700px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}

#menu h2 {
	display: none;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 136px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	border-right-width: medium;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #0000FF;
	font-weight: 900;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 490px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 5px solid #FFFFFF;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../../../../art/art2/ac%20skyline2.jpg);
	background-repeat: repeat;
}
#content a{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
}
#content li {
	display:list-item;
	font-family: "Comic Sans MS";
	color: #000000;
	font-weight: bolder;
	font-size: 14px;
	
}
#content .spirit {
	display:list-item;
	font-family:Arial, Helvetica, sans-serif;
	color:#0000CC;
	font-weight:bold;
	font-size:14px;
	background-position: center;
}

#content .title {
	padding: 10px 20px;
	background: #23379d  repeat-x left bottom;
	font-size: 1.8em;
}

#content .story {
	padding: 20px;
	border: 2px solid #FFEE8E;
}
#content .lansing{
	font-size:18px;
	color:#21349C;
	text-decoration: blink;
	}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 8.5px;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}
