/* 

STYLE SHEET FOR [JOPLIN PRINTING COMPANY] WEB SITE
Created by Name 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/orangeBand.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

/*  --------- 2. structure  --------- */

#wrapper {
	width: 627px;
	margin-right: auto;
	margin-left: auto;
		}
#logo {
	padding-top: 9px;
	padding-bottom: 3px;
		}
		
#navContainer {
	margin-top: 5px;
		}
.last {
	border-right-style: none;
}
#content {
	padding-top: 25px;
	padding-left: 7px;
		}

#footer {
	padding-top: 15px;
	clear: both;	
		}

h1 {
	font-size: 12px;
	font-weight: bold;
}


.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
	color: #5981B5;
		}
		
a:hover {
	text-decoration: none;
		}

/* ---------- 4. fonts ---------- */

ul {
	list-style-type: none;
}

#content li {
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: inside;
}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
* html #navContainer {
	margin-top: -1px; 
	}
#wrapper {
		text-align: left;
		}  
