/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		background: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		}

a {
	color: #666666;
	}

a:visited {
	color: #666666;
	}

a:hover {
	color: #666666;
	font-weight: bold;

	}

/*  --------- Overall structure  --------- */

#wrapper {
		width: 750px;     
		margin: 0 auto;
		padding: 20px 0px 0px 0px;
		}
		
#logo {
	height: 40px;
	width: 250px;
	float: left;
	font-size: 36px;
	color: #A6988F;
		}
		
#navigation  {
		float: left;
		width: 500px;
		height: 40px;
		}
		
#nav li {
		float: left;
		display: inline;
		list-style: none;
		color: #930E3B;
		margin: 0px;
		padding: 15px 0px 0px 0px;;
		}

#nav li#home {
	width: 80px;
	}

#nav li#gallery {
	width: 85px;
	}

#nav li#openhouse {
	width: 120px;
	}

#nav li#information {
	width: 120px;
	}

#nav li#contact {
	width: 85px;
	}

#nav a {
	color: #930E3B;
	text-decoration: none;
	text-align: center;
	}	
	
#nav a:visited {
	color: #930E3B;
	text-decoration: none;
	}	

#nav a:hover {
	color: #930E3B;
	text-decoration: none;
	font-weight: bold;
	}	
	
#content {
		padding-bottom: 10px;
		}

.separator {
		clear: both;
		}
#blowuptext {
	margin: 0px 0px 0px 0px ;
}
/* ------------ Fonts ----------------*/

h2 {
	font-size:80%;
	font-weight:normal;
	margin-bottom: 5px;
	color: #930E3B;
		}

.lable {
	font-size:10px;
	color: #666666;
	}

.generaltext {
	color: #666666;

}

p {
	font-size:80%;
	color: #666666;
}
