body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat;
	background-image: url(/media/images/bg.gif);
	margin: 0px;
	padding: 0px;
}

#logo {
	background-repeat: no-repeat;
	background-image: url(/media/images/logo.png);
	width: 146px;
	height: 241px;
}

#menu {

	min-width: 200px;
	width: auto;
	background-image: url(/media/images/bg-menu.png);
	background-repeat: repeat;
	height: 36px;
	position: absolute;
	top: 71px;
	left: 146px;
	text-align: right;
}

#menu ul {
	margin-top: 3px;
	padding: 0px;
}

#menu ul li {
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #e7e7e7;
	margin-right: 10px;
	display: inline-block;
	list-style-type: none;
}

#menu ul li a {
	text-decoration: none;
	color: #e7e7e7;
}

#menu ul li a:hover {
	color: #ffffff;
}

#menu-corner {
	background: url(/media/images/bg-menu-corner.png) no-repeat;
	height: 36px;
	width: 23px;
	position: absolute;
	top: 71px;
	left: 800px;
}

#quote {
	padding-right: 20px;
	color: #adadad;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	position: absolute;
	top: 15px;
	width: 96%;
	text-align: right;
}

#quote-source {
	width: 95%;
	text-align: right;
	font-style: italic;
	color: #7e7e7e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	top: 36px;
	position: absolute;
}

#content {
	border-width: 5px;
	min-height: 400px;
	width: 640px;
	background-color: #fafafa;
	border-color: #eaeaea;
	border-style: solid;
	top: 150px;
	left: 200px;
	position: absolute;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 4px 5px 5px #242424;
}

#content #section {
	color: #656565;
	font-weight: bold;
	font-size: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;
	background-color: #eaeaea;
}

#content div {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 5px;
}

#sideinfo {
	left: 880px;
	top: 150px;
	position: absolute;
	border-width: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eaeaea;
	border-color: #fafafa;
	border-style: solid;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 4px 5px 5px #242424;
}

#sideinfo h3 {
	font-size: 15px;
	text-decoration: underline;
}

.credit {
	font-size: 9px;
	text-decoration: none;
	font-family: Helvetica;
	font-style: italic;
}

#copyright {
	color: #f0f0f0;
	font-family: Arial, sans-serif;
	font-size: 9px;
}

#powerby {
	color: #f0f0f0;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-align: right;
	width: 650px;
}

#powerby a {
	text-decoration: none;
	color: #f0f0f0
}

#powerby a:hover {
	text-decoration: underline;
	color: #ffffff;
}

label {
	margin-top: 10px;
	display: block;
}
input, textarea {
	border-color: #878787;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
input.error, textarea.error {
	border-color: #a70101;
	border-style: solid;
	border-width: 1px;
}
input[type=submit], input[type=button], button {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-color: white;
	border-style: double;
	border-width: 3px;
	color: white;
	background-color: #878787;
	cursor: pointer;
}
a {
	color: #3e3e3e;
}
a:hover {
	color: #cb5921;
}
span.error, div.error {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-left: 5px;
	font-size: 11px;
	color: #a70101;
}
.warning {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #a70101;
}

h1 {
	font-size: 18px;
}

h2 {
	margin-left: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
}

.hidden {
	display: none;
}

.clickable {
	cursor: pointer;
}

.inactive {
	text-decoration: line-through;
}

.additional_info {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}