/* CSS Document */
html {
	height: 100%;
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/background.gif) repeat-y center top;
}
a:link, a:visited { 
	color: #E2001A; 
	text-decoration: none; 
}
a:hover, a:active { 
	text-decoration: underline; 
}


#frame {
	margin: 0 auto;
	width: 814px;
}
#nav {
	padding: 6px;
	background: #fff;
	text-align: right;
	display: block;
}
#nav a:link, #nav a:visited { 
	font-size: 14px; 
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 2px 0 2px;
}
#nav a:hover, #nav a:active { 
	color: #ec0000; 
	text-decoration: underline; 
}

#text {
	margin: 10px;
	float: left;
	width: 460px;
	height: 400px;
	background: #fff;
	font-size: 11px;
	display: inline;
}
#text h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 14px 10px 4px 10px;
}
#text p {
	margin: 4px 10px 4px 10px;
}
#map {
	margin: 10px 10px 10px 0;
	width: 324px;
	height: 400px;
	float: left;
	display: inline;
}
#randomimage {
	margin: 34px 10px 10px 0;
	width: 322px;
	height: 298px;
	float: left;
	display: inline;
	border: 1px solid #E2001A;
	overflow: hidden;
}
#partner {
	margin: 30px 10px 0 0;
	width: 324px;
	height: 45px;
	float: left;
	display: inline;
	text-align: center;
}


#error {
	border:1px solid #FF0000;
}
label, input, select { 
	display: block;
	float: left;
	margin: 1px 0 1px 0;
}
input {
	border: 1px solid #DDDDDD;
}
label {
	text-align: right; 
	padding-right: 1em; 
	width: 140px; 
}
form br { 
	clear: left;
}
input#submit { 
	float: none;
	width: auto;
}
.button {
	border: 0;
	margin: 2px;
}
#footer {
	border-top: 1px solid #999;
	margin: 0 auto;
	width: 814px;
	clear: left;
	font-size: 10px;
	color: #999;
}
#footer p {
	margin: 2px 10px 0 10px;
}

