html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Rokkitt', serif;
}

#pagewidth {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#header {
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}

#header {
	float: left;
}

.about {
	float: right;
	padding-top: 20px;
	color: #888888;
}

#headermenu {
	clear: both;
	background-image: url('../images/menuheaderbg.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #DDDDDD;
	padding: 16px 5px 4px 5px;
	text-align: right;
}

#headermenu a {
	color: #444444;
	font-size: 15pt;
	text-transform: uppercase;
}

#leftcol {
	width: 300px;
	float: left;
	position: relative;
}

#right {
	width: 400px;
	float: right;
	position: relative;
}

#maincol {
	background-color: #FFFFFF;
	position: relative;
	width: 450px;
	float: left;
}

#footer {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #DDDDDD;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	font-size: 10pt;
	color: #888888;
	text-align: right;
}

#footer a {
	color: #888888;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
@media print { /*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	#rightcol {
		display: none;
	}
	#twocols,#maincol {
		width: 100%;
		float: none;
	}
}

h1 {
	font-family: 'Rokkitt', serif;
}

a {
	color: #c51501;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #c51501;
	font-weight: bold;
	text-decoration: underline;
}

form label {
	text-align: right;
	width: 200px;
	padding-right: 5px;
	display: inline-block;
}

form div {
	padding: 3px 0;
}

form input[type='text'] {
	width: 160px;
}

form .description {
	font-size: 9pt;
	color: #888888;
	width: 150px;
	text-align: left;
	float: right;
}

form label:after {
	content: ":";
}

form label.error {
	color: #FF6E00;
	width: 100%;
}

form label.error:after {
	content: "";
}

.fineprint {
	font-size: 10pt;
	color: #444444;
}

.text-right {
	text-align: right;
}

.clear {
	clear: both;
}

.highlight {
	color: #c51501;
}