@charset "utf-8";
img {
   behavior: url("scripts/pngbehavior.htc");
}

body {

	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#head {
	background-image: url(images/cityscapesunset.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 147px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-position: 200px;
}
#nav {
	left: 200px;
	position: relative;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#nav img {
margin:0px;
padding:0px;
}
#nav ul {
	padding: 0;
	list-style: none;
	margin-top: -15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
}
#nav li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	margin: 0px;
	padding: 0px;
  }
#nav li > ul {

	}
#nav li:hover ul, #nav li.over ul { display: block; }
#nav img.nav_bg {
	position: relative;
	height: 33px;
	width: 100px;
}
#nav .navlink {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	padding-right: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	margin-top: -160px;
	position: absolute;
	margin-left: -30px;
	float: left;
}
html>body #contentholder {
	margin-top: -15px;

}

#contentholder {
	background-color: #313131;
	height: 100%;
	width: 740px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/brickwall.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom:20px;
}
#contentholder p {
	margin-right: 10px;
	margin-left: 10px;

}
#contentholder h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#236483;

}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #A4C1FF;
	text-decoration: none;
}
a:active {
	color: #6699FF;
	text-decoration: none;
}
#nav a:link {
	color: #000000;
	text-decoration: none;
}
#nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #8E1117;
	text-decoration: none;
}
#nav a:active {
	color: #000000;
	text-decoration: none;
}
#footer {
background:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:9px;}

#fade {
background-image:url(images/bottom_bg_grad.jpg);
background-position:bottom;
background-repeat:repeat-x;
border-bottom:2px solid #252525;
}
.textfeild {
background-color:#CCCCCC;
border:1px solid #FFCC33;
}