* html body{
	padding: 30px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

body{
	background-color: black;
	border: 0;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding-top: 10px;
}

h1{
	color: #FEFF13;
}

.innertube{
	margin: 15px;
}

#box {
	background-image: url('../images/sandBG.jpg');
	background-repeat: no-repeat;
	border: 1px dashed #BDBDBD;
	height: 601px;
	left: 50%;
	margin-left: -375px; /*margin-right: auto;*/
	position: relative; /*margin-top: 2px;
	margin-bottom: 10px;*/
	width: 750px;
}

#framecontentleft{
	padding-top: 40px;
	bottom: 0;
	float: left;
	font-weight: bolder;
	height: 476px;
	left: 0;
	overflow: hidden;
	text-align: right;
	top: 80px;
	width: 170px;
	border-right: 1px solid #FEFF13;
}

#framecontenttop{
	height: 80px; /*Height of framecontenttop div*/
	left: 0;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	position: relative;
	text-align: right; /*color: white;*/
	top: 0;
	width: 100%;
}

#fadeTop, x:-moz-any-link{
	/*also use ", x:only-child" selector for FF > 2*/
	background-image: url('../images/fade2Top.png');
	background-repeat: repeat-x;
	height: 30px;
	top: 80px;
	left: 170px;
	position: absolute;
	width: 560px;
	z-index: 100;
}

#fadeBottom, x:-moz-any-link{
	/*also use ", x:only-child" selector for FF > 2*/
	background-image: url('../images/fade2Bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	position: absolute;
	right: 20px;
	bottom: 0px;
	width: 560px;
	z-index: 10;
}

#maincontent{
	bottom: 0;
	height: 521px;
	left: 170px; /*Width of framecontentleft div*/
	overflow: auto;
	right: 0;
	top: 80px; /*Set top value to framecontenttop div*/
}

#maincontent h1{
	color: #FEFF13; /*float:left;*/
	font-size: 16pt;
	letter-spacing: 4px;
	text-align: right;
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding-bottom: 5px;
	margin-left: -15px;
	margin-right: 100px;
}

#maincontent p{
	font-size: 10pt; /*letter-spacing:0.05em;*/
	word-spacing: 0.15em;
}

#maincontent a:hover{
	border: none;
}

#maincontent a img{
	border: none;
	padding: 2px;
}

a {
	color: #FEFF13;
	text-decoration: none;
}

#framecontentleft a {
	font-size: 12pt;
}

a:hover {
	text-decoration: underline;
}

#gallery{
	/*border: 2px solid Fuchsia;*/
}

#gallery p{
	font-weight: bold;
	/*border-bottom: 1px solid #FEFF13;*/
}

#gallery img{
	margin: 3px 3px 3px 3px;
	border: none;
}

#printContact{
	display: none;
}

#printLogo{
	display: none;
}

div.fRow{
	/*clear:both;*/
	padding-top:5px;
}

div.fRow label{
	float:left;
	width:100px;
	text-align:right;
}

div.fRow span.Sform{
	float:right;
	width:200px;
	text-align:left;
}