/* CSS Document */

body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	width: 780px;
}

#divmain {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	padding: 0px;
	margin: 0px;
}

#divtitlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
}

#divnavbar {
	position: absolute;
	top: 104px;
	left: 0px;
	width: 780px;
}

#divaddressbar {
	position: absolute;
	top: 127px;
	left: 0px;
	width: 780px;
	border-bottom: 2px solid #000000;
}

#divheader {
	position: absolute;
	top: 163px;
	left: 0px;
	width: 780px;
	border-top: 3px solid #940465;
}

#divbody {
	position: absolute;
	top: 211px;
	left: 0px;
	width: 774px;
	border: 3px solid #940465;
}

#tdbodyleft {
	background-image: url(../images/bodybg.gif);
	background-repeat: no-repeat;
	background-color: #C1C1C1;
	width: 498px;
	border-right: 3px solid #000000;
}

#tdbodyright {
	background-color: #C0C1A2;
	background-image: url(../images/rightbg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#tdfooter {
	background-color: #C0C1A2;
	border-top: 3px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	background-image: url(../images/footerbg.gif);
}

#mailing-address {
	float:right;
	margin: 0 350px 0 0;
	_margin: 0 175px 0 0;
}

address {
	font-style: normal;
	font-size: 11px;	
}

.credits {
	font-size: 9px;
}

strong {
	font-weight: bold;
	color: #990066;
}

.list strong, blockquote strong {
	font-weight: bold;
	color: #000;
}

.underline {
	border-bottom: 1px solid;
}

a:link {
	color: #990066;
	text-decoration: underline;
}

a:visited {
	color: #662233;
	text-decoration: underline;
}

a:hover, a:active {
	color: #DD44AA;
	text-decoration: none;
}

#tdfooter a:link {
	color: #990066;
	text-decoration: none;
}

#tdfooter a:visited {
	color: #662233;
	text-decoration: none;
}

#tdfooter a:hover {
	color: #DD44AA;
	text-decoration: none;
}

#tdfooter a:active {
	color: #DD44AA;
	text-decoration: none;
}

input {
	font-size: 10px;
	background-color: #DDDDDD;
	border-top: 2px solid #666666;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	border-left: 2px solid #666666;
}

textarea {
	font-size: 12px;
	background-color: #DDDDDD;
	border-top: 2px solid #666666;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	border-left: 2px solid #666666;
}

.button {
	background-color: #575757;
	color: #C0C1A2;
	border-top: 2px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #999999;
}

.gallery {
	border: 1px solid #940465;
}

#dynloadarea {
	width: 400px;
}