img, div {
	behavior: url(iepngfix.htc)
}

html { 
	margin: 0; 
	padding: 0;  
}

body {
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-color: #000000;
	text-align: center;
	margin: 0; 
	padding: 0;
	font-size: 95%;
	font: 13pt helvetica;
}

p {
	font: 10pt helvetica;
	color: #ffffff;
}

p.phone  {
	font: 13pt helvetica;
	color: #f0712c;
}

p2 {
	font: 13pt helvetica;
	color: #f0712c;
}

p3 {
	font: 13pt helvetica;
	color: #ffffff;
}

a:link {
	color: #ccd;
}

a:visited{
	color: #eef;
}

div#bannertext{
	background-image:url('images/banner_bg2.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center;
	border-bottom: 1px solid #000000;
	height: 8em;
	padding-bottom: 10px;
	text-align: center;
	z-index: 1;
}

div#menu {
	border-bottom: 1px solid #000000;
	background-color: #111133;
	height: 50px;
}

div#container {
	width: 100%;
	height: 600px;
	min-width: 940px;
	max-width: 940px;
	padding-top: .5em;
}

div#aboutus{
	float: left;
	width: 650;
	height: 500;
	border: 1px solid #ffffff;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}

div#links {
	position: absolute;
	bottom: 0;
	height: 20px;
}