body, html { 
	background-color: #CCCCCC;
	padding : 0px; 
	margin : 0px; 
	width : 100%; 
	height : 100%; 
}

.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #660000;
	padding-right: 5px;
	background-color: #CCCCCC;
	font-style: italic;
	float: right;
}

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
	background-color: #CCCCCC;
	text-align: justify;
	border: 1px dashed;
	padding: 3px;
}

.titlebar {
	background-attachment: fixed;
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	background-image: url(salvage_edge.jpg);
	height: 100%;
	width: 50px;
	position: absolute;
	visibility: visible;
}

.imagebox {
	border: 1px none #660000;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	clear: both;
	float: none;
	margin: 0px 0px 10px;
}

.submenubar {
	top: 0px;
	right: 0px;
	position: absolute;
	visibility: visible;
}

.bgtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: right;
}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
