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

* { margin:0; padding:0; }

html {
    height: 100%;    
}

body {
	background-color:#0a707c;
	width:1000px;
	margin: 0 auto;
	height: 100%;
	background-attachment:fixed;
	background-color:#000;
	background-position:50% 0%;
}

img {
   behavior: url("pngbehavior.htc");
   border:0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	color:#fdf8b5;
	text-decoration:none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:15px;

}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	margin:0px;
	margin-bottom:5px;
}

a:hover {
	text-decoration:underline
}

h3 {
	font-size:14px;
	font-weight:bold;
	clear:both;
	margin-top:30px;
}

#header {
	width:1000px;
	height:204px;
	position:relative;
}
#headerMenu {
	width:325px;
	height:282px;
	position:relative;
}

#footer {
	width:1000px;
	margin-top:-365px;
}

#contentBackground {
	width:1000px;
	margin-top:-486px;
	background-image:url(generalImages/contentBackground.jpg);
	background-repeat:repeat-y;
}

#content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:514px;
	padding-top:214px;
	padding-left:330px;
	padding-bottom:350px;
}