html, body
	{margin: 0;
	padding: 0;
	}
div {margin: 0;
	padding: 0;
	}
p { margin: 0; }
#maincontainer
	{
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	}

#container
	{
	position: relative;
	text-align: left;
	width: 800px;
	background-image:url(images/bodybg.jpg);
	background-repeat: repeat-y;
	margin-top: -1;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#navcontainer {
	width : 550px;
	top: 248px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 30px;
	left: 130px;
}

#navheader {
	position:relative;
	width:550px;
	height:20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ffffff;
	z-index:3;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#navheader li {
	position:relative;
	display:inline;
	padding:0;
	z-index:20;
	display : block;
	float : left;
	margin-right: 5px;
	margin-left: 5px;
	font-family: verdana;
	font-size: 16px;
	font-weight: bolder;
}

#navheader li a {
	text-decoration:none;
	color:#358345;
	display : block;
	text-align : center;
	width : 100px;
}

#navheader li a:hover {
	color:#FFFF00;
	cursor: hand;
}

li#here {
	color: #000000;
	background-color: #CCCCCC;
}
#slider {
	position:absolute;
	width:100px;
	height:17px;
	z-index:1;
	margin-left : 0px;
	border-bottom-width: 3px;
	border-bottom-style: outset;
	border-bottom-color: #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
	
#pageHeader
	{
	width: 800px;
	height: 280px;
	background-image: url(images/blazetoplogo.jpg);
	background-repeat: no-repeat;
	}
	
#content
	{
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;	
	}

#content1
	{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
	padding-right: 10px;
	}

#footer
	{
	width: 800px;
	height: 164px;
	background: #000 url(images/parrotfooter.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}

#footer a:link {
	color : #CCCCCC;
	text-decoration : none;
}

#footer a:visited {
	color : #FFFF99;
	text-decoration : none;
}

#footer a:hover {
	color : #FFFFFF;
}

#footer a:active {
	color : #FFFFFF;
}
