/*
	CSS
	Archbishop Wood Marching Unit
*/

body {
	/* background-color: #999999; */
	/* background: url('../images/background.jpg') #FFF repeat-x top; */
	text-align: center;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: table;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

table {

}

tr {

}

td {
	padding-left: 20px;
	padding-right: 20px;
}

ul {
	margin-bottom: 0px;
}

li {

}

img {
	border: none;
}

/* -------- Tables -------- */

.header {
	background-color: #006600;
	color: #ffffff;
}

/* -------- ? -------- */

#indent {
	padding-left: 30px;
}

#more {
	padding-top: 8px;
	padding-left: 20px;
}

#red {
	color: #ff0000;
	font-weight: bold;
}

#new {
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
	display: inline;
	vertical-align: top;
}

/* -------- Header -------- */

#header {
	background-color: #ffffff;
	padding: 10px;
}

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

#header h1 {
	font-size: 36px;
}

/* -------- Menu -------- */

#menu {
	white-space: nowrap;
	width: 100%;
	display: table;
	background-color: #006600;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 2px solid #ffffff;
	font-size: 20px;
}

#menu ul {
	display: inline;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu a:hover {
	background-color: #009900;
}

/* -------- Breadcrumbs -------- */

#crumbs {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ffffcc;
	text-align: left;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#crumbs a:link, #crumbs a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#crumbs a:hover {
	text-decoration: underline;
}

/* -------- Main Body Content -------- */

#content {
	background-color: #ffffff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news {
	display: table;
	width: 900px;
}

#news-left {
	float: left;
	padding-right: 20px;
	width: 600px;
}

#news-right {
	float: right;
	padding-left: 20px;
	width: 200px;
}

#news-box {
	padding: 20px;
	background-color: #ffffcc;
	border: 2px solid #ffff99;
}

/* -------- Photos -------- */

#photos {
	display: inline;
}

#photo {
	color: #000000;
	text-decoration: none;
	float: left;
	width: 250px;
	height: 200px;
	display: inline;
	background-color: #ffffcc;
	text-align: center;
	vertical-align: middle;
	margin: 20px;
}

#photo img {
	border: none;
}

#photo a {
	text-decoration: none;
	/* font-weight: bold; */
	color: #000000;
}

/* -------- History -------- */

#histories {
	display: inline;
}

#history {
	color: #000000;
	text-decoration: none;
	float: left;
	width: 220px;
	height: 150px;
	display: inline;
	background-color: #ffffcc;
	text-align: left;
	vertical-align: middle;
	margin: 20px;
	padding: 20px;
}

#history img {
	border: none;
	padding: 10px;
}

#history a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

/* -------- Footer -------- */

#footer {
	background-color: #ffffff;
}

