
div#global{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:980px;
} 

#menu{
	position:absolute;
	left:600px;
	top:160px;
	z-index:2;
	width:350px;
	height:50px;
}



#content{
position:absolute;
top: 0px;
left: 0px;
background-color: #ffffff;
height:auto;
width:980px;

}

#main{
position:absolute;
top: 300px;
left: 0px;
background-color: #333366;
height:auto;
width:980px;
}

#mainText{
height:auto;
width:450px;
margin-right:20px;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;


}

#credits{
height:auto;
width:940px;
margin-right:20px;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;


}

#mainText2{
height:auto;
width:450px;
top:0px;
left:500px;
margin-right:20px;
margin-left:20px;
margin-top:0px;
margin-bottom:20px;
float:right;

}

#mainText3{
height:auto;
width:940px;
top:0px;
left:500px;
margin-right:20px;
margin-left:20px;
margin-top:0px;
margin-bottom:20px;
float:right;

}

#top{
position:absolute;
top: 0px;
left: 0px;
background-image: url(top.png);
background-repeat:none;
height:300px;
width:980px;
}

#bottom{
position:relative;
bottom: 0px;
left: 0px;
background-image: url(bottom.png);
background-repeat:none;
height:250px;
width:980px;

}

#bottomMenu{
	position:relative;
	left:400px;
	top:0px;
	z-index:2;
	width:350px;
	height:50px;
}


a.menu:link {  
	color:#666699; 
	font-family: Verdana;
	font-size: 15px; 
	text-align:center;
	text-decoration:none;
	line-height:170%;
	}

a.menu:visited { 
	color:#666699; 
	font-family: Verdana;
	font-size: 15px; 
	text-align:center;
	text-decoration:none;
	line-height:170%;
}

a.menu:hover {  
	color:#333366; 
	font-family: Verdana;
	font-size: 15px; 
	text-align:center;
	text-decoration:underline; 
	line-height:170%;
}


a.menu2:link {  
	color:#666699; 
	font-family: Verdana;
	font-size: 9px; 
	text-align:center;
	text-decoration:none;
	line-height:170%;
	}

a.menu2:visited { 
	color:#666699; 
	font-family: Verdana;
	font-size: 9px; 
	text-align:center;
	text-decoration:none;
	line-height:170%;
}

a.menu2:hover {  
	color:#333366; 
	font-family: Verdana;
	font-size: 9px; 
	text-align:center;
	text-decoration:underline; 
	line-height:170%;
}


p {  
	color:#ffffff; 
	font-family: Verdana;
	font-size: 13px; 
	line-height:170%;
}

p.footer {	
color:#666699; 
	font-family: Verdana;
	font-size: 9px; 
	text-align:center;
	text-decoration:none;
	line-height:170%;
	}

h5 {  
	color:#ffffff; 
	font-family: Verdana;
	font-size: 13px; 
	line-height:40%;
}

h4 {  
	color:#ffffff; 
	font-family: Verdana;
	font-size: 15px; 
	line-height:40%;
}

h3 {  
	color:#ffffff; 
	font-family: Verdana;
	font-size: 20px; 
	line-height:40%;
	font-style:bold;
}

.right{
float:right;
padding-left:15px;
}

.left{
float:left;
padding-right:15px;
}


