html {
	background: #d3c9a1 url(images/gradient.gif) repeat-x;
}
body {
	padding-top: 5px;
	margin: 0;
	background: url(images/background.jpg) no-repeat center top;
	color: #000000;
	width: 100%;
	display: table;
}
	
.navtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.navpadding {
	background-image: url(images/lback.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
	background-position: left;
}
.iframe-css {
	border-style:double
	border-width:medium
}
.bottomtext-padding {
	background-image: url(images/bback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
}
.titlepadding {
	padding-left: 50px;
	background-image: url(images/hback.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
a:link,a:visited {color:#414b1d; background-color:transparent; text-decoration: none; font-weight:600}
a:hover,a:active {color:#414b1d; background-color:transparent; text-decoration: underline; font-weight:600}

.credit		{ 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #444444; 
letter-spacing: -1px; 
background-color:#f2eccc;
border:1px;
border-style:solid;
border-right:0px;
border-left:0px;
border-bottom:0px;
border-color:#000000;
position: fixed; 
bottom: 0;
right: 1px;
z-index: 1337;
}
a.name		{ color: #444444; text-decoration: none;}
a.name:hover { color: #000000; text-decoration: underline;}