body, h1, h2, h3, h4, h5, h6, p, table, tr, th, td
{
    margin: 0;
    padding: 0;
}

body
{
	background: Black url('../images/background_gradient.png') 0 0 repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin:0; 
    padding:0; 
    height:100%; 
    margin-bottom:50px;
}

foo{
background-color:#fff;
}

table{
	
}

td{
	vertical-align:top;
}

/* MAJOR SECTIONS */
#parent
{
    width:850px;
    margin:auto;

}

#left
{
    background-color:#fff;
    padding:15px 20px 15px 20px;
    height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:top;
}

#right
{
    background-color:#fff;
    padding:15px 10px 5px 10px;
	height:100%;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:240px;
}

#banner{
    vertical-align:middle;
    height: 54px; /* true height (99px) minus padding-top minus margin-top (5px) of details and sidebar */
    background: Black;
    color: White;
    padding-top: 30px;
}

#footer{
	clear:both;
	width: 850px;	
    height: 44px; /* true height (99px) minus padding-top minus margin-top (5px) of details and sidebar */
    background: Black;
    color: White;
    z-index: 1000;
	font-size:11px;
	color:#666;
	text-align:right;
	border-top:1px dotted #222;
	padding-top:20px;
}

#left p,h5{
	margin-top:10px;
}

#top_content_image
{
padding:10px 10px 10px 10px;
}

#content_text{
	text-align:left;
	border:0px red solid;
	padding:10px 10px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:inherit;
}

#content_text p,h5{
	margin-top:10px;
}

#container{
	padding:10px 5px 5px 5px;
	margin-top:5px;
	height:100%;
}

#menu{
	width:500px;
	padding-top:1px;
	margin-left:200px;
}

#menu a{
	color:#fff;
	text-decoration:none;
	margin-left:25px;
}

#logo{
	width:154px;
	float: left;
}

/* MAPS */
#talltoad{
	width: 210px;
	height: 225px;
	border:2px solid #ccc;
	text-align:center;
	margin-top:40px;
}
#santarosa{
	width: 210px;
	height: 225px;
	border:2px solid #ccc;
	text-align:center;
	margin-top:40px;
}

#quote{
	background-color:#fff;
	margin-left: 10px;
}

table#frontContentTable{
	background-color:#fff;
}

table#frontContentTable td{
	padding:10px 10px 50px 10px;
}

table#frontContentTable td p{
	margin-top:20px;
}
