body {
	margin: 0px;
	background: #fff /*url("images/bg_body.gif") left 110px repeat-x*/;
	font: normal 13px Georgia, "Times New Roman";
	color: #222;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/* Links
--------------------------*/

a:link, a:visited {
	color: #a38c5b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Layout
--------------------------*/

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 10px 0 20px 0;
	height: 80px;
}

.column2 {
	float: left;
	width: 600px;
	padding: 20px 0 10px 0;
}

.column {
	float: left;
	width: 300px;
	padding: 20px 0 10px 0;
}

#column_left {
	margin-right: 20px;
}

#column_right {
	float: right;
}

#footer {
	padding: 20px;
}

/* Layout
--------------------------*/

h1 { margin: 0; padding: 0; }

h1 a {
	display: block;
	background: url("images/logo.gif") no-repeat;
	width: 660px;
	height: 80px;
}

h1 a span { display: none; }

h2.mast {

}

h2 {
	font-size: 0.9em;
}


h3 {
	font-size: 1em;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 18px;
	padding-bottom: 6px;
}

/* Contact form
--------------------------*/

#conBtn {
	width: 1000px;
	height: 40px;
	margin: 0 auto 0 auto;
	text-align: right;
	}
	
#contactBtn {
	background: #ff6800;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	}
	
#contactWrap {
	background: #ff6800;
	display: none;
	}
	
#contact {
	width: 1000px;
	padding: 30px 0 30px 0;
	margin: 0 auto 0 auto;
	}
	
#contact p {
	color: #ffffff;
	}