/*
	Style sheet for Sportekids.
	Last updated: 10-03-2004.
*/


 *{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal; 
	}



body {   
    margin: 4px; 
	background-color: white;
	text-align: center;	
	font-size: 80%; 
	color: black;
}

	
	
#maintable {
	width: 780px;
	background-color: white;
	text-align: left;
	}



#header {
	border: solid 1px black;
}



#leftnav {
	width:160px; 
	height: 380px;
	background-color: #fd5c4a;
	padding-top: 20px;
	color: #fa791c;
	text-align:center;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	}




#content {
	width:620px;
	padding: 20px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	}

#headline {
	border:solid 1px #ff0000;
	padding:5px;
	margin: 5px;
	float: right;
	width:270px;
	text-align:center;
	color: #0082c7;
	}		


h1 {
	font-size: 110%;
	font-weight: bold;
	}



img {
	border: 0;
	}


hr {
	height: 1px;
	}



a {
    text-decoration: underline;
	color: #fa791c;
}


a:hover {
    text-decoration: underline;
	background-color: #cccccc;
	color: black;
    }
