body {
	font-family: Geneva, Arial, Sans-serif;
	font-size: small;
	color: #666666;
	background-attachment: scroll;
	background-image: url(http://saskatoonminorfootball.com/sixaside/images/red_swirl.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	background-color: #510000;
}

#topbar {
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: static;
	z-index: 99;
	top: 0px;
	width: 810px;
}



/* menu styles */
#jsddm
{	margin: 0;
	padding: 0;
	width: 812px;
	background-color:#324143;
	height: 25px;}

#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	z-index: 1000;}

#jsddm li a
{	display: block;
	background: #324143;
	padding: 5px 15px;
	height: 15px;
	text-decoration: none;
	border-right: 1px solid white;
	/*width: 70px;*/
	color: #EAFFED;
	white-space: nowrap}

#jsddm li a:hover
{	background: #24313C}
	
#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white}
	
#jsddm li ul li
{	float: none;
	display: inline;
	z-index: 10000;}

#jsddm li ul li a
{	width: auto;
	color: #EAFFED;
	z-index: 16777271;}

#jsddm li ul li a:hover
{	background: #7e0001;}



#page {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#mainContent {
	margin: 10px;
	
	background-position: center center; 
	background-image:url(../images/SAS_faded.png); 
	background-repeat: no-repeat; 
	min-height: 310px;"	
}

p.content {
	margin: 10px 20px;
}
#footer {
	text-align: right;
}
h1 {
	font-size: 2em;
	color: #333333;
}
h2 {
	font-size: 1.5em;
	color: #333333;
}
a {
	color: #7e0001;
}
#mainContent p a {
/*	color: #000000;
	font-weight: bold;
	text-decoration: none;*/
}
#mainContent p a:hover{
	text-decoration: underline;
}
