/* reset styles */

@charset "UTF-8";
body, div, ul, li, p, h1, h2, h3, h4, form, fieldset, img {border:none; margin:0px; padding:0px;}
textarea, input { font-family:Arial, Verdana, Geneva, sans-serif; font-size:11px; }
body {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#f7f2c6;
	padding:0px;
	margin:0px;
	background-color:#000000;
	background-image:url(../images/bg-tile.gif);
	background-repeat:repeat;
	text-align:left;
}
body, html {
	width:100%;
	height:100%;
}
a:link {color:#f7f2c6;}
a:visited {color:#f7f2c6;}
a:hover {color:#f7f2c6;}

/* main structure */

#full {
	width:100%;
	height:100%;
	border:0px;
	text-align:center;
}

#site {
	width:704px;
}

#headerLogo {
	width:550px;
	height:220px;
	margin-bottom:21px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

#nav {
	width:100%;
	height:350px;
	position:relative;
}

.navCol {
	position:absolute;
	width:208px;
	text-align:center;
}

#navCol1 {
	left:0px;
	top:0px;
}

#navCol2 {
	left:248px;
	top:0px;
}

#navCol3 {
	left:496px;
	top:0px;
}

.epTitle {
	font-weight:bold;
}

a.epLink {
	display:block;
	margin-bottom:14px;
	text-decoration:none;
}

#footer {
	color:#696044;
}

a.footerLink, a.footerLink:visited, a.footerLink:hover {
	color:#696044;
}

#pssLogoLink {
	width:47px;
	height:26px;
	display:block;
	text-indent:-9999px;
	background-image:url(../images/pss-logo.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}


