/* 

STYLE SHEET FOR SCSB'S GoBank WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

*/

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../images/main-bkg.jpg);
	background-repeat: no-repeat;
	background-color: #dbc991;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px;
		}
		
/*  --------- 2. structure  --------- */
#spacer{
	width: 219px;
	height: 500px;
	float: left;
	clear: left;
} 

#wrapper {
	float: left;
	padding: 0px;
	width: 900px;
	margin: 0px;
		}
#navContainer{
	padding-left: 147px;
}

#content {
	width: 460px;
	float: left;
	text-align: left;
	margin-top: 98px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
		}
#sticky {
	float: right;
	width: 239px;
	height: 135px;
}
#sticky img {
	float: right;
	margin-top: 93px;
	margin-right: 30px;
}
#rightCol {
	float: right;
	width: 199px;
	padding-top: 132px;
}
#rightCol #bank {
	margin-left: 23px; 
	height: 28px;
	width: 172px;
	overflow: hidden;
}

#rightCol #refer{
	padding-top: 85px;
	padding-left: 109px;
	height: 18px;
	width: 76px;
	overflow: hidden;
}

#rightCol #refer a, #rightCol #bank a{
	border: none;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
}
#footer {
		}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	width: 14em;
	font-size: 2em;
	margin-top: 15px;
}
ul {
}

#content li {
	list-style-type: disc;
	list-style-position: inside;
}
#content a {
	font-weight: normal;
	text-decoration: none;
	background-color: #F2E984;
	color: #DD0000;
}
#content a:hover {
	text-decoration:underline;
}
#footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	float: left;
	width: 150px;
	padding-left: 63px;
	color: #7e6622;
		}
#footer a {
	color: #544516;
}

#footer p {
	margin-top: .8em;
	margin-bottom: .8em;
}

.separator {
		clear: both;
		height: 0;
		}
.fineprint {
	font-size: 10px;
}
p {
	margin-bottom: .8em;
}


a {text-decoration: none;
border: 0;
		}
		
a:hover {text-decoration: none;
		}
		
ul {
	list-style-type: none;
	margin-bottom: .8em;
		}

a img {
		border: 0;
		}
		

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

