
body {
  text-align:left;
 background:black;
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size:.8em;
	line-height:1.6em;
	margin:0em 0em 0em 0em;
}
#container {
width:1170px;
margin:auto;
background: transparent URL('../images/main_bg.jpg') repeat-y ;
background-position:center; 
padding:40px;
padding-bottom:0px;
}
* html #container {
	width:1120px;
}

.main {
text-align:left;
color:black;
padding:20px;
font-size: 1.2em;
margin:auto;
width:658px;
background: white;

}

.tour {
	background: white URL('../images/BG_tour.jpg') no-repeat;
}
.contact {
	background: white URL('../images/BG_contact.jpg') no-repeat;
}

.coupon {
	background: white URL('../images/BG_coupon.jpg') no-repeat;
}

.about {
	background: white URL('../images/BG_about.jpg') no-repeat;
}
.special_features {
	background: white URL('../images/BG_special_features.jpg') no-repeat;
}
.new_features {
	background: white URL('../images/BG_new_features.jpg') no-repeat;
}
.color_tour {
	background: white URL('../images/BG_color_tour.jpg') no-repeat;
}
.partners {
	background: white URL('../images/BG_partners.jpg') no-repeat;
}
.press {
	background: white URL('../images/BG_press.jpg') no-repeat;
}
.directions {
	background: white URL('../images/BG_directions.jpg') no-repeat;
}
.open_house {
	background: white URL('../images/BG_open_house.jpg') no-repeat;
}
.realtor {
	background: white URL('../images/BG_realtor.jpg') no-repeat;
}

#header {
width:1090px;
height:191px;
border: none;
padding:0px;
padding-top:10px;
margin:auto;
background: transparent URL('../images/header_bg.jpg') no-repeat ;
background-position:center; 
position:relative;
color:white;
font-family:arial;
font-weight:bold;
font-size:0.7em;
line-height:240%;
letter-spacing:2px;
}
#nav_left {
margin-top:80px;
width:180px;
text-align:right;
float:left;
}
#nav_right {
margin-top:80px;
margin-right:-120px;
width:300px;
text-align:left;
float:right;
}

#tix {
	float:left;
	margin-top:20px;
	padding-left:30px;
}
#logo_home{
	float:left;
	margin-top:30px;
	padding-left:210px;
}
#fb {
	position:absolute;
	top:290px;
	left:900px;

}
#footer {
color:white;
margin:auto;
text-align:center;
background: transparent URL('../images/footer_bg.jpg') no-repeat ;
background-position:center; 
width:1070px;
height:99px;
font-size: .65em;
font-weight: normal;
margin-top:20px;
margin-bottom:0px;
padding-top:0px;
}

/*** IE Fix ***/
* html .main {
  width:658px; 
  
}

.main img{
	border: 0px solid #45637A;
}
 p img {
 margin-right:10px;
 }
/*for looks */

body {
	color:white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background:black;

}
#header a {
color:white;
}
#header a:link {
	}
#header a:visited {
	}
#header a:active {
	}
#header a:hover {
	color: #78291C;
	text-decoration: none;
	}
a {
	text-decoration: none;
	color: #78291C;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	
	text-decoration: underline;
	}
#footer a {
	color:#afb48b;
}
	
h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-top: 0em;
	margin-bottom: .5em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color:;
	}
h1 span {
	font-size:.7em;
	color:black;
}
h2 {
	font-size: 1.0em;
	margin:0em 0em 0em 0em;
	padding:0px;
	font-weight: bold;
	color:#78291C;
	}
h2 span {
	font-size:.7em;
	color:black;
}
h3 {
	color:#F7941D
	font-size: 1.2em;
	margin: 0em 0em 0em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: .9em;
	line-height: 1.8em;
	margin-left:.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

p {
	font-size:.8em;
	line-height:1.3em;
	margin:.4em 0em 1.2em 0em;
	}

li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong {
	font-weight: bold;
	}
.alert {
	font-weight:bold;
	color:#d74200;
}
