html { 
}

body {
	background: #6d90a6;
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


div#body {
	background: white;
	margin: 0px auto;
	max-width: 776px;
	border: 1px solid #476b8d;
}

#body h1 {
	text-align: center;
	margin-top: 0px;
	padding: 0.5em;
	background: url("/__vn_images/h1.jpg") 0 0 no-repeat #fef7cd;
	color: #463d3e;
}

p {
	width: 90%;
	margin: 2em auto;
	text-align: center;	
}

#forsale {
	font-size: x-large;
}


p#contact {
	width: 75%;
	padding: 1em;
	background: #ffffd8;
	border-left: 1px solid #ffdd93;
	border-top: 1px solid #ffdd93;
	border-right: 1px solid #ffb516;
	border-bottom: 1px solid #ffb516;
}

#other-names table {
	margin: auto;
}

#other-names td {
	padding: 4px 8px;
}

td.price {
	text-align: right;
}

div#register {
	font-size: smaller;
	width: 100%;
	margin: 0 auto;
	text-align: center;	
	padding: 20px 0;
	border-top: 1px solid #476b8d;
	background: #f3b06c;
}

#register p {
	margin: 4px auto;
}

#register div {
}

form {
	font-size: larger;
}

input, select, label {
	font-weight: bold;
	font-size: larger;	
}

input:focus, textarea:focus {
	background: #ffd;
}

input:hover, textarea:hover {
	background: #ffd;
}

