@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../Images/gradient.png);
	background-repeat:repeat-x;
	z-index:3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
.Contents{
	background-image:url(../Images/black_bar.png);
	background-repeat:repeat-x;
	top:90px;
	width:100%;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	z-index:2;
}

.Navigation {
	float:right;
	position:relative;
	top:100px;
	height:20px;
	text-align: justify;
	word-spacing:10px;
	z-index:10;
}

li {
	display: inline;
	list-style-type:circle;
}

a {
	color: #935b29;
	font-size: 12px;
}	

a:link{
	text-decoration:none;
}	

a:visited {
	color: #935b29;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.SetWidth{
	position:absolute;
	left:210px;
	width:740px;
}
.SmallHouse {
	width:353px;
	z-index:4;
	background-image:url(../Images/house_logo.png);
	height:197px;
}
#Logo {
	width:265px;
	z-index:5;
	height:55px;
	position:relative;
	top:90px;
	left:20px;
}
	
#Flash {
	margin:0px auto;
	display:block;
	text-align:center;
	width:780px;
}

#Footer{
	padding-top:50px; 
	color:#575757; 
	font-family:Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

/*#Footer a{
	color:#CCCCCC;
	font-size: 12px;
}

#Footer a:hover{
	color:#575757;
	text-decoration:underline;
}

#Footer a:visited{
	text-decoration:none;
	color:#CCCCCC;
}*/
