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

p {
	margin-bottom: auto;
}

h1, h2, h3, h4, h5, h6, p{
	line-height: normal;
	margin: auto;
}


#footer {
	position: relative;
	text-align: center;
	clear: both;
	top:100px;
	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;
}
#admin td {
	text-align: center;
	font-size: .6em;
	width:50px;
}

#admin .cal_table td{
	width: 250px;
	font-size: .9em;
}

#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;
	height: 121px;
	width:1023px;
	top:30px;
	left:80px;
}
#pics-content {
	position: relative;
	top: 90px;
	left: 80px;
	background-image: url(../images/carousel_bg.png);
	background-repeat: no-repeat;
	height:166px;
	width:1028px;;

}

#content {
	position: relative;
	top: 60px;
	left: 79px;
	background-image: url(../images/mc_bg.png);
	background-repeat: no-repeat;
	height:486px;
	width:1027px;;

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

