body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	background-color: #e9e9e9;
	background-image: url(/assets/images/main_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000000;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#mainouter {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-size: 0.7em;
	z-index: 100;
}

#leftcolumn {
	position: relative;
	float: left;
	left: 0px;
	top: 10px;
	margin: 0;
	padding: 0;
	width: 290px;
}

#logo {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

#contactphoto {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#contactphoto img {
	border: 1px solid #f48114;
}

#contactinfo {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

.titleimage {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.infobox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 8px;
	background-color: #dadada;
	display: block;
	width: 274px;
}

.infoboxbottom {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 20px;
}

#rightcolumn {
	position: relative;
	float: right;
	left: 0px;
	top: 30px;
	margin: 0;
	padding: 0;
	width: 450px;
}

.center {
	position: relative;
	float: none;
	left: 0px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	width: 450px;
}

.exhibitionnav{
	float: right;
	width: 100%;
	height: 27px;
	display: block;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.exhibitionimage {
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.exhibitioninfo {
	float: right;
	text-align: left;
	top: 0px;
	right: 0px;
	width: 414px;
	padding: 18px 18px 0px 18px;
	margin: 0;
	background-color: #ffa600;
	color: #ffffff;
}

.exhibitioninfo a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.exhibitioninfo table {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 4px;
}

.exhibitioninfo table .alternate {
	background-color: #f48114;
}

.logininfo {
	float: right;
	text-align: left;
	top: 0px;
	right: 0px;
	width: 414px;
	padding: 0px 18px 0px 18px;
	margin: 0;
	background-color: #ffa600;
	color: #ffffff;
}

.logininfo a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.exhibitioninfobottom {
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 24px;
	width: 450px;
}

.row {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin: 4px 0px 4px 0px;
}

.label {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 40%;
	text-align: right;
	font-weight: bold;
}

.formelement {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 55%;
	text-align: left;
	margin: 2px 0px 0px 0px;	
}

.fmtextbox {
	background-color: #e9e9e9;
	color: #9f6801;
	border: 1px solid #bb7c07;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.fmbutton {
	background-color: #fdc55b;
	color: #000000;
	border: 1px solid #bb7c07;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.error {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.error li {
	padding: 5px 0px 5px 0px;
}

.question {
	padding: 2px 0px 2px 5px;
	display: block;
	margin: 0px -5px 0px 0px;
	width: 414px;
	background-color: #f48114;
	font-weight: bold;
}

#footer {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	font-size: 0.6em;
	background-color: #ffca72;
	color: #f7932b;
	text-align: left;
	z-index: 1;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#footer p {
	width: 78%;
	text-align: right;	
}

#footer a {
	color: #f7932b;
	text-decoration: none;
}

#footer a:hover {
	color: #f7932b;
	text-decoration: underline;
}

h1 {
	padding: 2px 0px 2px 5px;
	display: block;
	margin: 0px -5px 10px 0px;
	width: 414px;
	background-color: #f48114;
	font-weight: bold;
	font-size: 1em;
}

h2 {
	padding: 2px 0px 2px 5px;
	display: block;
	margin: 0px -5px 10px 0px;
	width: 414px;
	background-color: #f48114;
	font-weight: bold;
	font-size: 1em;
	font-weight: bold;
	color: #ffca72;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}