body {
	text-align: center;
	font-family: Verdana;
	background-color: #3c8e53;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: blue;
}

#content {
	width: 960px;
	margin: auto;
	background-color: white;
}

#header {
	height: 200px;
	width: 960px;
	background: url(images/gameday_logo.jpg);
	border-bottom: 3px solid #b69e63;
}

#main {
	padding: 20px;
}

#left_content {
   float: left;
   width: 620px;
}

#right_content {
	float: left;
	padding-left: 50px;
	text-align: left;
	width: 250px;
}

#get_gameday {
	
}

#links {
	margin-top: 30px;
	text-align: left;
}

#links ul, #get_gameday ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#links ul li {
	line-height: 1.4em;
        font-size: 10pt;
}

#links .section_title {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 6px;
	color: #998553;
}

#info, #examples {
	float: left;
	text-align: left;
	width: 600px;
}

#footer {
	float: left;
	clear: both;
	text-align: left;
	width: 100%;
	font-size: 10pt;
	padding: 10px;
	margin-top: 25px;
}

#get_gameday .section_title {
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 25px;
	color: #998553;
}

#get_gameday ul li {
	line-height: 1.4em;
}

#left_content .section_title {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 14pt;
	float: left;
	clear: both;
	border-bottom: 1px solid gray;
	width: 600px;
	text-align: left;
	color: #998553;
}

.example {
	font-style: italic;
	
}