body {
	background-image:url(images/background.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
/********************** Header ***************************/
#newstuff {
        float:right;
        z-index:100;
        position:absolute;
        top:0px;
        right:0px;
      /*  background-image:transparent url(images/newstuff.gif) no-repeat 0 0;   */
}
#header {
        z-index:1;
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:768px;
	height:262px;
}
#menu {
        z-index:1;
	position:relative;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:117px;
}
#menu ul{
	position:absolute;
        z-index:1;
	top:30px;
	left:143px;
}
#menu li{
        z-index:1;
	float:left;
	display:inline;
	padding: 0px 0px 0px 10px;
}
#menu a{
        z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #d8dd8d;
	text-decoration: none;
}
#menu a:hover{
        z-index:1;
	color:#3e3c27;
}
h1,h2,h3,h4 {
        z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #171508;
}
h1,h2 {
	position:absolute;
	top:94px;
}
h1 {
	left:200px;
}
h2 {
	right:75px;
}
h3 {
	margin: 15px 0px 0px 30px;
	border-bottom: solid 1px #625d3b;
}
h4 {
        position:absolute;
        left:120px;
        top:84px;
}


/********************** Main ***************************/
#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;
}
#content {
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
	width:768px;
}


/********************** Left - Text ***************************/
#left {
        z-index:2;
	float:left;
	width:490px;
        color: #f5f1d1;
        font-weight: bold;
}
#left p{
	padding:1px 10px 1px 30px;
}
#left a:hover{
        color:#d8cd8d;
}
#schedule {
        padding:7px 10px 1px 30px;
}
#media {
        float:left;
        padding:1px 10px 1px 11px;
}


/********************** Right - Team ***************************/
#right {
        z-index: 3;
	float:right;
	width:230px;
        color: #f5f1d1;
        font-weight: bold;
}
.member {
	display:inline;
	float:left;
	margin-left:10px;
}
.member a{
	font-size: 12px;
	font-weight: bold;
	color: #f5f1d1;
	text-decoration: none;
}
.member img{
	border: none 0px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member span a{}
.member span a:hover{}


/**********************Left-Center PROFILES***************************/





table {
  border-collapse: collapse;
  border: 1px solid #303030;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #aaa25a;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #303030;
  padding: .4em;
  color: #363636;
  }
tbody td {
  vertical-align: top;
  text-align: left;
  }
.odd {
  background: #dad28a;
  }

#portrait{
        float:left;
        width:176px;
        padding: 0px 0px 0px 16px;
}

#info{
        float:left;
        
}

#bio{
        float:left;
        padding: 5px 0px 0px 20px;
}

#personal{
        float:left;
        
}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}
