/* 

STYLE SHEET FOR Pretty Good Twine/Synthetic Resources WEB SITE
Created 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-color: #79614c;
	background-image: url(../images/pgt-grad.jpg);
	background-repeat: repeat-x;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
		} 
		
/*  --------- 2. structure  --------- */ 

#wrapper {
	height: 100px;
	width: 912px;
	margin: 0 auto 0 auto;
		}
.subwrapper {
	background-color: #e8e2db;
	margin: 0 auto 0 auto;
	width: 839px;
}
#topNav {
	margin-top: 62px;
	float: left;
	width: 555px;
}


		
#masthead {
	clear: both;
	float: left;
	display: inline;
		}
		
#logo {
	margin-top: 60px;
	margin-left: 40px;
	display: inline;
	float: left;
		}
		
#content {
	background-image: url(../images/contentBot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 80px;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E9E2DC;
	padding-top: 12px;
	clear: both;
		}
#pgtNav {
	width: 181px;
	margin-left: 30px;
	text-align: right;
	float: left;
	display: inline;
	padding-right: 29px;
}
#pgtNav a {color: #7e3407; list-style-type:none;}
#pgtNav ul {
	margin-top: 9px;
}


#mainContent {
	float: left;
	width: 533px;
	list-style-type: none;
	padding-left: 29px;
	border-left: 1px solid #CDBDB0;
}

#mainContent ul {
	list-style-type: circle;
	margin-left: 15px;
	margin-bottom: .5em;
}

#mainContent p {margin-bottom: .5em;}

#footer {
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6CEC3;
	font-size: 11px;
	color: #8b6f56;
		}
#footer p {padding: 15px 30px 30px 30px;}

#footer a {
	color: #65513F;
	text-decoration: underline;
	font-weight: normal;
}

.separator {
		clear: both;
		height: 0;
		} 
.styled td {
	padding: 4px;
}
.styled {
	float: left;
	margin-bottom: 1em;
	background: #E3DAD2;
}


.styled th {
	background-color: #D06C13;
	color: #FFF;
	text-align: left;
	padding: 6px 4px;
}
.odd {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D6CEC3;
}
.oddcell {
	background-color: #D6CEC3;
}
.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.small {
	font-size: 10px;
}
.orange {
	color: #D06C13;
}
.bumpdown {
	padding-top: 9px;
}
.nobump {
	padding-top: -9px;
}


.header {
	margin-bottom: 9px;
}



.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

h1 {
	color: #3D1400;
	font: normal 21px/1.1em Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #3D1400;
	margin-bottom: 9px;
	margin-top: 9px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}


/* ---------- 3. links and navigation ---------- */

a {
	font-weight: bold;
	color: #D06C13;
	text-decoration: none;  
		}
		
a:hover {text-decoration: underline;}
		
/* ---------- 4. fonts ---------- */
ul {
	list-style-type: none;
}
#mainContent ul {
	margin-bottom: 1.25em;
}


/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  
