@charset "UTF-8";
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #1D0C32;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
#container {
	background: #FFF;
	position: relative;
	visibility: visible;
	z-index: 1;
	width: 800px;
	top: 0px;
	bottom: 0px;
	margin:0 auto;
}
#header {
	position:relative;
	left:0;
	top:0;
	width:800px;
	height:100px;
	z-index:2;
}
#navbar {
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:32px;
	background-color:#6006B4;
	z-index:900;
}
#content {
	position:relative;
	left:0;
	top:0;
	width:780px;
	padding:10px;
	z-index:4;
	background-image: url(images/background.jpg);
	text-align: center;
}
#container #content h1 {
	text-align: center;
	margin-top:10px;
}
#categories {
	font: 12px Arial, Helvetica, Gadget, sans-serif;
}
#categories li {
	font: 14px Arial, Helvetica, Gadget, sans-serif;
	margin:5px 0;
}
.inpos {
	position: absolute;
	left: 150px;
	font-weight:bold;
	font-size:12px;
}
.inpos2 {
	position: absolute;
	left: 150px;
	font-weight:normal;
	font-size:18px;
}
#formcontain {
	position:relative;
	margin:auto;
	width:525px;
	text-align:left;
}
#formcontain p {
	margin:6px;
	width:600px;
}
#formcontain2 {
	position:relative;
	margin:auto;
	width:525px;
	text-align:left;
}
#formcontain2 p {
	margin:14px;
	width:600px;
}

.bigred {
	font-weight: bold; 
	font-size: 24px; 
	color: rgb(170, 0, 0); 
	font-family: Arial,Helvetica,sans-serif;
}

#curexhib {
	margin-left:250px;
}

#curexhib li {
	text-align:left;
	font-size:18px;
	margin-bottom:5px;
}
