@charset "utf-8";
/* CSS Document */

body {
	margin:20px 0px; padding:0px;
	/* text-align:center; */
	background-color:#33224f;
}
	
#Container{
	width:759px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#33224f;
}

#header1{                                      
	background-image:url(../images/index/header2.gif);
	width:759px;                                   
	height:164px;                                  
}  

#header{
	width:750px;
	height:222px;
	background-color:#484f70;
	padding-left:9px;
	float:left;
}
#headerimg{
	width:732px;  /* 742px; original */ 
	height:222px; /*232px original */
	background-image:url(../images/headerimg.gif);
	position:relative; 
	float:left;
	padding-left:10px;	 
}
#headerimg h1{
	color:#ffffff;
	height:50px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	}

.bg1{
	width:742px;
	height:auto;
	padding-left:9px;
	padding-right:8px;
	background-color:#484f70;
	float:left;
	
}

.bg2{
	width:724px;
	height:auto;
	padding-left:9px;        
    padding-right:9px;       
    background-color:#000e24;
	float:left;
}

#content{
	width:692px; /*722px orig. */
	height:auto;
	padding:58px 15px 0px 15px;
	background-image:url(../images/about/about.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:1px;
	float:left;
	}

#content p{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
}

#content span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	text-align:justify;
	}

#para1 p{
	font-size:13px;
	font-family:Verdana;
	text-indent:0px
	
	}
	
.lowercurve{
	width:722px;
	height:17px;
	background-image:url(../images/about/lowercurve.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:1px;
	}
	

	
/*	main:499
	side:213 */
	
.f1{                                          
	width:50px;                                  
	height:66px;                                 
	background-image:url(../images/index/f1.gif);
	background-repeat:no-repeat;                 
	float:left;                                  
}                                             

.f2{                                          
	width:50px;                                  
	height:66px;                                 
	background-image:url(../images/index/f2.gif);
	background-repeat:no-repeat;                 
	float:left;                                  
}

#footer{
	width:659px;
	height:66px;
	background-image:url(../images/index/footerbg.gif);                                             
    background-repeat:repeat-x;                 
    float:left;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;                          
    height:0;                       
    font-size: 1px;            
    line-height: 0px;             
}

#copyright{
	width:759;
	height:50px;
	float:left;
	}
#copyright p{
	text-align:center
	}  