/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height: 101%;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	background-color: inherit;
}
table {
	position: absolute;
	min-height: 101% !important;
	height: 101% !important;
	width: 100%;
}
.contactmail {
	background-image: url(images/letter.png);
	background-repeat:no-repeat;
	width: 180px;
	float: left;
	display: block;
	overflow: hidden;
}
.contactmailin {
	padding: 25px 0px 0px 40px;
}
.contactat {
	background-image: url(images/at.png);
	background-repeat:no-repeat;
	width: 180px;
	float: left;
	display: block;
	overflow: hidden;
}
.contactatin {
	padding: 25px 0px 0px 40px;
}
.show {
display: block;
}
.hide {
display: none;
}
.mar {
 background-image: url(images/right.gif);
 background-repeat:repeat-x;
 width: auto;
}
.space {
	width: 10px;
}
.maintable {
 background-image: url(images/content.gif);
 background-repeat:no-repeat;
 background-position:bottom;
 padding-bottom: 60px;
}
.menu {
	text-align: right;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.navigation {
	padding-top: 35px;
	text-align: center;
	color: #FFFFFF;
	background-color: inherit;
}
.navigation a{
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration:none;
	background-color: inherit;
}
.page {
	padding: 40px 40px 40px 50px;
}

.page a {
	color: #FFFFFF;
	background-color: inherit;
}