@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-x;
	margin: 0;

}

html{
   overflow-y:scroll;
}


#all {
	width: 822px;
}

#header {
	background-image: url(images/header-bg.jpg);
	height: 390px;
	width: 822px;
	
}

#content {
	background-image: url(images/content-bgrepeat.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 40px;
	padding-left: 65px;
	width: 700px;
	overflow: auto; 
	height: 1%;
	
}




#footer {
	background-image: url(images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	padding: 40px 0 0 0;
	background-repeat: no-repeat;
	text-align: center;
}

h1 {
	font:28px Georgia, "Times New Roman", Times, serif;
	color:#004454;
	text-align: center;
	margin: 0 0 0 0;
	line-height: 150%;
 
}

h2 {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	text-align: justify;
	margin: 0 0 0 0;
	line-height: 150%;
 
}

h3 {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	margin: 0 0 0 0;
	line-height: 150%;
 
}
	


h4 {
	font:22px Georgia, "Times New Roman", Times, serif;
	color:#004454;
	margin: 0 0 0 0;
	line-height: 150%;

}



h5 {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	text-align: left;
	font-style: italic;
	margin: 0 0 0 0;
	line-height: 150%;

}





#homepage {
	width: 260px;
	float: left;
}



#homepage2 {
	width: 400px;
	float: right;

}

#contactus {
	width: 265px;
	float: left;
	text-align: left;
}



#contactus2 {
	width: 425px;
	float: right;
	text-align: center;

}