/* CSS Document for nickpriest.com*/
/* Created by Douglas Thigpen - Flawless Designs - dthigpen@flawlessdesigns.com */
/* 1024px wide, floating height (768px in standard layout) - Fixed Centered Resolution */

html,body,h1,h2,h3,h4,h5,h6,div,p {margin:0;padding:0;}

body {
	background-color: #e4e4e4;
	font-family:Arial, Helvetica, sans-serif;
}

div.header {
	width: 1024px;
	height: 118px;
	position:absolute;
	top:0px;
	margin-left:-512px; 
	left:50%;
	z-index: 1;
}

div.headerlinks {
	width: 1024px;
	height: 25px;
	position:absolute;
	top:96px;
	margin-left:-512px; 
	left:50%;
	z-index: 2;
	text-align:right;
	color:#FFFFFF;
}

div.navbar {
	width:1024px;
	height:26px;
	position:absolute;
	top:118px;
	margin-left:-512px; 
	left:50%;
	z-index: 2;
}

div.content {
	width:1024px;
	height:auto;
	position:absolute;
	top:144px;
	margin-left:-512px; 
	left:50%;
	z-index: 1;
	background-color:#cecece;
}

div.footer {
	width:1024px;
	height:30px;
	color:#FFFFFF;
	background-color:#505050;
	margin-top:-3px;
	z-index: 1;
}

/* Non-Structural Elements */

/* Text Decoration */

a { 
	color : #0000FF; 
	text-decoration : none;
}

a.toplink {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
}

a.toplink:hover {
	color:#CCCCCC;
}