@charset "UTF-8";
/* CSS Document */

	#header {
		height: 70px;
		width: 1108px;
		margin: auto;
		background-image:url(images2/ContentBG3.png);
		background-repeat:no-repeat;		
	}
	
	#menu {
		height: 50px;
		padding-top: 28px;
		padding-left: 45px;
		margin: auto;
		width: 490px;
		background-image: url(images2/menubar.png);
		background-repeat:no-repeat;
		background-position:center;
	}
	
	
	#footer {
		width: 1200px;
		margin: auto;
		height: 10px;
	}
	
	#content {
		width: 1200px;
		margin: auto;
		height: 450px;
		background-repeat:no-repeat;
	}

	#content2 {
		width: 1200px;
		margin: auto;
		height: 450px;
		padding-right: 10px;
		
	}
	
	#contacttext1 {
		font-family: tahoma, arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: 1.6em;
		text-align: justify;
	}
	

	
	#about {
		font-weight: bolder;
		font-family: Tahoma, Helvetica, sans-serif;
	}
	
		
