/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#CCCCCC;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	height:auto;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color:#000000;
	background-color:#FFFF00;
	font-weight:bold;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	position:relative;
	width:990px;	
	margin:0 auto;

}

#banner{
  width: 100%;
  height:120px;
  background-image:url(bannerbg.jpg);
  text-align:left;
  float:left;
  clear:both;
}

#menu{
	clear:both;
	text-align:left;
	background-image:url(menubg.jpg);
	height:25px;
}


#content-wrapper{
  	width: 990px;
	margin:0 auto;
  	margin-bottom:10px;
	text-align:left;
}

#content-right{
  	font-size: 12px;
  	width: 198px;
	padding-top:5px;
	float:right;
}

#content2{
  font-size: 12px;
  width: 570px;
  padding:5px;
  margin-bottom:10px;
  height:auto;
  text-align:left;
  float:left;
}

#jets{
  font-size: 12px;
  width:210px;
  padding-top:5px;
  margin-bottom:10px;
  height:auto;
  text-align:left;
  float:left;
}

#snippet{
  font-size: 12px;
  width:auto;
  height:auto;
  text-align:left;
  background-color:#FFFFFF;
}
#snippet-header{
  font-size:15px;
  font-weight:bold;
  color:#FFFFFF;
  width:auto;
  padding: 2px 0px 2px 5px;
  height:auto;
  text-align:left;
  background-image:url(menubg.jpg);
  border:1px solid #000000;
}

#snippet-content{
  font-size: 12px;
  width:auto;
  padding:5px;
  height:auto;
  text-align:left;
  border:1px solid #000000;
  border-top:0px;
  margin-bottom:20px;
}





