* { 
	margin: 0 auto;
	padding: 0;
	border: 0;
        
} 

html, body { 
	background-image: url("/images/blades_sm.jpg") !important;
	background-repeat: repeat-x;
	background-position:center bottom;
	background-attachment:fixed;
	background-color: #ccccff;
	color: #ffffff;
	height: 100%;
} 
a:link {
 	color: #003399;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
                color: #003399;

}

a:hover {
 	text-decoration: underline;

}


#wrap {
                min-height: 100%;
                text-align:center;

}


#header {
	background-image: url('/images/redsq.png');
	height: 60px; 
	width: 100%;

}
#div1{
                top: 42%;
                left: 40%; 
                position: absolute; 
                z-index: 1; 
                visibility: show;
}


#container{

	width:725px;
                overflow:auto;
	padding-bottom: 50px;
	text-align:left;
}

#navcontainer ul{
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li { display: inline;  text-align: center;}

#navcontainer ul li a{
	text-decoration: none;
	background: url("/images/Tab.png") no-repeat top left;
	font-size: 10px/12px;
	float: left;
	padding-top: 35px;
	height: 40px;
	width: 145px;
	color: #ffffff;
	text-align: center;
}

#navcontainer li a:hover{
	background: url("/images/tabHover.png") no-repeat left top;
	color: #000000;
}
	
#navcontainer #current {
    background: url("/images/tabHover.png") no-repeat left top;
}

#content {
	width:677px;
	background: url('/images/glossymetal.jpg');
	border: 4px solid #666666; 
	height: 100%;
	padding: 20px 20px 10px 20px;
	color: #000000;
	float:left;
}

#contentHeader{
	background-image:url('/images/contentHeader.png');
	height: 20px; 
	border-bottom: 2px double #999;
	color:#660000; 
	font-weight: bold; 
	padding: 5px;
	margin-bottom: 20px;
}
  dt {
    font-weight: bold;
	padding: .5em 0 .5em 0;
 }
  dd {
    padding: 0 2em 0 2em;
	font-size: 14px;
	text-align: justify;
}

#box{
	background-color: #ffffff; 
	border: 2px double #999;
	padding: 1em; 
}
p {
	text-align: justify;
	padding-top: 20px;
}

.soccerBall{
	background-image: url('/images/soccerBall_sm.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	float:right; 
	height: 270px; 
}

#list1 li{
	list-style: square inside url("/images/redBullet.png");
	margin: 0;
	vertical-align: middle;
	padding: 0.5em;
	border-bottom: 2px dotted gray;
}

#list1 a { text-decoration: none; color: #000; }

#list1  li a:hover { color: #fff; background-color: #cc0033;}

#silhouette1{
	background-image: url("/images/silhouette1.png");
	height:135px;
	width:114px;
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
#footerlist{
	margin-left: auto;
	margin-right: auto;
	float:left;
	width:100%;

	clear:both;	
	height: 50px;
	margin-top: -50px;
	position:relative;
}
#footerlist ul{
	list-style-type: none;
	text-align: center;
	color: #000;
	font-weight: bold;
}
#footerlist li a {
	color: #000;
	text-decoration: none;
}
#footerlist li{
	display: inline;
	text-align: center;
}



