/**
  * CSS for Angela Higgins
  * Copyright UniqueHomeSites Inc.
  */

body {
	background: #971c14 url(../images/tile.png) repeat-x scroll top left;
	margin: 0;
}
body a
{
	text-decoration: none;
}
body img
{
	border: 0px;
}

#wrapper {
	width:1033px;
	margin: 0 auto;
}

/** Header styles **/

#header {
	width:1033px;
	height:280px;
	display:block;
}

#banner {
	width:100%;
	height:245px;
	margin: 0 auto;
}

/** Navigation styles **/

#navigation {
	width:100%;
	height:40px;
	background: transparent url(../images/navigation.jpg) top left;
}

#nav_container {
	width:960px;
	margin: 0 auto;
}

#nav {
	font-size:14px;
	padding-top:4px;
}

/** Main Content styles **/

h3 {
	color:#FFE3A7;
	font-family: Times;
	font-weight: bold;
	font-size:18px;
}

#maincontent {
	width:100%;
}

#sideleft {
	background: url(../images/side_left.jpg) repeat-y;
	width:18px;
	height:340px;
	float:left;
}

#sideright {
	background: url(../images/side_right.jpg) repeat-y;
	width:18px;
	height:340px;
	float:left;
}

#contentcontainer {
	background-color:#000000;
	width:977px;
	height:315px;
	padding: 25px 10px 0 10px;
	float:left;
}

#contentpages {
	background: #FFFFFF url(../images/content_tile.jpg) repeat-y;
	width:1001px;
	margin: 0 auto;
	padding: 25px 16px 10px;
}

#contentpages img
{
	border: 0px;
}

#contentpages a
{
	text-decoration: none;
}

#column_container {
	margin: 0 auto;
	width:957px;
}

.singlecol {
	background: url(../images/box.jpg) no-repeat;
	width:303px;
	float:left;
	padding:8px;
}

.singlecol p {
	color:#FFFFFF;
	font-family:Times;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
}
.singlecol p a {
	color: #ffffff;
}


.singlecol img {
	padding-bottom:9px;
}

/** Footer Styles **/

#footer {
	width:1033px;
	height:120px;
	background: url(../images/footer.jpg);
}

.poweredByUHS 
{
	width: 126px;
	height: 30px;
	float: right;
	padding: 50px 25px;
}

.poweredByUHS a img {
	border:none;
}

/** Overwritten styles **/
.listingimage {
	padding: 0 10px 10px 0;
	border: 0 none;
}
.addressPrice {
	float:right;
	font-family:'Trebuchet MS';
	font-size:16px;
	padding-bottom:10px;
}
.listingdesc {
	font-family: 'Arial Narrow';
}

#listingsFrame
{
	width: 647px !important;
}
