html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
}

#page_container{
	width: 720px;
	height: 1000px;
	margin: auto;
}

#header{
	height: 191px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

.logo{
	position:relative;
	left: 30px;
	bottom: 0px;
	top: 40px;
}

#s3slider {
   width: 700px; /* important to be same as image width */
   height: 314px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: auto;
}

#s3sliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding: 0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 700px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 


#content_container{
	height: 556px;
	background-image:url(../images/contentgradient.jpg);
	background-repeat: repeat-x;
}

#content{
}

.whowe{
	position:relative;
	top: 50px;
	left: 105px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.more1{
	position:relative;
	top: 130px;
	right: 420px;
	float:left;
	border:none;
}

.more2{
	position:relative;
	top: 115px;
	right: 225px;
	float:left;
	border:none;
}

.footimg{
	position:relative;
	top: 50px;
	left:50px;
}

#footer{
	background-image:url(../images/footergradient.jpg);
	height:254px;
}

#large_content{
	height:auto;
	border:#999;
}

#contact_content{
	padding-top:60px;
	height:auto;
	border:#999;
}
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
#quote {
	font-family: "Helvetica Neue", "Times Roman";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.important{
	font-family:"Helvetica Neue", "Times Roman";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 1px;
}

#roster{
	padding-top: 50px;
	padding-bottom:10px;
}

#spacer{
	position: relative;
	top: 50px;
}