* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 125%;
}
body {
	font-size: 60%;
	text-align: center;
	background-image: url(../images/global/bg-title.gif);
	background-repeat: repeat-x;
	background-color: #555C2E;
	color: #333333;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	height: 277px;
	background-image: url(../images/global/title-01.jpg);
}
#title {
	background-image: url(../images/global/title-01.jpg);
	height: 277px;
	background-repeat: no-repeat;
	background-position: top;
	width: 770px;
}
#topnav {
	text-align: left;
	font-size: 1.45em;
	padding-top: 200px;
	padding-left: 50px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topnav ul {
	list-style-type: none;
}
#topnav li {
	display: inline;
	padding-right: 20px;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #333333;
}
#topnav #topnav-active a {
	color: #333333;
}
#mainpage {
	width: 730px;
	background-image: url(../images/global/bg-mainpage.gif);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 30px;
	background-repeat: repeat;
	position: relative;
	height: 550px;
}
#maincontent {
	width: 280px;
	text-align: justify;
	margin-right: 30px;
	float: left;
	padding-left: 30px;
	overflow: visible;
}
#maincontent h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maincontent p {
	margin-bottom: 15px;
	line-height: 1.8em;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maincontent p span {
	font-weight: bold;
	font-size: 0.9em;
}
#maincontent p.address {
}
#maincontent p a {
	color: #96A25A;
	text-decoration: underline;
}
#maincontent p a:hover {
	text-decoration: none;
}


#maincontent ul {
	font-size: 1.3em;
	line-height: 1.8em;
	margin-left: 15px;
}
#sidecontent {
	margin-top: 41px;
	float: left;
	width: 360px;
	margin-left: 30px;
}	
#sidecontent .thumbnail {
	width: 88px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 32px;
}
#sidecontent .thumbnail img {
	border: 4px solid #C7CCAA;
}
#sidecontent .thumbnail img:hover {
	border: 4px solid #555C2E;
}
#sidecontent .thumbnail p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-top: 5px;
}
#sidecontent .thumbnail-big {
	width: 330px;
	margin-bottom: 25px;
	float: left;
	text-align: center;
}
#sidecontent .thumbnail-big img {
	border: 4px solid #C7CCAA;
}
#sidecontent .thumbnail-big img:hover {
	border: 4px solid #555C2E;
}
#sidecontent .thumbnail-big p {

	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-top: 5px;
}

#sidecontent form#contact {
	width: 360px;
}
#sidecontent form#contact p {
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 15px;
}
#sidecontent h5 {
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 20px;
}

#sidecontent form#contact input {
	width: 330px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
}
#sidecontent form#contact input#send {
	width: 58px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#sidecontent form#contact textarea {
	width: 330px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#footer {
	background-image: url(../images/global/footer-01.gif);
	height: 157px;
	width: 770px;
	clear: both;
}
#footer p {
	color: #FFFFFF;
	padding-top: 125px;
	text-align: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
