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

body {
	min-width: 1100px;
	margin: 0px;
	padding: 0px;
	font-family: 'century gothic';
	background-image: url('images/carpetbg2.jpg');
	background-attachment:fixed;
	background-repeat: repeat;
	color:#FFFFFF;
	}
	
	
#headerbg {
	background-image: url('images/headerbg.jpg');
	background-repeat: repeat-x;
	height: 382px;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	background-image: url(images/carpetbg2.JPG);
	background-attachment:fixed;
	margin-top: -139px;
	font-size: 19px;
	text-shadow: 1px 1px 0.03em #060606;
	}


#headercontent {
	width: 900px;
	margin: 0 auto;
	}
	
#logo {
	position: absolute;
	top: 40px;
	
	}
	
ul#main-menu {
	margin-top: -28px;
	margin-left: 370px;
	}
	
li.menu-item {
	display: inline;
	}
	
a.menu-link {
	color: #FFFFFF;
	padding: 6px 20px;
	text-decoration: none;
	font-size: 20px;
	text-shadow: 1px 1px 0.03em #060606;
	}
a.menu-link:hover {
	background-color: #146e9d;
	}

#leftpane {
	width: 560px;
	float: left;
	margin-left: 25px;
	padding-right: 50px;
	}
	
#leftpane2 {
	width: 600px;
	float: left;
	margin-top: -40px;
	padding-left: 27px;
	padding-right: 0px;
	background-image: url('images/contactbg.jpg');
	background-repeat: no-repeat;
	}
	
#rightpane2 {
	width: 300px;
	float: left;
	}
	
h1, h2, h3, h4, h5 {
	text-shadow: 2px 2px 0.03em #060606;
	font-weight: normal;
	}
	
h1 {
	font-size: 33px;
	}
	
h2 {
	font-size: 24px;
	}
	
#clear {
	clear: both;
	}
	
#phonenumber {
	position:absolute; 
	margin-top: -38px; 
	margin-left: -53px;
	}
	
a.footlink {
	color:#FFFFFF;
	text-decoration: none;
	}
	
a.footlink:hover {
	text-decoration: underline;
	}
