	body {
		background-color: #330022;
		color: #000000;
		background-image: url("images/lhlogo.png");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: left top;
		font-family: Trebuchet,Tahoma,Arial,sans-serif;
		font-size: 0.9em;
	}
	a:link {
		color: #7b007b;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		color: #996699;
		font-weight: bold; /* Don't get rid of me! I am overridden by surrounding styles when gone */
		text-decoration: none; /* Don't get rid of me! I am overridden by surrounding styles when gone */
	}
	a:hover {
		text-decoration: underline;
	}
	#lynx a:link {
		color: #ffe9ff;
	}
	h2 {
		font-weight: normal;
		font-size: 1.3 em;
		padding-top: 10px;
	}
	#bodytext {
		position: absolute;
		top: 100px;
		left: 350px;
		right: 0px;
		background-color: #ffe9ff;
		padding: 10px 35px 10px 10px;
		z-index: 2;
	}
	#name {
		color: #ffe9ff;
		font-size: 60px;
		line-height: normal;
		position: absolute;
		top: 43px;
		left: 346px;
		z-index: 1;
	}
	#lynx{
		position: absolute;
		top: 10px;
		left: 348px;
		right: 10px;
		float: right;
		color: #ffffff;
		font-weight: bold;
	}
	img.floatleft {
		float: left;
		margin: 10px;
	}
	span.place {
		font-weight: bold;
	}
	span.caption {
		font-weight: medium;
		font-size: 0.7em;
	}
	label {
		display: inline-block;
		width: 100px;
		vertical-align: top;
	}
	label.error { 
		float: none; 
		color: red; 
		padding-left: .5em; 
		vertical-align: top; 
		width: 300px;
	}
	#formelements input {
		width: 200px;
		}
	#formelements textarea {
		width: 200px;
		}
	button {
		font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
		/* text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); */
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
		display: inline-block;
		color: #ffffff;
		padding: 5px 10px 5px;
		white-space: nowrap;
		text-decoration: none;
		cursor: pointer;
		background: #330022 repeat-x scroll 0 0;
		border-style: none;
		text-align: center;
		overflow: visible;
	}
	button:hover,
	button:focus	{
		background: #774466 repeat-x scroll 0 0;
		color: white;
	}
	button:active  {
		background-position: 0 -100px;
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
		-webkit-box-shadow: none;
	}
	.hidden {
		display: none;
	}	

