@charset "UTF-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	letter-spacing: 0;
}

#wrapper {
	width: 710px;
	margin: 0 auto;
}

#header {
	text-align: right;
	height: 107px;
	width: 710px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 25px 25px;
	color: #aaf200;
}

#header #topnav a {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 2px;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 5px;
}

#contactme {margin: 0 0 0 5px !important;}

#header #topnav a:hover {
	border-bottom: solid 3px #AAF200;
}

#header #topnav {
	height: 50px;
	padding-top: 37px;
}

#content {
	top: 125px;
	padding-right: 0px;
	width: 760px;
	background-color: #000;
}

#content .column {
	position: relative;
	float: left;
	background-color: #000;
}

#content #main {
	width: 520px;
	padding: 25px 0 10px 25px;
}

#content #column2 {
	width: 165px;
	background-color: #000;
	padding: 25px;
}

#footer {
	text-align: center;
	clear: both;
	width: 400px;
	left: 0px;
	margin: 0 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 155px;
	padding-left: 155px;
	border-top: dotted 1px #aaf200;
}

/*

style

*/

#content p a {
	color: #FFF;
	text-decoration: none;
	border-bottom: dotted 1px #FF8000;
}

#content p a:hover {
	border-bottom: solid 1px #FFF;
}

#content #footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dotted 1px #FF8000;
}

#content #footer a:hover {
	border-bottom: solid 1px #FFF;
}

#content #main #print {
	border: 1px solid #FFF;
	margin-bottom: 25px;
}

#content #main p {
	margin: 0 0 20px 0;
	text-align: justify;
}

#content #main #thumb {
	border: solid 1px #FFF;
	margin-bottom: 25px;
}

#content #column2 p {
	margin: 0 0 20px 0;
	text-align: left;
}

#content #column2 #print {
	margin-top: 45px;
	border: 1px solid #FFF;
}

.tabletext {
	font-size: 10px;
}

.tabletext a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dotted 1px #FF8000;
}

.tabletext a:hover {
	border-bottom: solid 1px #FFF;
}

.tablerowbreak {
	border-top: dotted 1px #aaf200;
}

.textfield {
	background-color: #000;
	color: #FFF;
	border: solid 1px #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 20px;
	width: 508px;
}

.textfieldmulti {
	background-color: #000;
	color: #FFF;
	border: solid 1px #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 20px;
	width: 508px;
	max-width: 508px;
	height: 100px;
	max-height: 135px;
}

.sendbutton {
	background-color: #000;
	color: #aaf200;
	border: solid 1px #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 5px;
}

.resetbutton {
	background-color: #000;
	color: #FF8000;
	border: solid 1px #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
}
