@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #333;
}
#head {
	background: url(images/top_repeat.gif) repeat-x top center;
	height: 200px;	
	width: 100%;
}
#wrap {
	width: 850px;
	margin: 0px auto;
}
#wrap img {
	float: right;
	width: 125px;
}
#wrap p {
	font: 28px Arial, Helvetica, sans-serif;
	width: 700px;
	color: #fff;
	float: left;
	padding: 30px 0px 0px 0px;
}
#content {
	width: 100%;
	background: #333;
	font: 12px Arial, Helvetica, sans-serif;
}
#content-wrap {
	background: #fff;
	width: 850px;
	margin: 0 auto;
}
#footer {
	width: 840px;
	margin: 0px auto;
	margin-top: 5px;
	padding: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	background: #fff;
}
#footer a {
	text-decoration: underline;
	color: #333;
}
#footer a:hover {
	text-decoration: none;
	color: #ccc;	
}
.twothird {
	width: 534px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding: 3px;
	margin: 5px;
}
.twothird h1 {
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #333;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}
.third {
	width: 267px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding: 3px;
	margin: 5px;
}
.third h2 {
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #333;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}
.orange {
	font: 30px Arial, Helvetica, sans-serif;
	color: #333;
}
.clear {
	clear: both;
}
ul {
	float: left;
	list-style: disc inside;
	padding-left: 30px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
table.contact {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 257px;
	text-align: left;
}
table.contact td {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}
.form-input {
	width: 180px;
	padding: 2px;
	color: #333;
	border: 1px solid #ccc;
	font: 11px Arial, Helvetica, sans-serif;
}
.message {
	background: #ffd600;
	border: 1px solid #e6c801;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 10px;
	margin: 5px;
	font-weight: bolder;
}
