@charset "utf-8";
/* CSS Document */



body {
	text-align: center;
	background-image: url("../images/background1.jpg");
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0 0;
	padding: 0 0;
	color: #FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width: 850px;
	margin: 0 auto;
}

#title {
	width:850px;
	height: 78px;
	background: url("../images/title.jpg");
	background-repeat:no-repeat;
}
#footer {
	width: 100%;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
.right_nav {
	width: 170px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
	text-transform:uppercase;
	vertical-align: top;
	background-image: url(../images/navback.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 300px;
}

.right_nav li {
	list-style: none;
}

.right_nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.right_nav a:hover {
	color:#0099FF;
}

a { 
	color: #0099FF;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
}

.index_left {
	width: 650px;
	vertical-align:top;
	text-align: left;
}	

.homes_left {
	width: 650px;
	
}

.homes_left1 {
	width: 400px;
	vertical-align: top;
}
.homes_left2 {
	width: 250px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}

.small {
	font-size: 10px;
	font-style: italic;
}
.pagetitle {
	height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: 40px;
	vertical-align: middle;
	background: url(../images/titleback.jpg);
}
	

