/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

a:link {text-decoration:none; border:1px; border-color:#fff;border-style:solid 1px #fff;}
a:visited {text-decoration:none; border:1px; border-color:#fff;border-style:solid 1px #fff;}
a:active {text-decoration:none; border:1px; border-color:#fff;border-style:solid 1px #fff;}
a:hover {text-decoration:none; border:1px; border-color:#fff;border-style:solid 1px #fff;}

a img {
	border-width:0;
	text-decoration:none; border:1px; border-color:#fff;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol , li{
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}


img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.center {
	float: center;
	margin: 0 20px 10px 0;
}
.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.center{
	text-align:center;
}

/* Footer */

#footer {
	clear: both;
	height: 93px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#contact-area {
	width: 720px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 591px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

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

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}



