/* XHTML Declarations */
body {
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align:center;
	}

* {margin:0; padding:0;}

/* Begin Header DIV */
div#header {
	width:770px; 
	height:141px; 
	background-image:url(gadreamhomes_hdr.jpg);
 	background-color: #fff; 
	margin:0px; 
	padding:0px;
	}

/* Begin Page Layout Elements */
div#container {
	width:770px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:justify; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	border: 8px solid #FFFFFF; 
	background-color:#FFFFFF;
	}
	
div#navcontainer {
	width: 770px; 
	float:left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}

div#nav ul {
	float:left;
	display:list-item; 
	list-style:none; 
	height:5px;
	margin:0 0 0 3px;
	padding:2px;
	}
	
/* This is an HTML hack to let IE Browsers display left most border for the listed menu items */
* html div#nav ul { 
	float:left;
	border-left:1px solid #ffffff;
	margin-left:25px;
	}
/* Creates horizontal list items */
div#nav li {
	float:left;
	list-style-type:none;
	padding: 0 6px;
	border-right:1px solid #fff;
	}
	
/* Creates vertical lines between menu items */
div#nav li:first-child {
	border-left:1px solid #fff;
	}

a {
	padding:0 12px;
	text-decoration:none;
	color:#CCCCCC;	
	}	
a:link {color:#0000FF;}
a:hover {color:#FFFFFF; background:#333333;}
a:active {text-decoration:none;}
a.current:link {color:#000000;}
a.current:visited {color:#fff; background:#999999;}

/* Begin Content DIV */
div#contentarea {width:770px; background-color:#FFFFFF; margin:0px; padding:0px;}
div#contentarea img{border:none;}
div#contentarea p {
	border:none; 
	background-color:#FFFFFF; 
	margin-top:0 0 10px 0; 
	padding:5px; 
	height:11px; 
	text-align:justify; 
	}

/* Begin Footer */
div#footer {
	clear:both;
	margin:0px auto;
	padding:0px;
	width: 770px;
	height: 10px;
}

/* Copyright DIV styles */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
div#copyright a {
	width:770px;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

p.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
