/* 

STYLE SHEET FOR MoneyTree Student Banking WEB SITE
developed by bluespace creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../images/wood_bkg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
		}



/*  --------- 2. structure  --------- */

#wrapper {
	width: 960px;
	height: 691px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
		}
		
#masthead {
		}
		
#logo {
		}
		
#navContainer {
		}

#content {
		}

#footer {
		}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
		}

#navigation a:focus {outline: 0;}
#navigation a{}
		

#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

