@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	overflow: hidden;
}

img {
		border-style: none;
}

body {
		background-color:#282a1f;
		font-family: Verdana, sans-serif;
		font-size: 6pt;
		color: #7a9900;
}

input{
	background-color: #e6e6e6;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

textarea{
	background-color: #e6e6e6;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 800px;

}

#containerShadow {
	position: absolute;
	z-index:2;
	background-image: url("/images/containerShadow.png");
	width: 822px;
	height: 622px;
	margin-left:auto;
	margin-right:auto;
}

#bgrepeat {
	position: absolute;
	z-index:3;
	background-image: url("/images/bg.gif");
	width: 800px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	position: relative;
	background-image: url("/images/fade.png");
	z-index:4;
	width: 800px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#navbar {
	width:800px;
	position: relative;
	text-align:center;
}

#tablenav{
	margin: 0 auto;
	width: 800px;
	height: 35px;
}

#tableContact{
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: left;
}

#picholder{
	width:800px;
	height:280px;
	border-top: .1em;
	border-bottom: .1em;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #e6e6e6;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #e6e6e6;
} 

#text{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin: 25px;
	color: #e6e6e6;
}

img.thumbnail{
	border: 1px #e6e6e6 solid;
	position: relative;
	z-index: 6;
	width: 72px;
	height: 72px;
}

.thumbShadow td{
	background-image: url("/images/thumbShadow.png");
	background-repeat: no-repeat;
	width: 78px;
	height: 80px;
	vertical-align: top;
	text-align: left;
}

table.thumbShadow {
	position: relative;
	text-align:center;
	border: 0;
	margin: auto;
	margin-top: 3px;
}

