/* CSS Document */
#body {
	
	}

#container {
	position:absolute;
	left:20px;
	top:20px;
	width:1000px;
	height:auto;
	z-index:2;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
*/
}
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:100px;
	z-index:6;
	background-image: url(../Images/craftarena3trans.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: ridge;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: groove;

}
#navbar {
	position:absolute;
	left:0px;
	top:100px;
	width:1000px;
	height:22px;
	z-index:5;
	background-color: #570057;
	border-right-style: ridge;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: groove;

}

#main {
	position:absolute;
	left:0px;
	top:123px;
	width:980px;
	height:auto;
	z-index:4;
	border-right-style: ridge;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: groove;
	border-bottom-width: 1px;
	border-bottom-style: ridge;

}
#footer {
	position:relative;
	left:0px;
	top:554px;
	width:770px;
	height:20px;
	z-index:3;
	background-color: #570057;
}

.h1 {
	font-size: 150%;
	color:#570057;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-weight:bold;
	font-style:italic;
	margin-top: 15px;
	}
	
.h2 {
	font-size: 120%;
	color:#570057;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	}
	
.h3 {
	font-size: 100%;
	color:#570057;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: italic;
	}
	
.h4 {
	font-size: 100%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.maintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
	}

		
.leftfloat{
	float: left;
	/*margin-left: 15px;*/
	margin-right: 15px;
	margin-top: 10px;
	}
.rightfloat {
	float:right;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	}

	
.footertext {
	font-size: 75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#570057;
	padding-right: 1em;
	}
.linktext {
	font-size: 80%;
}
.line_element {
	padding-top: 3px;
	padding-bottom: 6px;
}
.red {
	color: #FF0000;
}
