body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-color: #E1BB75;
}
#container {
	background-color: #FFFFFF;
	width:887px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border: 1px solid #C8924D;
}
#masthead {
	width:855px;
	margin-left:auto;
	margin-right:auto;
}
#navbar {
	width:855px;
	background-color:#F5E3B7;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: uppercase;
	font-weight: bold;
}

#flash {
	width:855px;
	margin-left:auto;
	margin-right:auto;
	background-color: #E1BB75;
}

#photoBanner {
	width:855px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#live {
	width:855px;
	background-color:#E1BB75;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}
#liveText {
	margin-left:10px;
	padding-top: 10px;
	overflow: hidden;
}

#insertRight {
	float:right;
	width:300px;
	margin-top: 0px;
	margin-right:20px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #E0BC81;
	color: #925F24;
	margin-left: 10px;
	border: 1px solid #C8924D;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}




#footer {
	width:855px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
}




/* navbar elements */
#navbar ul {
	display: inline;
	} 
#navbar ul li {
	padding: 0px 10px;
	list-style: none;
	display: inline;
	}
#navbar ul li.first {
	border-left: none;
	list-style: none;
	display: inline;
	}
#navbar a:link  {
	text-decoration:none;
	color:#925F24;
}
#navbar a:hover {
	text-decoration:none;
	color:#404040;
}
#navbar a:visited  {
	text-decoration:none;
	color:#925F24;
}

/* liveNav elements */
#liveContainer {
	display: block;
	width: 490px;
	margin-top: -30px;
}

#liveNav {
	width: 280px;
	float: left;
}

#liveNavRight {
	width: 200px;
	float: right;
}

#liveContainer ul li {
	padding: 5px 0px 0px 0px;
	list-style: none;
	margin-left: -40px;
	}
#liveContainer ul li.first {
	border-left: none;
	list-style: none;
	}

/* non-layout items */

.leadin {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	background-position: 100px;
}

.strong {
	font-weight:bold;
}
.photoInsertRight {
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

h2 {
	font-size: 300%;
	color: #FFFFFF;
	margin-top: -5px;
}
li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* site wide links */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
.fivepixels {
	margin-bottom: 5px;
}
