/******************* Main Containers ********************/

body {
	background-color: #000099;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
}

#container {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
}

#header {
	padding-top:350px;
	background: url(beadling_u16.gif) top center no-repeat;
}

#content {
	width: 750px;
	margin: 0 0 25px 0;
	padding: 10px 0 25px 0;
	text-align: center;
	background: #fff;
	float: left;
}

.post {
	width: 710px;
	padding: 20px;
	text-align: left;
	background: #fff;
}

.postbody {
	padding: 0 0 0 20px;
}

/******************* Navigation Styles ********************/

#navcontainer
{
	width: 750px;
	background: #000099 url(navigation.gif);
}

#navcontainer ul
{
	color: white;
	text-align: center;
	margin: 0;
	padding: 2px 0 2px 0; /* SYNC TOP AND BOTTOM WITH A */
}

#navcontainer ul li
{
	display: inline;
	margin-left: -4px;
}

#navcontainer ul li a
{
	padding: 2px 10px 2px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover, .current
{
	background-color: #FF0000;
	color: white;
}

#firstchild a
{ 
	border-left: 1px solid #fff;
}

/******************* Text Formatting ********************/

h1 {
	font-size: 150%;
	color: #FF0000;
	text-transform: lowercase;
	border-bottom: 1px dotted #FF6666;
	padding: 0 0 1px 0;
	margin: 0 0 9px 0;
}

h2 {
	font-size: 125%;
	color: #000099;
	margin: 5px 0 5px 0;
}

h3 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	margin: 0 0 0 0;
}

p {
	margin: 5px 0 5px 0;
}

h5 {
	font-size: 75%;
	margin: 5px 0 5px 0;
}

a {
	color: #FF9900;
	text-decoration: none;	
}

a:visited {
	color: #FF0000;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.border {
	border: 3px solid #FF0000;
}

a img {
	border: 0;
}

#teamphoto {
	margin-top: 10px;
	margin-bottom: 10px;
}

#teamphoto img {
	border: 5px solid #FF0000;
}

table {
	border-left: 1px solid #ff4e46;
	border-top: 1px solid #ff4e46;
	border-bottom: 0;
	border-right: 0;
	empty-cells:show;
	margin: 10px 0 10px 0;
}

.simple {
	border: 0;
	width: auto;
}

.simple td {
	border: 0;
}

.simple img {
	border: 0;
}

th, td {
	padding: 5px;
	margin: 0;
	border-right: 1px solid #ff4e46;
	border-bottom: 1px solid #ff4e46;
	border-top: 0;
	border-left: 0;
}

th {
	background-color: #ff4e46;
	color: #FFFFFF;
}

.photo {
	float: left;
	width: 175px;
	height: 325px;
	display: block;
	padding: 0;
}

.photo img {
	margin: 10px;
	border: 0;
}

#photocontainer {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
