@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background-color: #605E5C;
	text-align: center;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 13pt;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}
h2 {
	margin-bottom: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
a {
	color: #333;
}



#content {
	background-color: #FFF;
	background-image: url(images/backgroundContent.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}
#mainMenu {
	float: left;
	width: 165px;
	display: inline;
	margin-top: 203px;
	background-color: #c8c3b9;
	margin-left: 68px;
	margin-bottom: 20px;
}
#mainMenu a {
	line-height: 24px;
	color: #000;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	height: 24px;
	width: 165px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888580;
}
#mainMenu a:hover {
	color: #FFF;
	background-color: #33332d;
}
.linkContact {
	background-color: #888580;
}
#wrapper {
	display: inline;
	float: right;
	width: 690px;
	margin-right: 70px;
	margin-top: 26px;
}
#mainContent {
	float: left;
	width: 500px;
	margin-left: 3px;
	margin-bottom: 30px;
}
#sideBox {
	background-color: #bab8b6;
	float: right;
	width: 167px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
#sideBox h2 {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000;
}
#sideBox img {
	margin-bottom: 10px;
	margin-left: 10px;
}

#sideBox p {
	color: #333;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 14px;
}
#sideBox a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
#sideBox a:hover {
	text-decoration: underline;
}

#imageSlideshow {
	height: 335px;
	width: 500px;
	margin-top: 40px;
	margin-bottom: 20px;
}
#dottedBox {
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	font-size: 12pt;
	margin-bottom: 20px;
	line-height: 16pt;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 40px;
	background-image: url(images/green_hosting_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#footer p {
	color: #000;
	position: absolute;
	left: 40px;
	bottom: 5px;
	margin: 0px;
	width: 500px;
}

#footer a {
	color: #333;
}
#linkTrigger a {
	color: #FFF;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#linkTrigger a:hover {
	color: #FFF;
	background-color: #FFF;
}
