/* STYLE */

body {
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:13px;
margin:0;
padding:0
}
/* LINKS */

a:link {
color: #333;
text-decoration: underline;
}

/* HEADER */



/* CONTENT STRUCTURE */

ul {
	padding-left:66px;
}
#access {
	display:none;
}
#primary {
float: left;
width:85%;
}
.recent-posts {
	display:none;
}
#secondary {
	display:none;
}
#footer {
	display:none;
}

/* FORM */

.your-message textarea {
	width:100%;
	height:200px

}
.wpcf7-text {
	width:600px;
	height:60px;
		font-size:12px;

}
.wpcf7-validates-as-required {
	font-size:12px;
}
.wpcf7-submit {
	font-size:12px;
	padding:30px;
}
span {
	font-size: 12pt;
}