/* CSS Document */

body{
background-color:#FF6600;
text-align:center;
color:#000000;
margin:0px;
background-image:url(images/bg.gif);
background-repeat:repeat-y;
background-position:center;
}

#wrapper{
width: 800px;
margin:0px auto 0px auto;
background-color:#FFFFFF;
}

#banner{
magin-top: 10px;
margin-bottom:10px;
}

#nav{
margin-bottom:40px;
}

#main{
margin:0px 0px 0px 69px;
width: 664px;
}

#maintxt{
width:664px;
text-align:left;
margin-bottom:20px;
}

#footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:black;
line-height:12px;
margin-bottom:10px;
}


p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
line-height:17px;
text-align:left;
}

a:link{
color:#FF6600;
text-decoration:none;
}

a:hover{
color:#FF6600;
text-decoration:underline;
}

a:active{
color:#FF6600;
text-decoration:underline;
}

a:visited{
color:#666666;
text-decoration:underline;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#000000;
line-height:18px;
text-align:left;
font-weight:bold;
}

.teampopup{
background-color:#FFFFFF;
color:#000000;
font-size:11px;
line-height:14px;
border:1px solid #FF6600;
}

p.gallery{
text-align:center;
}

.darkrow{
background-color:#CCCCCC;
}

.tdheader{
background-color:#FF6600;
border-bottom:1px solid black;
}