body {
	margin: 0px;
	background-image: url(../App_Themes/americansoccertrivia/images/bg.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	outline: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

#site-container {
	background-color: #FFFFFF;
	width: 750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../App_Themes/americansoccertrivia/images/header.jpg);
	height: 350px;
}

#header h1 {
	margin: 0px;
	text-indent: -9999px;
	float: left;
}

#header h1 a {
	display: block;
	width: 455px;
	height: 145px;
	margin-top: 115px;
}

#main {
	width: 750px;
}

#nav {
	width: 200px;
	float: left;
	margin-top: 10px;
}

#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#nav ul a {
	display: block;
	background-image: url(../App_Themes/americansoccertrivia/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	color: #094928;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 5px;
}

#nav ul a:hover {
	color: #529142;
}

#content {
	width: 500px;
	line-height: 22px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#content h1, .BlogPTitle {
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: normal;
	font-size: 32px;
}

#content h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: normal;
	font-size: 26px;
}

#content p, #content ul{
	margin-top: 0px;
	margin-bottom: 15px;
}

.BlogPBody, .BlogPDateWhole {
	margin-bottom: 15px;
}

#footer {
	background-color: #094928;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	clear: both;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
