@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 970px;
	background: #FFFFFF url(../img/sport4charity_logo.gif) no-repeat scroll right top;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 10px 10px 0 270px;
	height: 25px;
} 
#rightboxtext {
	padding-top: 65px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.mediumheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#navcontainer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
}
#navcontainer a:hover {
	color: #008BCB;
}
#navcontainer {
	background-color: #24292E;
	width: 180px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 286px;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24292E;
}
#header a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #24292E;
	text-decoration: none;
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
}
#header a:hover {
	color: #008BCB;
}

#mainContent {
	margin: 0 310px 0 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #24292E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24292E;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #24292E;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #24292E;
}

#footer {
	background:url(../img/footer.gif) no-repeat scroll;
	height: 93px;
	width: 970px;
	padding-top: 0;
	padding-bottom: 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#donatebox {
	width: 197px;
	background-repeat: no-repeat;
	border: 1px solid #24292E;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#saliftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #24292E;
	width: 348px;
	margin-top: 6px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#rightbox {
	height: 228px;
	width: 286px;
	background-image: url(../img/auctionbox_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.link {
	text-decoration: none;
	color: #61BE1A;
	font-weight: bold;
}
.link:hover {
	color: #CCCCCC;
}
#picturetext {
	padding-left: 2px;
	width: 180px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.contentimg {
	padding: 1px;
	border: 1px solid #24292E;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.contentwrapimg {
	padding: 1px;
	border: 1px solid #24292E;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#saliftext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008BCB;
	text-decoration: none;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 5px;
}
.ldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.ld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}#idolocup {
	border: 1px solid #ED008C;
	margin-top: 30px;
	width: 207px;
}
#splashpage {
	height: 371px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/splashpage.jpg);
	padding-top: 220px;
}
#splashsportbox {
	height: 120px;
	width: 250px;
	float: left;
	margin-top: 80px;
}
#splashflashbox {
	height: 279px;
	width: 430px;
	float: left;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D70F2B;
	font-style: italic;
}
#splashsupernovabox {
	height: 120px;
	width: 250px;
	float: left;
	margin-top: 80px;
}
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image:none;
}
	
.simply-scroll-list li img {
	
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 280px;
	height: 120px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 280px;
	height: 120px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 180px;
	height: 110px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	
}

#mainContent .simply-scroll-list li 
{
    list-style-image:none;
    }

