html {
	height: 100%;
}

body {
	font-size: medium;
	margin: 0px;
	padding-top: 80px;
	padding-left: 80px;
	padding-bottom: 30px;
	font-family: Courier New, "Courier New", serif;
	line-height: 1.5;
	color: #666666;
	background: #ffffff;
	border-top: 5px solid #00aa86;	
}

h1 {
	font-size: 230%;
	margin-bottom: 0.6em;
	font-weight: normal;
}


h2 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 0.5em;
	width: 400px;
}

p {
	font-size: 18px;
	font-weight: lighter;
	width: 400px;
	text-align: left;
	margin-bottom: 10px;
}

p strong {
	font-weight: bold;
}

a {
	color: #00aa86;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #007c5a;
}


.contact-area {
	text-align:left;
	width:400px;
}

.contact-area input, .contact-area textarea {
	padding: 5px;
	width: 386px;
	font-family: Georgia, "Hiragino Mincho Pro", serif;
	font-size: 14px;
	margin: 0px 0px 00px 0px;
	border: 2px solid #cccccc;
}

.contact-area textarea {
	height: 140px;
}

.contact-area textarea:focus, .contact-area input:focus {
	border: 2px solid #00aa86;
}

.label {
	margin-right: 15px;
	width: 100px;
	padding-top: 0px;
}