/* Merry Christmas, Squid! */

/*
Client: The Tai DeSa Team (Keller Williams Real Estate)
URL(s): http://www.taidesateam.com
Author: Sarah L. Brush (FAUXhemia Studios - http://www.fauxhemiastudios.com)
Date Created: 12.22.09
Last Update: 12.22.09
Soundtrack: Tonight - Franz Ferdinand
*/

/* CAST IN THE NAME OF GOD, YE NOT GUILTY */

body {
	background-color: #c4c4c4;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #4c4c4c;
	}
	
img {
	border: 0px;
	}
	
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #091e3b;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #c48157;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #091e3b;
	text-decoration: none;
	font-weight: bold;
	}
	
#wrapper {
	width: 85%;
	margin: 0 auto 0 auto;
	}
	
#header {
	width: 100%;
	height: 224px;
	margin-top: 1px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	}
	
#navigation {
	width: 100%;
	height: 54px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	}
	
#logo {
	width: 185px;
	height: 154px;
	position: relative;
	left: 4%;
	top: 30px;
	z-index: 100;
	}
	
#twitter {
	width: 359px;
	height: 177px;
	position: absolute;
	right: 15%;
	top: 116px;
	z-index: 90;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #5c6c79;
	padding: 15px;
	}
	
#main {
	width: 100%;
	background-color:#f7f6f2;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	}
	
#houses {
	width: 305px;
	height: 140px;
	background-image: url(../images/houses.png);
	background-repeat: no-repeat;
	position: relative;
	top: 60px;
	left: 6%;
	float: left;
	}
	
#heading {
	width: 433px;
	position: relative;
	top: 60px;
	right: 3%;
	float: right;
	}
	
#text {
	width: 425px;
	position: relative;
	top: 30px;
	text-align: justify;
	z-index: 50;
	margin-bottom: 50px;
	}
	
#text2 {
	width: 100%;
	position: realtive;
	top: 30px;
	text-align: justify;
	z-index: 50;
	margin: 50 auto 0 auto;
	padding-top: 50px;
	text-align: center;
	}
	
#footer {
	width: 100%;
	height: 143px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	clear: both;
	padding-top: 7px;
	}
	
#push {
	height: 80px;
	}
	
.ulysses {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #7f94a4;
	}