/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background-color: #41363E;
	font-family: "Verdana", "Arial", "Sans-serif";
	color: #FFFFFF;
	}
	
h3 {
	font-family: "Verdana", "Arial", "Sans-serif";
	font-size: 17px;
	font-weight: normal; 
	margin: 0px;
	}

h4 {
	margin: 0px;
	}
	
p, li, td, div {
	font-size: 12px;
	}
	
.fullHeight { color: #fff; font-size: 15px; text-align: justify; height: 100%; }
a:link, a:visited {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #000000;
	font-family: "Arial";
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	}
	
a.contact:link, a.contact:visited {
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	}
	
a.contact:hover, a.contact:active {
	color: #000000;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.menu { color: #f7f7f7; height: 33px; font-size: 17px; background-color: #808080; border-top: 2px solid white; border-bottom: 2px solid white; }
.gallery {
	font-size: 17px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 33px;
}
	
.header {
	padding-top: 30px;
	height: 110px;
	}
	
.bottomPadding {
	padding-bottom: 10px;
	}
	
#main {
	padding-top: 50px;
	padding-bottom: 30px;
	margin-top: 10px;
	}
	
#contact td {
	font-size: 12px;
	}
	
input, textarea, select {
	font: 11px Tahoma;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
	}
