body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	background-color: #EEE;
	width: 100%;
}

img {
	display: block;
	border-width: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	background-color: #006FB7;
	color: #FFF;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}
#content .staticBox a {
	border-bottom: 1px dotted #006FB7;
}
#content .staticBox a:hover {
	background-color: #FFF;;
	color: #000;
	border-bottom-style: solid;
}

form {
	margin: 0;
}

#adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#global {
	position: relative;
	width: 955px;
	margin: 0 auto;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: #FFF;
}

#global #top {
	position: absolute;
	left: 0;
	top: 0;
	width: 955px;
	height: 213px;
	background: url(../picture/header.gif) 0 0 no-repeat;
}

#global #content #left {
	float: left;
	padding-top: 233px;
	width: 504px;
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 70px;
	padding-bottom: 78px;
	text-align: justify;
}

#global #content #right {
	float: right;
	width: 335px;
	height: 490px;
	min-height: 490px;
	padding-left: 26px;
	padding-top: 233px;
	background-color: #E9EEF8;
}
#global > #content #right { /*ie 6 hack */
	height: auto;
}

#global #content .parking {
	font-size: 12px;
	margin-bottom: 6px;
}
#global #content .parking img {
	display: inline;
	margin-right: 6px;
}

#global #content #left #address {
	position: absolute;
	bottom: 20px;
	width: 494px;
	padding: 10px;
	background-color: #E9EEF8;
}
#global #content #left #address p {
	margin: 0;
}

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
}

#global #footer {
	clear: both;
}
#global #footer #credit {
	position: absolute;
	right: 0;
	bottom: -15px;
	font-size: 9px;
}
