body{
	background-repeat: repeat-x;
	color: #333333;
	background-color:#c0c1c3;
	background-image: url(../images/background.jpg);
	font-family:"Georgia", Times, serif; 
	font-size:11px;
	line-height:15px;
	margin:0;
	padding:40px 0px;
}
td{
	vertical-align: top;
	
}
img{
	border-style:none;
}
a{
	color:#333;
}
h2{	
	font-family: "Copperplate Gothic Light","Copperplate Gothic",Tahoma;	
	
	font-weight:normal;
	font-variant:small-caps;
	font-size:18px;
	border:1px solid #4D4C4D;
	display:block;
	padding:3px 5px;
}
h4
{
	margin-top:0;
	margin-bottom:10px;
	font-size:16px;
}
ul{
	padding:0;
	margin:10px 10px 10px 20px;
	list-style-type: square;
}
li{
	padding:0;
	margin:0;
}
 .pink{
	background-color:#EEA47E;
}
 .green{
	background-color:#B6D5CE;
}
 .blue{
	background-color:#9DB6C4;
}
 .gold{
	background-color:#F7D188;
}
#container{
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;

	width:899px;
	padding-left:9px;
	padding-right:8px;
	margin:0px auto;	
}
 #top_shadow, #bottom_shadow{
	width: 916px;
	margin:0px auto;
}

#top_shadow{
	background-image:url(../images/top_shadow.png);
	background-repeat:no-repeat;
	height:5px;
}
#bottom_shadow{
	background-image:url(../images/bottom_shadow.png);
	background-repeat:no-repeat;
	height:5px;
}
#callout{
	position:absolute;
	left:200px;
	z-index:20;
	}
#header{
	background-image:url(../images/sf.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:15px 0 0 0;
	font-family: "Copperplate Gothic Light","Copperplate Gothic",Tahoma;
	font-variant: small-caps;
	font-size:18px;
	overflow:hidden;
	width:899px;
	color:#c63730;
}
#header a{
	text-decoration:none;
	font-family: "Copperplate Gothic Light","Copperplate Gothic",Tahoma;
	font-variant: small-caps;
	font-size:18px;
	color:#333;
	
}
#header a:hover{
	text-decoration:underline;
}
#content_table{
	width:100%;
	border-collapse:collapse;
}
#content_table td{
	border-top:1px solid #4D4C4D;
	border-bottom:1px solid #4D4C4D; 
	padding:0 20px;
	}
.col1{
	border-right:1px solid #4D4C4D; 
	width:260px;
}
.col2{
	border-left:1px solid #4D4C4D; 
	border-right:1px solid #4D4C4D;
	width:330px; 
}
.col3{
	border-left:1px solid #4D4C4D;
	width:189px; 
	padding:0 !important;
	
}
.col3_pad{
	margin:15px 20px !important;
}
.col3_content
{
	min-height: 300px;
	padding:0 20px;
}
.col3_image{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-position: right bottom;
	background-repeat:no-repeat;
}
.listing{
	background-image:url(../images/gray_grad.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	border:1px solid #4D4C4D;
	padding:5px;
	margin-bottom:10px;
}
#content_table .listing_interior{
	border-bottom:1px solid #CCC;

	
	padding:0px;
	margin-bottom:10px;


}
#content_table .listing td, #content_table .listing_interior td{
	border-style:none;
	padding:10px;
}
#content_table .listing_image{
	padding-top:20px;
}
#footer{
	margin:0 auto;
	width:860px;
	padding:0 20px;
}
.redbar{

	background-color: #c63730;

}
.blackbar{
	color: white;
	background-color:#000;
}
.greenbar{
	background-color:#A9C6C0;
}
.goldbar{
	background-color:#EBBC5B;
}
.pinkbar{
	background-color:#D28E76;
}
.green_grad{
	background-color:#fff;
	background-image:url(../images/green_grad.jpg);
	background-repeat:repeat-x;
}
.gold_grad{
	background-color:#fff;
	background-image:url(../images/yellow_grad.jpg);
	background-repeat:repeat-x;
}
.pink_grad{
	background-color:#fff;
	background-image:url(../images/pink_grad.jpg);
	background-repeat:repeat-x;
}
.small_space{

	height: 5px;

}
.medium_space{

	height: 10px;

}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
#content_table td table td{
	border-style:none;
	padding:5px;
}