
body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    height: 100%;
    font-family: arial, verdana, sans-serif;
    background-color: #333333;
}
#container {
    position: relative;
    width: 1000px;
    margin: 0px auto 0px auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #f4f4f4;
}
#top {
    width: 100%;
    height: 125px;
    background-image: url('/images/top_banner.jpg');
    border-bottom: 1px solid #666666;
    margin: 0px;
}
#main_container {
    position: relative;
    width: 100%;
    padding-bottom: 31px;
    margin: 0px;
}
#main_content {
    padding: 15px;
}
#footer {
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background-color: #cccccc;
    border-top: 1px solid #666666;
    text-align: right;
}

#top h1 {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 80px;
    left: 15px;
}

#main_content h1 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}
#main_content h2 {
	font-size: 18px;
    font-weight: bold;
    color: black;
}
#main_content p {
	font-size: 14px;
}
.price_table table {
	border: 1px solid #666666;
	border-collapse: collapse;
}
.error {
    border: 2px solid #000000;
    padding: 5px;
    color: red;
    font-weight: bold;
}
.success {
    border: 2px solid #000000;
    padding: 5px;
    color: green;
    font-weight: bold;
}


.available {
    color: green;
    font-weight: bold;
}
.sold {
    color: red;
}

iframe {
	border: 1px solid black;
}
