* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.png);
	min-height: 927px;
	min-width: 1200px;
	font-size: 12px;
	height: 100%;
	padding: 0;
	color: black;
	font-family: Arial, san-serif;
}
a, a:visited {
	color: #ffac00;
	text-decoration: none;
}
a:hover{
	color: #ffac00;
	text-decoration: underline;
}
#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height:100%;
	text-align: left;
}
#holder-admin{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#header{
	background-image: url(../images/bg-header.png);
	height:  155px;
	width: 855px;
	margin-left: auto;
	margin-right: auto;
}
#logo-text{
	color: white;
	text-align: center;
	position: relative;
	top: 81px;
	width: 295px;
	left: 105px;
	height:30px;
	font-size: 14px;
}
#address{
    color: white;
    font-size: 10px;
    /* text-align: right; */
    position: relative;
    top: -15px;
    left: 435px;
    width: 406px;
    height: 90px;
}
#hammonton-address{
    color: white;
    font-size: 10px;
    text-align: left;
    /* position: relative; */
    /* top: -15px; */
    /* left: 566px; */
    width: 115px;
    height: 45px;
    float: left;
}
#bridgeton-address{
    color: white;
    font-size: 10px;
    text-align: left;
    /* position: relative; */
    /* top: -15px; */
    /* left: 566px; */
    width: 115px;
    height: 45px;
    float: left;
}
#calverton-address{
color: white;
    font-size: 10px;
    text-align: left;
    /* position: relative; */
    /* top: -59px; */
    /* left: 692px; */
    width: 130px;
    height: 45px;
    float: left;
}
#social{
    position: relative;
    top: -105px;
    left: 790px;
    height: 24px;
    width: 50px;
}
#menu {
	position: relative;
top: -16px;
left: 55px;
height: 14px;
width: 600px;
font-size: 14px;
}

#content {
/*
	background-image: url(../images/bg-main.png);
	background-repeat: no-repeat;
*/
	height:100%;
	width:855px;
	margin-left: auto;
	margin-right: auto;

}

#bg-main-top{
	background-image: url(../images/bg-main-top.png);
	background-repeat: no-repeat;
	width:855px;
	height:34px;
	margin-left: auto;
	margin-right: auto;
}
#bg-main-body{
	background-image: url(../images/bg-main-body.png);
	background-repeat: repeat-y;
	height:auto;
	width:855px;
	margin-left: auto;
	margin-right: auto;
}

#bg-main-bot{
	background-image: url(../images/bg-main-bot.png);
	background-repeat: repeat-y;
	height:200px;
	width:855px;
	margin-left: auto;
	margin-right: auto;
}

#newsarticle{
	position: relative;
	top: 27px;
	left: 0px;
	margin: 0 auto;
	font-family: Helvetica;
	color : black;
	height: 100%;
	width : 770px;
	font-size: 14px;
	padding-bottom: 30px;

}
#carousel{
	background-image: url(../images/bg-carousel.png);
	width: 804px;
	height: 152px;
	margin-left: auto;
	margin-right: auto;

}
#page-footer{
	background-image: url(../images/bg-footer.png);
	height: 122px;
	width: 855px;
	margin-left: auto;
	margin-right: auto;

}
#top-footer{
	position: relative;
top: 25px;
left: 245px;
width: 500px;
}
#copyright{
	position: relative;
top: 70px;
left: 322px;
color: white;
font-size: 9px;
width: 210px;
}
#footer {
	text-align: center;
	clear: both;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	background-color: white;
}
#admin td {
	text-align: center;
	font-size: .6em;
	width:50px;
}
#help {
	position: relative;
	top: 50px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	background-color: #EEEEEE;
	width: 800px;
}