* {
	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;
}

td {
	text-align: center;
	font-size: .6em;
	width:50px;
}

#footer {
bottom:0;
clear:both;
color:white;
left:500px;
position:absolute;
text-align:center
}

#footer a {
	color: white;
}

#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height:927px;
	text-align: left;
}

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

#logo {
	position:relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 164px;
	width:986px;
	top:42px;
	left:158px;
}
#menubg {
	position:relative;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	height: 205px;
	width:270px;
	top:65px;
	left:25px;
}

#menu_about {
	position:relative;
	background-image: url(../images/menu_about.png);
	background-repeat: no-repeat;
	height: 36px;
	width:252px;
	top:5px;
	left:5px;
}
#menu_inv {
	position:relative;
	background-image: url(../images/menu_inventory.png);
	background-repeat: no-repeat;
	height: 36px;
	width:252px;
	top:5px;
	left:5px;
}

#menu_contact {
	position:relative;
	background-image: url(../images/menu_contact.png);
	background-repeat: no-repeat;
	height: 36px;
	width:252px;
	top:5px;
	left:5px;
}
#menu_pv {
	position:relative;
	background-image: url(../images/menu_pvars.png);
	background-repeat: no-repeat;
	height: 36px;
	width:252px;
	top:5px;
	left:5px;
}
#menu_gallery {
	position:relative;
	background-image: url(../images/menu_gallery.png);
	background-repeat: no-repeat;
	height: 36px;
	width:252px;
	top:5px;
	left:5px;
}

#featuredbg {
	position:relative;
	background-image: url(../images/featured_bg.png);
	background-repeat: no-repeat;
	height: 256px;
	width:270px;
	top:75px;
	left:25px;
}
#feat_content{
	position: relative;
	top:40px;
	left:0px;
	height: 185px;;
	width: 245px;
	overflow:auto;
	font-size: .8em;
	font-family: Helvetica;
	text-align: center;
}

#content {
	position: relative;
	top: -400px;
	left: 354;
	background-image: url(../images/mc_bg.png);
	background-repeat: no-repeat;
	height:616px;
	width:775px;;

}
#newsarticle{
	position: relative;
	top: 10px;
	left: 10px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	height: 461;
	width : 719;
	overflow:auto;
}

#branch {
	position:relative;
	background-image: url(../images/branch.png);
	background-repeat: no-repeat;
	height: 670px;
	width:620px;
	z-index: -1;
	top:-985px;
}
