@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#330033;
}
	
div#headerbox{
	width: 1000px;
	height: 60px;
	margin-left:15em;
	margin-right:15em;
	margin-bottom:0;
	background-image:url(../images/mainheader.gif);
	background-repeat:no-repeat;
	border-bottom:#960 thick;
}


div#main{
	width: 1000px;
	height: 1100px;
	margin-top:0px;
	padding-top:0px;
	margin-left:15em;
	margin-right:15em;
	background-color:#666;
	background-image:url(../images/parchmentmainbg.jpg);
	background-repeat:no-repeat;
	border:1px solid #000033;
}

	
div#columnleft{
	width: 140px;
	padding: 0px;
	height: 445px;
	background-image:url(../images/leftcolumn.gif);
	background-repeat:none;
	border:1px solid black;
	float: left;
}
div#buttonbox{
	width: 137px;
	height: 22px;
	border:none;
	float:left;
	margin: 3px;
}
div#contactbar{
	width: 850px;
	height: 30px;
	border:none;
	background-image:url(../images/contactbar.gif);
	background-repeat:no-repeat;
	background-color:#999999;
	margin:0px;
	padding:0px;
	float:left;
	border-left:1px solid #000033;
	border-right:1px solid #000033;
}

div#maincontent{
	width: 850px;
	padding:10px;
	height:650px;
	border-left:1px solid #000033;
	border-right:1px solid #000033;
	border-bottom:1px solid #000033;
	background-color:#999999;
	float:left;
	font-size:150%;
	text-align:justify;
	color:white;
}

div#contentp2{
	width: 830px;
	padding:10px;
	height:auto;
	border-left:1px solid #000033;
	border-right:1px solid #000033;
	border-bottom:1px solid #000033;
	background-color:#999999;
	float:left;
	font-size:100%;
	text-align:justify;
	color:white;
}
div#titlep2{
	width: 830px;
	margin:0px;
	padding-right:20px;
	height:auto;
	border-left:1px solid #000033;
	border-right:1px solid #000033;
	background-color:#cccccc;
	float:left;
	font-size:180%;
	text-align:center;
	color:#000033;
}
div#contentseparator{
	width: 855px;
	padding:0px;
	margin:0px;
	height:auto;
	background-color:#999999;
	float:left;
	text-align:left;
	font-size:150%;
	font-weight:bold;
	color:white;
	float:right ;
	border-left:1px solid #000033;
	border-right:1px solid #000033;
}


div#equipmentlist{
	width: 840px;
	padding:5px;
	margin:0px;
	height:auto;
	border-left:1px solid #000033;
	border-right:1px solid #000033;	
	border-bottom:thin #000033;
	background-color:#cccccc;
	float:right;
	font-size:100%;
	text-align:justify;
	color:#000033;
}
div#equipmentname{
	width: 400px;
	padding:2px;
	height:auto;
	background-color:#cccccc;
	float:left;
	font-size:100%;
	text-align:justify;
	color:#000033;
	font-weight:bold;
	
}
div#equipmentcapacity{
	width: 200px;
	padding:2px;
	height:auto;
	background-color:#cccccc;
	float:left;
	font-size:100%;
	text-align:left;
	vertical-align:top;
	color:#000033;
	
}
div#equipmentdetails{
	width:400px;
	padding:2px;
	height:auto;
	background-color:#cccccc;
	float:left;
	font-size:100%;
	color:#000033;
}
div#images{
	width: 820px;
	height: 155px;
	padding: 10px;
}
div#imagebox{
	width: 205px;
	height: 155	px;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

div#footer{
	width: 700px;
	height: 15px;
	margin-left:15em;
	margin-right:15em;
	text-align:center;
	background-image:url(../images/parchmentfooter.jpg);
	color:#330033;
}

h1{
	text-align:center;
	font-size:180%;	
	color:white;
	margin:1px;
}
h2{
	padding-top:5px;
	text-align:center;
	font-size:120%;
	color:#330000;
}
h3{
	text-align:right;
	font-size:120%;
	color:white;
	margin: 0px;
	padding:0px;
}


