/* stylesheet for Borg's Real Estate */

html * {
	margin:0px;
	padding:0px;
	text-align:left;
}

body {
	height:100%;
	font-size:12px;
	font-family:Arial;
	color:#666;
	line-height:18px;
	background:#FFF;
}

h1 {
	margin-bottom:30px;
}

h2 {
	margin-bottom:20px;
	color:#000;
}

p {
	margin-bottom:1.4em;
	font-size:1em;
}

a:link,
a:visited,
a:hover, 
a:active {
	color:rgb(213, 0, 0);
}

a:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}

/* =header */

#wrapper {
	position:relative;
	min-height:100%;
}

/* =header */

#header {
	height:144px;
	background:url(../images/header-right-image.jpg) top right no-repeat rgb(213, 0, 0);
}

#header h1 {
	margin:0px;
	height:144px;
	background:url(../images/logo.jpg) top left no-repeat;
}

#header h1 a {
	display:block;
	height:144px;
	text-decoration:none;
}

#header h1 a span {
	visibility:hidden;
}

/* =menu */

#menu {
	position:absolute;
	top:144px;
	left:15px;
	width:197px;
}

#menu ul {
	list-style:none;
}

#menu ul li {
	margin-bottom:3px;
	border:1px solid #FFF;
}

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover,
#menu ul li a:active {
	text-indent:5px;
	display:block;
	color:white;
	height:20px;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
}

#menu ul li a:hover {
	color:rgb(255, 153, 0);
}

/* =page */

#page {
	background:url(../images/sidebar.jpg) top left no-repeat;
}

/* =sidebar */

#sidebar {
	position:absolute;
	top:284px;
	left:0px;
	padding:0px 10px 20px 10px;
	width:207px;
}

#sidebar h2 {
	margin:0px 5px 30px 5px;
	border:1px solid #FFF;
	padding:5px;
	font-size:1em;
	color:#FFF;
}

/* =content */

#content {
	padding:20px 20px 20px 247px;
}

/* =footer */

#footer {
	margin-left:227px;
	text-align:center;
}

#footer p {
	text-align:center;
}

