/* hide from ie on mac \*/
html {
	height: 100%;
	}

.flashcontent {
	height: 100%;
	}
/* end hide */

* { 
margin: 0; 
padding: 0; 
} 
body {
	background:#aa774c url(images/bball.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	}
a:link,
a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
p {
	padding-bottom: 8px;			
}
h1 {
	color:#550000;
	font-size:20px;
	padding-top:6px;
	padding-bottom:4px;
	font-weight:normal;
	}
h2 {
	color:#5c5c5c;
	font-size:18px;
	padding-top:6px;
	padding-bottom:4px;
	font-weight:normal;
	}
h3 {
	color:#550000;
	font-size:13px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:normal;
	}
h4 {
	color:#5c5c5c;
	font-size:13px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight:normal;
	}
blockquote {
	padding-left:1em;
	}
ol {
	margin-left:0;
	padding-left:2em;
	}
ul {
	margin-left:0;
	padding-left:2em;
	}
li {
	padding-bottom:6px;
	}
.wrapper {
	position:relative;
	width: 885px;
	margin: 0px auto 0px auto;
	background: url(images/back.jpg) #FFF;
	} 
.header {
	position:relative;
	width:885px;
	height:158px;
	background: #5c5c5c;
	z-index:10;
	}
.logo {
	position:absolute;
	left:35px;
	top:35px;
	width:162px;
	height:158px;
	z-index:3;
	}
.logo2 {
	position:absolute;
	width:355px;
	height:117px;
	top:55px;
	left:110px;
	z-index:10;
	}
.wb {
	position:absolute;
	left:640px;
	top:4px;
	width:174px;
	height:16px;
	z-index:10;
	}
.ball {
	position:absolute;
	left:750px;
	top:40px;
	width:166px;
	height:167px;
	z-index:10;
	}
.navigation {
	position:relative;
	height:25px;
	width:885px;
	background:#000;
	top:
	}
.main {
	position:relative;
	width:885px;
	min-height:600px;
	z-index:1;
	}
.left_bar {
	position:absolute;
	width:145px;
	z-index:2;
	margin:10px;
	}
.left_bar p {
	color:#e0e0e0;
	}
.left_bar a, 
.left_bar a:link,
.left_bar a:visited {
	color:#e0e0e0;
	}
.left_bar a:hover {
	color:#e0e0e0;
	text-decoration:underline;
	}
.content {
	position:relative;
	left:162px;
	width:683px;
	z-index:1;
	margin:10px 20px;
	}
.flash {
	position:relative;
	top:20px;
	width:683px; 
	height:460px;
	border:#a9a9a9 solid 1px;
	z-index:1;
	}
	
/*footer styles */
.bottom {
	position:relative;
	width:885px;
	margin:0 auto;
	height:90px;
	}	
.brazos {
	position:absolute;
	width:140px;
	height:76px;
	left:10px;
	border:3px soiid #000;
	}
.copybox {
	position:relative;
	top:32px;
	left:170px;
	height:38px;
	width:300px;
	padding-top:6px;
}
.copyright,
.copyright a:link,
.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#322c2c;
	text-align:left;
	font-size:10px;
	}
.copyright a:hover {
	text-decoration:underline;
	}
