body {
	font-family: Arial, "Century Gothic", Helvetica;
	color: #333333;
	background-color: #fff;
	}
	
h3 {font-family: Verdana, Arial, sans-serif; color: #666;}
p {font-family: Verdana, Arial, sans-serif; color: #858585; font-size: 12px;}
ul {list-style-type: square;}
a {color: #663333;}

div {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	}


a:link {color: #333333}

a:visited {color: #333333}

a:active {color: #333333;
	text-decoration:none}

a:hover {color: #333333;
	text-decoration:none}
	
#contentbody {
	background-color: #CAB087;
	border: 1px solid black;
	border-width: 1px 0px;
	}

.joinbox-off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-left: 5px;
	border: 1px solid #333333;
	cursor: hand;
	background-color: #EFC768;
	width: 50px;
	padding: 0 0 0 4px;
	background-image: url(/images/envelope.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: left;
}

.joinbox-off a { 
	text-decoration: none;
	color: #333333
}

.joinbox-on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FDE2A3;
	margin-left: 5px;
	border: 1px solid #333333;
	cursor: hand;
	width: 50px;
	padding: 0 0 0 4px;
	background-image: url(/images/envelope.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: left;
}

.joinbox-on a { 
	text-decoration: none;
	color: #333333;
}

.jointext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: 12px;
}

#header {
	background-color: #ffffff;
	}
 
/*
 #name {
 	position: absolute;
	top: 135px;
	left: 30%;
	}
*/
 
#exhibits {
	font-family: Verdana, Arial, sans-serif;
	color: #333366;
	font-size: 12px;
	background: white;
	border: 1px dotted #ff9900;
	padding: 10px;
	margin: 10px;
	}

.exhibitdetails {
	list-style-type: none;
	font-size: 11px;
	line-height: 16px;
	margin-left: 0.5em;
	}

.exhibitdetails li {
	padding-bottom: 0;
	}

/* -------------- NEW STYLES 2007 ------------------ */

body {
	background-color: #a09d9a;
}

ul {
	list-style-type: none;
	}

p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #333;
	}
	
#container {
	width: 900px;
	position:absolute;
	left:50%;
	margin-top:50px;
	margin-left:-450px;
	padding: 0;
	}

#nav_row {
	width: 800px;
	}
	
#nav {
	display: inline;
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;
	bottom: 7px;
	left: 200px;

	}
	
#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li a:link, #nav li a:visited, #nav li a:active {
	padding: 2px 3px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #fff;
	/*background-color: #dedede;*/
	}

#nav li a:hover {
	border: 1px solid #fff;
	background-color:#ff6699;
	}


.content {
	background-color: #fff;
	padding:15px;
	min-height: 350px;
	}

/* ===================== CONTACT =========================== */

form {
	margin: 25px 0 0 0;
}

input, textarea, select {
	border: 1px solid #ccc;
	border-width: 2px 1px 1px 1px;
	font-size: 12px;
	padding: 2px;
	color: #ff6699;
}

label {
	width: 7em;
	float: left;
	text-align: right;
	margin: 0.33em 1em 0 0;
}

input.submit {
	margin: 0 0 0 7em;
	color: #fff;
	background-color: #ff6699;
	padding: 3px 5px;
	cursor: pointer;
	border-width: 0;
}

.tabbertab ul {
	margin-bottom: 10px;
}


 