* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-color:  white;	
	min-height: 927px;
	min-width: 1200px;
	font-size: .8em;
	height: 100%;
	padding: 0;
}

#footer {
	clear:both;
	position:relative;
	text-align:center;
	top:-1100px;
}
#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height:927px;
	text-align: left;
}

#starburst{
	position: relative;
	top:-265;
	left:1050;
	background-image: url(../images/starburst.png);
	height:142;
	width:143;
}
#feat{
	position: relative;
	top:-725;
	left:944;
	background-image: url(../images/feat_bg.png);
	height:178;
	width:277;
}
#feat_content{
	position: relative;
	top:45px;
	left:15;
	height: 100px;
	width: 250;
	overflow:auto;
	text-align: left;
	font-size: .8em;
	font-family: Helvetica;
	text-align: center;
}

#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	background-color: white;
}

#votwheader{
	position: relative;
	top:-721;
	left:980;
	background-image: url(../images/votw_title.png);
	height:30;
	width:242;
}
#votw {
	position: relative;
	height: 223px;
	width: 322px;
	left: 903;
	top: -717;
}

#newsback{
	position: relative;
	top:-706;
	left:911;
	background-image: url(../images/news_bg.png);
	height:322;
	width:317;
}

#newsarticle{
	position: relative;
	top: 20px;
	left: 10;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	height: 430;
	width : 630;
	overflow:auto;
}

#newsbacktext{
	position: relative;
	top:51px;
	left:15;
	height: 238px;
	width: 284px;
	overflow:auto;
	text-align: left;
	font-size: .8em;
	font-family: Helvetica;
}

#prod_carousel{
	position: relative;
	top:-905;
	left:50;
	background-image: url(../images/carousel_bg.png);
	height:201;
	width:517;	
}
#fotw{
	position: relative;
	top:-1106;
	left:607;
	background-image: url(../images/fotw_bg.png);
	height:204;
	width:275;	
}
#fotw_content{
	position: relative;
	top:42;
	left:15;
	height: 141;
	width: 244;
	overflow:auto;
	text-align: left;
	font-size: .8em;
	font-family: Helvetica;
}

#content {
	position: relative;
	top: -174;
	left: 50;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	height:479px;
	width:686px;

}
#logo {
	position:relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 223;
	width:473;
}
/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{position:relative;display:block;height:42px;font-size:9px;font-weight:bold;background:transparent url(../images/blueslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;
	left:242;
	top: -210;
	width: 975;

}
.blue #slatenav ul{margin:4px;padding:0;list-style-type:none;width:auto;}
.blue #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.blue #slatenav ul li a{display:block;float:left;color:#D5F1FF;text-decoration:none;padding:14px 5px 0px 0px;height:28px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#fff;background:transparent url(../images/blueslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Blueslate nav ---------------------- */


