/* CSS Document */
html, body {
	background-color:  #e7e4bd;
}
.clear{
	clear: both;
}
.obscure {
	float: left;
	position: absolute;
	left: -9999px;
}

#wrapperShadow{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/wrapperShadow.jpg);
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #FFFFFF;
}
#header {
	height: 170px;
	background-image: url(../images/sgaw_header_wide.jpg);
}
#imageSidebar{
	width: 360px;
	height: 554px;
	background-color: #d3e5c4;
	float: left;
}
#contentWrapper{
	float: right;
	width: 600px;
	padding-top: 50px;
	background: white;
}
#liveContent{
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}
#liveContent h4{
	text-transform:uppercase;
	font-weight: bold;
}
#liveContent img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#liveContent a{
	color: #a71102;
	text-decoration: none;
}
#liveContent a:hover{
	color: #929b75;
	text-decoration: none;
}
#footer{
	clear: both;
	background-color: #929b75;
	height: 100px;
	text-align: center;
	color: #e7e4bd;
	padding-top: 30px;
	letter-spacing: 1px;
}
#footer a{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover{
	color: #a71102;
}
.missionStatement{
	font-style: italic;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 2;
	color: #666666;
}
#liveContent ol li{
	margin-bottom: 15px;
}
.h4{
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #777777;
}
h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	color: #a71102;
	margin-bottom: 15px;
	
}
.eventDate{
	font-weight: bold;
}
.eventTitle{
	font-style: italic;
	margin-left: 10px;
}
#liveContent ol{
	margin-bottom: 60px;
}
.committeeName {
	text-transform:uppercase;
	letter-spacing: 2px;
	color: #777777;
	font-size: 16px;

}
.name{
	font-weight: bold;
}
.club {
	margin-left: 15px;
}
.orgTitle {
	margin-left: 15px;
	font-style: italic;
	color: #777777;
}
.titleSubText{
	text-transform: uppercase;
	color: #777777;
	letter-spacing: 2px;
}
.article {
	font-weight: bold;
	border-bottom:thin solid #999999;
}
ol#tournamentClassification {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-style: italic;
}
#bylaws ol span.section{
	color: #a71102;
	font-weight: bold;
}
#bylaws li .titleSubText{
	font-size: 12px;
	letter-spacing: 3px;
}


