@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d4d4d4;
	color: #005f82;
	font: arial,sans-serif;
	font-size: 1em;
	text-align: center;
	margin: 0px;
        line-height: 1.3em;
	}
p {
        margin-bottom: 10px;
}
img {
	border: 0;
	}
#header {
	width: 900px;
	height: 600px;
	margin: 0px auto;
	}
#logo {
	width: 374px;
	height: 100px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	float: left;
	}
#contact {
	float: right;
	width: 520px;
	height: 100px;
	position: relative;
}
#headcolor {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 520px;
	background-color: #0e6efd;
	height: 25px;
	}
#tel {
	color: #0e6efd;
	font-size: 20px;
	padding-bottom: 25px;
	padding-top: 50px;
	text-align: left;
	}
#adphoto {
	clear: both;
	background-image: url(img/adphoto0.jpg);
	width: 900px;
	height: 400px;
	}
#menu {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#container {
	width: 900px;
	margin: 0px auto;
	background-image:url(img/container.jpg);
	background-repeat:repeat-y;
	}
#main {
	width: 620px;
	background-color: #fffceb;
	background-image: url(img/mainbg.jpg);
	background-repeat:no-repeat;
	padding: 60px 10px 20px 20px;
	text-align: left;
	float: left;
	color: #005f82;
	}
#sidebar {
	float: right;
	width: 250px;
}
#weather {
	padding: 15px 0px;
	}
#news {
	margin: 10px 0px;
	padding: 60px 5px;
	border-color: #fffceb;
	border-style: solid;
	border-width: 5px 5px 5px 10px;
	background-color: #3e3e3e;
	background-image: url(img/news.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 0.8em;
	color: white;
}
#recentcomment {
	margin: 10px 0px;
	padding: 60px 5px;
	border-color: #fffceb;
	border-style: solid;
	border-width: 5px 5px 5px 10px;
	background-color: #14c4ea;
	background-image: url(img/recentcmts.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	font-size: 0.8em;
	}
#links {
	margin: 10px 0px 50px 0px;
	padding: 60px 5px;
	border-color: #fffceb;
	border-style: solid;
	border-width: 5px 5px 5px 10px;
	background-color: #14c4ea;
	background-image: url(img/links.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	font-size: 0.8em;
	}

#recentcomment hr {
	border: 1px solid #4fdcfb;
	border-bottom: 0px;
	height: 1px;
	}
#waterwheel {
	margin: 0px auto;
	width: 900px;
	clear: both;
	}
#footer {
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	padding: 5px;
	background-color: #d0ccc9;
	}
#annoncement {
	background-image: url(img/footerbg.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 912px;
	height: 60px;
	color: #005f82;	
	}
#replyform {
	width: 650px;
	color: #aaa84c;
	}
.title {
	color: #ff0054;
	font-size: 1.5em;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
	}
.content {
	font-size: 0.9em;
	}
.name {
	font-size: 0.8em;
	color: #14c4ea;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
	}
#main hr {
	border: 1px solid #4fdcfb;
	border-bottom: 0px;
	height: 1px;
	margin: 40px 10px 40px 0px;
	}
input[type=text] {
	border: 0px;
	background-color: #4fdcfb;
	color: white;
	padding-left: 5px;
	}
textarea {
	border-color: #4fdcfb;
	border-style: solid;
	border-width: 1px;
	width: 500px;
	height: 150px;
	font-size: 0.8em;
	color: #14c4ea;
	padding: 5px;
	}
#submit {
	background-color: #4fdcfb;
	border: none;
	color: white;
	}
a {
	text-decoration: none;
	color: #ff0054;
	}
a:hover {
	text-decoration: none;
	color: # #ff0054;
	background-color: white;
	}
#sidebar a {
	color: white;
	background-color: #ff0054;
	}
#sidebar a:hover {
	color:#ff0054;
	background-color: white;
	}
h4 {
	color: white;
	background-color: #ff0054;
        display: inline;
}
#links a {
	color: white;
	background-color: #14c4ea;
	}
#commentlist {
	font-size: 11px;
	}
