/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff url(images/body-bg.jpg) top repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 900px;
}
table#topnav {
 margin: 0px;
 padding: 0px;
 width: 900px;
 text-align: center;
 background: url(images/topnav-bg.jpg) repeat-x;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: #000;
 text-decoration: none;
 padding: 15px 0px;
}
#topnav a:hover {
 text-decoration: underline;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 900px;
 text-align: left;
}
a.button {
 display: block;
 width: 202px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 padding: 9px 0px;
 background: url(images/button-pink.jpg) no-repeat;
}
a.button:hover {
 color: #f9f;
}
a.button-small {
 display: block;
 width: 164px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 padding: 9px 0px;
 background: url(images/button-pink-small.jpg) no-repeat;
}
a.button-small:hover {
 color: #f9f;
}
a.button-large {
 display: block;
 width: 164px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 padding: 9px 0px;
 background: url(images/button-pink-large.jpg) no-repeat;
 margin-bottom:5px;
}
a.button-large:hover {
 color: #f9f;
}
a.button-long {
 display: block;
 width: 342px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 padding: 9px 0px;
 background: url(images/button-pink-long.jpg) no-repeat;
}
a.button-long:hover {
 color: #f9f;
}
td#left-col {
 margin: 0px;
 padding: 5px;
 background: url(images/leftcol-bg.jpg) repeat-y;
 text-align: center;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 900px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
td#footer-main {
 background: url(images/footer-bg.jpg) no-repeat;
 width: 900px;
 height: 100px;
}
div#footer-address {
 margin: 37px 0px 0px 20px;
 width: 400px;
 height: 40px;
 text-align: center;
}
div#footer-logos {
 float: right;
 margin: 7px 0px 0px 240px;
 width: 320px;
 height: 80px;
 text-align: center;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
.pink_text {
	color:#fe33b0;
}
.fsbo_prices {
	font-weight:bold;
	font-size:20px;
}