@charset "UTF-8";
/* CSS Document */
body {
	margin: 0 auto;
	background-image:url(img/header-bkg.jpg);
	background-repeat:repeat-x;
}
.main{
	margin: 0 auto;
	width:980px;
	
}
.header{
	margin: 0 auto;
	width: 980px;
	height: 199px;
}
.logo{
	float:left;
	padding: 15px 0 0 45px;
}
.headinfo{
	float:right;
	padding:0 25px 0 0;
	margin:95px 0 0 0;
	
}
.menu{	
	width: 980px;
	padding:165px 0 0 0;
}
.maincontent{
	margin:0 auto;
	width: 980px;
	background-color:#FFF;

}

.mainimg{
	float:right;
	padding: 0;
	width: 478px;
}
.maintxt{
	float: left;
	width: 440px;
	margin:0 40px 0 20px;

}
.formaddress{
	float:right;
	padding: 0;
	width: 278px;
	margin:21px 0 0 0;
}
.form{
	float: left;
	width: 640px;
	margin:21px 40px 0 20px;

}
	
.fullwidth{
	width: 980px;
	margin: 0 auto;
	height:inherit;
   
}
.gallery{
	width: 900px;
	margin: 0 auto;
	height:680px;
	padding:25px 40px 25px 40px;
	text-align:center;
	background-color:#CCC;
   
}
.links{
	width: 900px;
	margin: 0 auto;
	padding:25px 40px 25px 40px;
   
}
.coloumnBR{
	float: left;
	margin:0;
	width: 155px;
	height:73px;
	padding: 165px 20px 10px 20px;
	border-right:solid 1px #FFF;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
.coloumnNBR{
	float: left;
	margin:0;
	width: 156px;
	height:78px;
	padding: 160px 20px 10px 20px;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
.footer{
	margin: 0 auto;
	width: 890px;
	padding: 15px 45px 5px 45px;
	background-color:#081134;
	text-align:center;
   
}

.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;
}

