body{
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: black;
	background-image: url("images/gradientBg.jpg");
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	color:#fff;
	}
	
#container {
	width: 950px;
	height: 725px;
	margin: 0px auto 40px auto;
	padding:0;
	border: 1px solid transparent; 
	text-align:left;
	color:white;
	background-color: transparent;
	background-image: url("images/SoccerBg1.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	}

#main {
	position: relative;
	top:1px;
	height:530px;
	background-color:black;
	margin: 71px 60px 5px 60px;
	border:1px solid #999999;
	z-index:1;
	}

#scrollbox {
	height:520px;
	width:820px;
	background:#000; 
	overflow: auto; 
	border-right-width: 0;
	border-left-width: 0;
	margin:5px;
	}
	
#thumbs {
	width: 765px; 
	height: 520px;
	margin: 0 2%;
	}

h3 {
	font-size: 1.2em;
	background: #666666;
	background-image: url("images/gradientBg3.jpg");
	background-repeat: repeat-y;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color:#333333;
	width: 80%;
	margin:5px;
	padding-left:5px;
	}

.break em{
	height:500px;
	width:60px;
	background:red;
	}	
/******************************* Nav and Menu styling  ***********************************/

#navcontainer {
	margin: 0;
	padding: 0;
	}

#navcontainer ul {
	list-style: none;
	margin:  0;
	padding: 0 0 0 527px;
	border: none;
	font-size:.95em;
	}
	
#navcontainer li {
	display: block;
	margin: 47px 0 0 0;
	padding: 0;
	float: left;
	}

#navcontainer a{
	color: #000;
	display: block;
	width: auto;
	text-decoration: none;
	background: gray;
	background-image: url("images/NavBtnBg.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #666;
	}

#navcontainer a:hover, 
#navcontainer a:active { 
	background-image: url("images/NavBtnHvr.jpg");
	background-repeat: repeat-x;
	color: #fff;
	border-bottom: 1px solid #0000CC;
	}

#navcontainer a.active:link, 
#navcontainer a.active:visited{
	position: relative;
	z-index: 102;
	background-image: url("images/NavBtnBg.jpg");
	background-repeat: repeat-x;
	font-weight: bold;
	}

#navcontainer a.current{
	border-bottom: 1px solid #FFCC00;
	}

/******* begin gallery styling *****/

a.slide1 {background:url('images/SocTh.jpg');}
a.soccer {background:url('images/SocTh.jpg');}
a.baseball {background:url('images/baseballThumb.jpg');}
a.cycling {background:url('images/cyclingTh.jpg');}
/*a.sportname {background:url('images/baseballThumb.jpg');}*/



	
a.gallery{    /********* thumbnails  *******/
	display:block; 
	color:#000; 
	text-decoration:none; 
	border:5px solid #AAA; 
	width:100px; 
	height:60px; 
	margin:8px; 
	float:left; 
	font-size:11px;
	}
	
a.gallery:visited{ 	
	display:block; 
	color:#000; 
	text-decoration:none; 
	border:5px solid #800000; 
	width:100px; 
	height:60px; 
	margin:8px; 
	float:left; 
	font-size:11px;
	}	
		
a.gallery:hover {	/*****thumb status when hovered ****/
	white-space: normal; 
	background:#000;
	border: 5px solid #fff;
	}

a.gallery:active, a.gallery:focus {	/* thumb border when clicked */
	border: 5px solid #ffcc00;
	}
	
a.gallery span  {	
	display:block; 
	width:100px; 
	margin-right: 2px;
	background: transparent; 
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000099; 
	}	

a.gallery:hover span, a.gallery:active span, a.gallery:focus span{	/***********shows the text in the images ************/
	position: relative; 
	display:block; 
	width:100px;
	height:60px; 
	margin:0px;
	background: #666;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #fff; 
	}	


#footer{
	margin: 10px 0 0 0;
	padding: 0;
	}

#footer p{
	margin: 0;
	padding: 0;
	font-size: .70em;
	text-align: center;
	line-height: 1.25em;
	}