/* CSS stylesheet for 71bombers.com */
html, body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
} 
* {
	padding: 0;
	margin: 0;
}
/* Layout styles */
#pagewidth {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navwrap {
	width: 950px;
	height: 55px;
	text-align: center;
	padding-top: 125px;
}
#contleft {
	width: 200px;
	float: left;
}
#contright {
	width: 750px;
	float: right;
}
#footer {
	width: 100%;
	height: 100px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	clear: both;
}
/* Main Menu styles */
#navwrap ul {
	list-style-type: none;
}
#navwrap li {
	display: inline;
	line-height: 55px;
}
#navwrap a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}
#navwrap a:hover {
	color: #ffb111;
}
/* Main Content styles */
#contright h1 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #27620e;
	clear: both;
}
#contright h2 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #27620e;
	clear: both;
}
#contright h3 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #27620e;
	clear: both;
}
#contright p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
#contright p.dedication {
	font-size: 18px;
	line-height: 30px;
}
#contright ul {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}	
#contright ol {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
#contright a {
	color: #27620e;
}
#contright a:hover {
	color: #000000;
}		
/* Roster styles */	
.rostercol {
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	width: 225px;
}
.rostercolsml {
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	width: 160px;
}
#contright .rostercolsml p {
	margin-left: 0;
	margin-right: 0;
}
#contright .rostercol p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	color: #000000;
	margin-left: 0;
	margin-right: 0;
}
#contright .rostercol a {
	color: #000000;
}
#contright .rostercol a:hover {
	color: #27620e;
}
.imagert {
	margin-bottom: 20px;
	float: left;
	width: 420px;
}
/* Class websites styles */
.classwebsite {
	width: 225px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#contright .classwebsite p {
	margin: 0;
	line-height: 14px;
}
.classwebsite img {
	margin-bottom: 5px;
}
.classwebsite a {
	font-weight: bold;
}
/* Photo gallery styles */
.photothm {
	width: 146px;
	height: 104px;
	float: left;
	display: inline;
}	
.photothm img {
	margin-left: 20px;
}
.clearit {
	clear: both;
}
/* Side menu styles */	
#sidemenu ul {
	list-style-type: none;
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom: #d5b220 1px dashed;
}
#sidemenu li {
	padding-bottom: 6px;
	padding-top: 6px;
	border-top: #d5b220 1px dashed;	
}
#sidemenu a {
	text-decoration: none;
	color: #27620e;
}
#sidemenu a:hover {
	color: #000000;
}
/* Footer styles */
#footer p {
	padding-top: 35px;
	font-size: 11px;
	color: #27620e;
}
#footer a {
	text-decoration: none;
	color: #27620e;
}
#footer a:hover {
	text-decoration: underline;
}	