body {
	font-family: sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.4em;
	font-weight: bolder;
	color: #FEA11C;
}

h2 {
	font-size: 1.2em;
	color: #1E7EDB;
}

#header {
	background-image: url("header.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 190px;
}

#navigation {
	color: #FFFFFF;
	padding: 4px 2px 0px 0px;
	text-align: right;
}

#navigation a {
	color: #FFFFFF;
	margin: 0px 5px;
	text-decoration: none;
}

#navigation ul {
	list-style: none;
	margin: 0px;
}

#navigation ul li {
	display: inline;
}

#content-left {
	float: left;
	width: 400px;
	text-align: center;
}
#content-left.apartment img {
	border: none;
	width: 150px;
}

#content-right {
	margin: 0px 10px 0px 410px;
}
#content-right img.map {
	border: 1px solid black;
}

#content-center {
	padding: 5px 20px;
}

table.rates {
	border: 1px solid #FEA11C;
	margin: 10px 0px;
}
table.rates th {
	background: #1E7EDB;
	color: #FFFFFF;
	padding: 2px;
	text-align: left;
	width: 200px;
}
table.rates td {
	border-top: 1px solid #FEA11C;
	padding: 2px;
}

form label {
	float: left;
	vertical-align: top;
	width: 200px;
}
form input {
	width: 300px;
}
form textarea {
	height: 200px;
	width: 300px;
}
form input.submit {
	margin-left: 400px;
	width: 100px;
}

.breaker {
	background-image: url("breaker.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	clear: both;
	height: 80px;
}

#validation {
	margin-right: 10px;
	text-align: right;
}
#validation img {
	border: none;
	height: 31px;
	margin: 5px;
	width: 88px;
}

#footer {
	color: #AAAAAA;
	padding: 5px;
	text-align: center;
}
