@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#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#main{
	width: 1000px;
	height: 715px;
	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#maincontent{
	width: 830px;
	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#content{
	width: 695px;
	padding: 5px;
	height: auto;
}

div#images{
	width: 820px;
	height: 300px;
	padding: 15px;
}
div#imagebox{
	width: 310px;
	height: 233px;
	float:left;
	padding-left:35px;
	padding-right:35px;
}

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:200%;	
	color:#330000;
	margin:1px;
}
h2{
	padding-top:5px;
	text-align:center;
	font-size:120%;
	color:#330000;
}
h3{
	text-align:center;
	font-size:100%;
	color:black;
	margin: 0px;
	padding:0px;
}


