body, html {
	margin: 10px 0 5px 0;
	padding: 0;
	font-family: Verdana,Helvetica,Tahoma,Arial,sans-serif;
	font-size: 75%;
	color: #ffffff;
	background-color: black;
	text-align: center;
	background-attachment: fixed;
}

* {
	padding: 0;
	margin: 0;
}


#container {
	width: 870px;
	height: 610px;
	margin: auto;
	background: url("images/scoresportswear.png") no-repeat;
	background-position: top;
	
}

#content {
	width: 870px;
	height: 450px;
	text-align: center;
	position: center;
	margin: auto;
	padding: 100px 0 20px 0;	
	background: url("images/background.jpg") no-repeat;
	background-position: bottom;
}

#menubar   {
	width: 870px;
	background: url("images/footer.png") no-repeat;
	background-position: bottom;

}

ul {
	display: inline;
	float: center;
	list-style: none;
	font-size: 1.2em;
}

ul li {
	display: inline;
}

ul li a {
	display: inline;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	margin: 5px 60px 5px 60px;
	padding: 0 10px 0 10px;
	background-color: black;
}

ul li a:hover {
	color: red;
	text-decoration: none;
}

a { 
	text-decoration: none;
	color: red;
}

a:hover { 
	text-decoration: none;
	color: black;
}

a.black { 
	text-decoration: none;
	color: black;
}

a.black:hover { 
	text-decoration: none;
	color: red;
}

a img { 
	border: 0;
	img-decoration: none;
}


#contentbox a { 
	text-decoration: underline;
	color: white;
}

#contentbox a:hover { 
	text-decoration: none;
	color: lightgrey;
}


#contentboxleft, #contentboxright {
	width: 400px;
	height: 300px;
	float: left;
	margin: 10px 0px 20px 25px;
	text-align: center;
	padding: 10px 0 0 0;
	color: #000000;
	font-size: 100%;
	line-height: 1.6em;

}

#contentboxleft.shoes {
	background: url("images/bgcontactus.png") no-repeat;
	background-position: bottom;

}

#footer {
	width: auto;
	height: auto;
	color: #ffffff;
	clear: both;
	float: center;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
	background: black;
}

#footer a { 
	text-decoration: underline;
	color: #ffffff;
}

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

#headerredleft {
	text-align: left;
	padding: 20px 48px 0px 10px;
	color: red;
	font-size: 140%;
	
}

#headerwhiteleft {
	text-align: left;
	padding: 20px 48px 0px 10px;
	color: white;
	font-size: 140%;
	
}

#headerredright {
	text-align: left;
	padding: 20px 45px 0px 15px;
	color: red;
	font-size: 140%;
	
}

#headergreyright {
	text-align: left;
	padding: 20px 45px 0px 15px;
	color: grey;
	font-size: 140%;
	
}

#textred {
	text-align: left;
	padding: 5px 25px 20px 25px;
	color: red;
	font-size: 120%;
	
}

#textwhite {
	text-align: left;
	padding: 5px 25px 20px 15px;
	color: white;
	font-size: 120%;
	
}


#textwhitecontact {
	text-align: left;
	padding: 5px 5px 20px 10px;
	color: white;
	font-size: 110%;
	
}

#textblack {
	text-align: left;
	padding: 5px 25px 20px 25px;
	color: black;
	font-size: 120%;
	
}

#textblack.contactus {
	text-align: left;
	padding: 5px 5px 20px 15px;
	color: black;
	font-size: 120%;
	
}

.img {
	margin: 0 10px 10px 0;
	
}

.table {
	text-align: left;
	padding: 5px 25px 20px 25px;
	color: white;
	font-size: 100%;
	
}

