﻿html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	height: 100%;
}

div.formfield {
	margin: 10px 10px 0px 0px;
}

div.formfield input
{
	width: 200px;
}

div.formfield input#price
{
	width: 100px;
	text-align: right;
}

div.formfield textarea
{
	width: 200px;
	height: 70px;
}

img.sight
{
	margin-left: 50px;
	margin-bottom: 20px;
	border: 2px solid black;
}

label
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

#container {
	/* background-color: #E5ECFF; */
	background-color: white;
	width: 1000px;
	height: 100%;
}

#content {
	float: left;
	width: 600px;
	height: 100%;
	padding: 0px 15px 15px 15px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#footer {
	background-color: #33A1DE;
	width: 100%;
	height: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #D2E9F7;
	text-align: center;
	padding-top: 5px;
}

#footer a
{
	color: #fff;
}

#logo {
	border: 1px solid black;
	display: block;
}

#main {
	width: 1000px;
	border-right: 1px solid black;
}

#menu {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 200px;
	height: 100%;
	padding-top: 10px;
	line-height: 150%;
	text-align: center;
}

#menu a
{
	text-decoration: none;
}

#rightcontent {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#top {
	clear: both;
}
