﻿html, body, #wrapper {
	height:100%;
}

body {
	background-color: #ffffcc;
	margin: 0;
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size:medium;
	color:#000099;
}

img { border: none; }

ul {
	
	margin: 0 2em;
}

h1 {
	font-size: 150%;	
}

#wrapper {
	margin:0 auto;
	width:780px;
	background-color:White;	
}

#header {
	border-bottom: 1px solid black;	
	text-align: center;
}

#mainContent {
	padding: 8px;
	min-height: 600px;
}

table#forsale {
	width: 80%;	
}

table#forsale td, table#forsale th {
	border:1px solid;
	padding: 3px;
}

table#forsale th {
	background-color:#ffcc33;		
}

table#forsale col#description {	text-align:left; }

table#forsale col#canPrice, table#forsale col#usPrice {	text-align: right; }

#footer {
	text-align:center;	
	font-size: 80%;
}