/* CSS Document */

body{
background-color: 92929B;
}

#background{
border-top: 0;
padding-top: 0;
margin-top: -10px;
position: absolute;
left: 50%;
width: 1000px;
margin-left: -500px;
background-image: url(bg.png);
height: 100%;
}

#header{
background-image: url(header.jpg);
width: 1000px;
height: 358px;

position:relative;
z-index:0;
}

#page{

background-image: url(fullbody.jpg);
width: 1000px;
}

#nav{
position:absolute;
text-align: center;
margin-left: 285px;
margin-top: -95px;
font-family: century gothic;
}

#nav a{
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border: 4px solid grey;
background-color: black;
color: white;
text-decoration: none;
}

#nav a:hover{
color: black;
background-color: FFC000;
border: 4px solid black;
}


#menu{
position: absolute;
left:690px;
/*position: fixed;
left:960px;*/
margin-top:-25px;

}
#menu ul {
list-style: none;
z-index: 100;
}


#menu ul li a{
text-align: center;
padding-top:5px;
margin-top:-20px;
	display: block;
	width: 162px;
		height: 33px;
	font-family: tahoma, geneva, sans-serif;
	font-size: 18px;
	color: white;
	text-decoration: none;

	background: transparent url(up.gif) no-repeat;
		z-index: 10;
		border: none;
	}
	
	#menu ul li a:hover{
	background: transparent url(over.gif) no-repeat;
		z-index: 10;
		color: white;
				border: none;
}

h1{
position:absolute;
margin-left:240px;
margin-top: -60px;
text-transform: uppercase;
font-size:45pt;
color: #A8FF00;
font-family: verdana;
}
h2{
position:absolute;
margin-left:240px;
margin-top: -60px;
text-transform: uppercase;
font-size:30pt;
color: #A8FF00;
font-family: verdana;
}

		
#footer{
background-image: url(footer.jpg);
width: 1000px;
height: 104px;
}

#top ul{
margin-top:-16px;
margin-bottom:-20px;
list-style-position: inside;
/*list-style: square url(bullet.gif);*/
}

#top ul li{
margin-top:0;
margin-bottom:0;
background-image: url(textmiddle.gif);
margin-left:-40px;
padding-left:50px;
padding-bottom:10px;
color: #3C0E66;
font-family: arial, sans-serif;
}

#orange ul{
margin-top:-16px;
margin-bottom:-20px;
list-style-position: inside;
/*list-style: square url(bullet.gif);*/
}

#orange ul li{
margin-top:0;
margin-bottom:0;
background-image: url(orangemiddle.gif);
margin-left:-40px;
padding-left:50px;
padding-bottom:10px;
padding-right:20px;
color: #3C0E66;
font-family: arial, sans-serif;
}
#pink ul{
margin-top:-16px;
margin-bottom:-20px;
list-style-position: inside;
/*list-style: square url(bullet.gif);*/
}

#pink ul li{
margin-top:0;
margin-bottom:0;
background-image: url(pinkmiddle.gif);
margin-left:-40px;
padding-left:50px;
padding-right:20px;
padding-bottom:10px;
color: #3C0E66;
font-family: arial, sans-serif;
}


#top{
width: 501px;
margin-top: 0;
margin-bottom: 0;
margin-left: 205px;
position:relative;
/*background-image: url(textmiddle.gif);*/
}
.toplabel{
background-image: url(texttop.gif);
height:40px;
text-align:center;
font-size:14pt;
font-family:arial black;
color: #2E969F;
padding-top:20px;
margin-top:-20px;
}
.toptext{
background-image: url(textmiddle.gif);
padding-left:20px;
color: #3C0E66;
font-family: arial, sans-serif;
line-height: 1.5em;
padding-right:20px;
margin-top:-20px;
}
.toptextend{
height:46px;
background-image: url(textbottom.gif);
margin-top:-20px;
}

#orange{
width: 574px;
margin-top: 0;
margin-bottom: 0;
margin-left: 205px;
position:relative;
/*background-image: url(textmiddle.gif);*/
}
.orangelabel{
background-image: url(orangetop.gif);
height:40px;
text-align:center;
font-size:14pt;
font-family:arial black;
color: #711FAB;
padding-top:20px;
margin-top:-20px;
}
.orangetext{
background-image: url(orangemiddle.gif);
padding-left:20px;
color: #3C0E66;
font-family: arial, sans-serif;
line-height: 1.5em;
padding-right:20px;
margin-top:-20px;
}
.orangetextend{
height:46px;
background-image: url(orangebottom.gif);
margin-top:-20px;
}

#pink{
width: 574px;
margin-top: 0;
margin-bottom: 0;
margin-left: 205px;
position:relative;
/*background-image: url(textmiddle.gif);*/
}
.pinklabel{
background-image: url(pinktop.gif);
height:40px;
text-align:center;
font-size:14pt;
font-family:arial black;
color: #2E969F;
padding-top:20px;
margin-top:-20px;
}
.pinktext{
background-image: url(pinkmiddle.gif);
padding-left:20px;
color: #3C0E66;
font-family: arial, sans-serif;
line-height: 1.5em;
padding-right:20px;
margin-top:-20px;
}
.pinktextend{
height:47px;
background-image: url(pinkbottom.gif);
margin-top:-20px;
}

#content a{
color:#D70865;
font-weight:bold;
}

#content a:hover{
color:#A408D7;
}

#content a:active{
color:#35CA18;
}