@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	margin: 0px auto 20px auto;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	text-align: center;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
	color:#676767;
	background: url(images/bg.jpg) repeat-x top #4cd0a6;
}
p {
	margin:0px 0px 17px 0px; 
	/* padding:0px 0px 17px 0px; */
}
a {
	outline:none;
	color: #d0a94c;
	text-decoration: none;
}

a:hover {
	color: #c9ad94;
	text-decoration: none;
}
h1 {
	margin:0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	padding-bottom:20px;
}
img {
	border:0px;
}
li {
}

