@charset "UTF-8";
/* CSS Document */

body { 
	margin: auto; 
	font-size:13px; 
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	background-color: #FF9C00;
	color: #252525;
	}
	
#container { 
	margin: auto;
	width: 960px;
	height: 1026px;
	border: 0px solid #a1a1a1;
	}
	
#menu { 
	width: 200px;
	height: 822px;
	border: 0px solid red;
	background: url(../images/menuleftSport.png) no-repeat;
	float: left;
	}
	
#header { 
	width: 959px;
	height: 150px;
	border: 0px solid green;
	background: url(../images/logo.png) no-repeat;
	}
	
#contentMain { 
	width: 750px;
	height: 822px;
	border: 0px solid blue;
	background: url(../images/menurightSport.png) no-repeat;
	float: right;
	}
	
#footer { 
	padding-top: 20px;
	width: 959px;
	height: 67px;
	border: 0px solid #FF1CAE;
	clear: both;
	text-align: center;
	background: url(../images/footer.png) no-repeat;
}

#footer a:link, a:visited {
	color: #959595;
	text-decoration: underline;
	}

#footer a:hover { 
	color: #FF8100; 
	text-decoration: none;
	}

#footer a:active { 
	color: #959595;
	text-decoration: none;
 	}
	
.iframe { 
	border-top: 1px solid #a1a1a1;
	}	
 
.verbiage p { 
	margin: 25px 35px;
	text-align: justify;
	}
.pictures { 
	margin-left: 200px;
	}
.footer { 
	font-size: 0.8em;
	color: #9C9C9C;
	}
.highlight { 
	font-size: 1.2em;
	color: red;
	} 
.terms { 
	font-size: 0.8em;
	color: #a1a1a1;
	}
.gallerymenu { 
	font-size: 0.9em;
	}		
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
	list-style-type: none;
	margin: 20px 0 0 12px;
	padding: 0;
	width: 175px;
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
	}

.glossymenu li a{
	background: url(../images/button.png) no-repeat;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #252525;
	display: block;
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	}
	
.active { 
	background-image: url(../images/button_over.png);
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	}
	
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 165px;
	}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #252525;
	}

.glossymenu li a:hover{
	background-image: url(../images/button_over.png);
	color: white;
	}

/* End of th menu */

.raller { 
	margin: auto;
	border: 0px solid red;
	width: 136px;
	height: 93px;
	text-align: center;
	color: white;
	font-size: 0.9em;
	}
