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

	
}


#footer {
	position: relative;
	text-align: center;
	clear: both;
	top:-200;
}
#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height:927px;
	text-align: left;
}
#fb{
	position: relative;
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	top:-62px;
	left:1100px;
	width: 24px;
	height:24px;

}
#twitter{
	position: relative;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	top:-86px;
	left:1125px;
	width: 24px;
	height:24px;
}

#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;
}

#logo {
	position:relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 93px;
	width:406px;
	top:39px;
	left:0px;
}
#content-head{
	position: relative;
	top: 125px;
	left:935px;
	width: 252px;
	height: 49px;
}

#content-head .transparency{
	width: 252px;
	height: 49px;
	background-color: gray;
	border:.5px solid white;	
	filter:alpha(opacity=60);
	opacity:0.6;
	position: absolute;
	z-index: 0;
}

#content-head p{
	position: relative;
	top: 10px;
	left: 0px;
	text-align: center;
	text-transform: lowercase;
    font: bold 20px Verdana;
    color: #da88b7; 
	margin-bottom: auto;
	margin-top: auto;
}

#carousel{
	position: relative;
	top:55px;
	left:0px;
	background-image: url(../images/polaroids.png);
	background-repeat: no-repeat;
	height: 224px;
	width:227px;
}
#big-carousel{
	position: relative;
	top:0px;
	left:315px;
	height: 578px;
	width:608px;
	overflow: hidden;
}

#big-carousel .transparency{
	background-color: gray;
	border:.5px solid white;	
	filter:alpha(opacity=60);
	opacity:0.6;
	position: absolute;
	z-index: 0;
	height: 475px;
	width:606px;
	
}

#content {
	position: relative;
	top: 133px;
	left: 860px;
	background-color: white;
	height:398px;
	width:328px;
	border:.5px solid gray;

}
#newsarticle{
	position: relative;
	top: 10px;
	left: 0px;
	margin: 0 auto;
	font-size: 1em;
	font-family: Helvetica;
	color : black;
	height: 380px;
	width : 300px;
	overflow:auto;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 20px; width: 500px;
    background-color:gray;
	border:1px solid white;
    padding: 15px; margin: 10px 0;
	padding-left: 80px;
    overflow: hidden;
    left:320px;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {

            background-color: #da88b7;
            width: 9px; 
            height: 22px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {

                background-color: #da88b7;
                height: 22px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: lowercase;
            font: normal 20px Verdana;
            color: black; 
            outline: none;
            text-align: center;
            height: 30px; 
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
      
        }
        
        


