body{
	background-color: #FFFFFF;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}
	
p{
	margin-top:5px;
	margin-bottom:3px;
}

ul{
	list-style-type:disc;
	margin: 2px 0 2px 0;
}

a:link{
	text-decoration: none;
	color:#000000;
}
	
a:visited{
	text-decoration: none;
	color: #000000;
}
	
a:hover{
	text-decoration: none;
	color:#000000;
}

#wrapper{
	width:760px;
	height:600px;
	margin:auto;
	margin-top:10px;
	background-color:#FFFFFF;
}

/* head */
.header{
	width:760px;
	height:105px;
	}
	
.logo{
	width:300px;
	height:105px;
	margin:0 230px 0 230px;
	}
	
/* navigation */
#navigation{
	width: 760px;
	height:25px;
	margin:15px 0 0 0;
	background-color:#DEDA9C;
	line-height: 30px;
	text-transform: uppercase;	
}

ul.menu{
	margin:0;
	padding:0;
	}
	
#navigation li, #subnav li {
 	float:left;
	margin: 0 0 0 58px;
   	display: block;
}

#navigation li a{
	color:#000000;
	font-weight: bold;	
	}

#navigation li a:hover{
	color:#000000;
	font-weight: bold;
	text-decoration: underline;	
	}

.on{
	color:#000000;
	font-weight: bold;
	text-decoration: underline;	
	}
	
/* home */
#main{
	width:760px;
	height:420px;
	margin:25px 0 0 0;
	}


/* about us */

.image{
	width:100px;
	height:300px;
	margin: 0 30px 0 30px
	}
	
.copy{
	float:right;
	height:300px;
	width:550px;
	margin: 0 50px 0 0;
	}
	
/* properties */	

	
/* Form */

.miniboxes {
	width:150px;
	float:left;
	margin:10px 10px 0 0;
	}

.formstyler {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3A3A3A;
	padding:5px;
	margin:5px 5px 0 0;
	border:1px dotted #666;
	background:#fdfdfd;
	}
	
.break {
	width:100%;
	height:10px;
	clear:both;
	font-size:0;
	}
	
/* footer */
#footer{
	width:760px;
	height:100px;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	background-color:#292F29;
	line-height:30px;
	}

#footer a{
color: #FFFFFF;
	}

.copyright{
	font-size: 10px;
	text-align:center;
	margin:10px 0 0 0;
	}
	
/* Margin fix IE */

*html #navigation li, #subnav li {
 	float:left;
	margin: 0 0 0 40px;
   	display: block;
}

*html .copy{
	float:right;
	height:300px;
	width:500px;
	margin: 0 50px 0 0;
	}