@charset "UTF-8";
/* CSS Document */



body {
	margin: 0px 0px; padding:0px;
	text-align:center;
  	background-color: #000000;
  	color: #000000;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	line-height: 21px;
}

#container {
	width: 1000px;
    background-image: url(images/body_fill.jpg);
	  	text-align: justify;
		margin:0px auto;
}

#bannerArea {
	width: 960px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
    height: 35px;
	padding: 193px 20px 0px 20px;
}

#bodyArea {
	width: 900px;
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
	padding: 20px 50px 20px 50px;
}
#footArea {
	width: 1000px;height: 72px;
	background-image: url(images/body_bot.jpg);
	background-repeat: no-repeat;
}

#pictureleft {
	float:left;
	width: 330px; 
	height: 820px;
}

#pictureright {
	float:right;
	width: 400px; 
	height: 350px;
}

#teampic {
	float:left;
	width: 220px; 
	height: 210px;
	padding: 0px 0px 0px 25px;

}

#pictureleft2 {
	float:left;
	width: 320px; 
	height:320px;
}

#pictureleft3 {
	float:left;
	width: 380px; 
	height:615px;
}


#minilogo {
	float:left;
	width: 60px; 
	height: 40px;
	padding: 3px 0px 0px 25px;

}


h1 {
  color: #c89f67;
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  
}

h2 {
  color: #006600;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

h3 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

h4 {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}



