html, body {
margin:0;
padding:0;
height:100%;
width:100%;
}

body {
background:#658cc6 url(../images/background.png) repeat-x;
}

#content {
	margin-bottom:30px;
}

#main_text {
	color:#2b2c2c; font-family:Georgia, 'Times New Roman', Times, serif; width:80%; margin:0 auto; margin-left:100px; margin-top:60px;
}

label {
	display:block;
    width:150px;
    float: left;
    text-align: right;
    margin-right:8px;
    margin-top:5px;
    font-weight:bold;
}

.form_element {
	clear:both;
	padding:5px;
}

.form_container {
	width:500px;
	margin:0 auto;
	border:1px solid #8db6d4;
	background-color: #F0F1F1;
	overflow:hidden;
	padding:6px 6px 6px 6px;
}

.form_buttons {
	margin-top:20px;
	text-align:center;
}

.title {
	color: #404346;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	margin:0;
}

.subtitle {
	color: #404346;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	margin:0;
}

#menu {
	float:right; 
	height:26px; 
	margin:20px 20px 10px 0;
	width:670px;
	color:#CCCCCC;
	padding-right:20px;
	text-align:right;
}

a.menu {
	text-decoration:none;
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	font-variant:small-caps;
	white-space:nowrap;	
}

a.menu:hover {
	text-decoration:underline;
}

#contact {
	float:right;
	clear:right;
	width:359px;
	height:39px;
	margin:20px 30px 0 0;
	background:url(../images/contact.jpg);
}

span.error {
	color:red;
	font-size:12px;
}

div.listing {
	margin-bottom:10px;
}

.clr { clear:both; }