/* CSS Document */

body {
	background-color: #000000;	
}
#container {
	display: block;
	height: 700px;
	width: 1024px;
	position: relative;
	
}
#banner {
	display: block;
	height: 222px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
#navbar {
	display: block;
	height: 84px;
	width: 508px;
	position: absolute;
	left: 515px;
	top: 114px;
	z-index: 50;
	
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(images/contact_bg2.jpg);
	background-repeat: repeat;
	display: block;
	height: 250px;
	width: 775px;
	position: absolute;
	left: 222px;
	top: 220px;
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #960001;
	border-left-color: #960001;
	z-index: 1;

}

#info {
	display: block;
	height: 97px;
	width: 245px;
	position: absolute;
	left: 23px;
	top: 32px;
	font-family: "Palatino Linotype", "Lucida Sans", sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
#info a:link {
	color: #930000;
	text-decoration: underline;
}
#info a:visited {
	color: #930000;
	text-decoration: underline;
}
#info a:hover {
	color: #999999;
	text-decoration: none;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	height: 50px;
	width: 400px;
	position: absolute;
	left: -1px;
	top: 264px;
}
#acknow {
	font-family: "Palatino Linotype", "Lucida Sans", sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	height: 60px;
	width: 178px;
	position: absolute;
	left: 592px;
	top: 210px;
	font-weight: bold;
}
#acknow a:link {
	color: #930000;
	text-decoration: underline;
}
#acknow a:visited {
	color: #930000;
	text-decoration: underline;
}
#acknow a:hover {
	color: #999999;
	text-decoration: none;
}
