* {
	padding: 0;
	margin: 0;
}
body {
    min-width:755px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background: #FFFF00 url(../layout_img/right_bg.jpg) right bottom fixed no-repeat;
}
p, ul, span {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   }
h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color: #000000;
   border-bottom: 1px solid #C6EC8C;
   }
h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   color: #000000;
  /* border-bottom: 1px dashed #C6EC8C;
   width:  30%;*/
   background: transparent;
   }
#header {
    background-attachment: scroll;
    background-image: url(../layout_img/header_bg.jpg);
    background-repeat: no-repeat;
    height: 107px;
    }
.photobg {
    background-attachment: scroll;
    /*background-color: #ffff00;*/
    height: 150px;
    margin-right:5px;
    text-align:center;
    }
.photocontain {
    background-attachment: scroll;
    background-color: #ccff99;
    height: 130px;
    width:100px;
    border: 1px solid #000;
    margin:5px 15px 5px 5px;
    text-align:center;
    float:left
    }
.crewbg {
 float: left;
background-color: ;
 margin: 12px 24px 60px 4px;
 width: 205px;
    }

.crewcontain {
    background-color: #ccff99;
    width:600px;
    border: 1px solid #000;
    margin:5px 15px 5px 5px;
    }

.crewbg img {
 float: left;
 margin: 5px 15px 0 60px;
 padding: 3px;
 border: 3px solid #eee;
 background: #ccffff;
}

.crewbg p {
 padding-bottom: 18px;

}

#nav {
    background:transparent;
    margin-bottom:0px;
    text-align:left;
    }
#wrap {

    background-image: url(../layout_img/container_bg.jpg);
    background-repeat: repeat;
    width:650px;
    padding:20px 15px 5px 15px;
    }
#main {
    /*overflow: auto;*/
    border: dotted 1px #000;
    float:left;
    background-color:#fff;
    width:625px;
    /*height: 500px;*/
    padding:10px 5px 15px 15px;
    margin-bottom:5px;
    text-align: left;

    }
#nav ul{
    padding-left:10px;
    list-style:none;
    display:inline;
    }
#nav li{
    display:inline;
    padding-left:25px;
    }
#wrap p {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #fff;
   text-align: center;
   }
#main p{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
   text-align: left;
   }
#main li	 {
    display:inline;
    }


a img {
	border:0;
    padding:0px 0px 0px 5px;

}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffff00;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC6600;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
}
a.navbar:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;	
}
a.navbar:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC6600;
}
.clear {
 clear: both;
}
