@charset "UTF-8";
/* CSS Document */


/* general styles */

body {
	color: #fff;
	background: url(images/bodyBG.jpg) no-repeat #000 center;
	margin: 0px;
}

a:link {
	color: #fff;
	text-decoration:none;
}
a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #ebff00;
	text-decoration:none;
}
a:active {
	color: #ebff00;
	text-decoration:none;
}

a.sublinks:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.sublinks:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.sublinks:hover {
	color: #ebff00;
}
a.sublinks:active {
	color: #ebff00;
}

/* div styles */

#container {
	position:relative;
	width: 800px;
	height: 1008px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/contentBG.jpg) no-repeat center;
	
}

#sociallinks {
	position: absolute;
	left: 720px;
	top: 17px;
}

#navigation {
	position:absolute;
	width: 800px;
	height: 32px;
	top: 497px;
	left: 0px;
	text-align: center;
}

#footer {
	position:absolute;
	width: 800px;
	height: 32px;
	top: 680px
}

/* class styles */

.contactText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.copyrightText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
}

.navbutton {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0px 10px;	
}



img, div { behavior: url(iepngfix.htc) }

