body {
	background-image: url('images/bg.gif'); 
	background-attachment: fixed;
  	background-position:center;
  	background-repeat: repeat;
	text-align: center;
	margin: 0px;
color: #333333;
}

/*
Layout Styles
*/

#container {
	margin: 0 auto;
	height: 100%;
  	width: 600px;
  	
  	text-align: left;
}

#header {
	background-color: #996666;
	color: white;
}

#banner {
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 16px;	
	
	font-family: Sans-Serif;
	font-size: 9pt;
	text-align: right;
}

#sidebar {
	padding-top: 10px;
	float: left;
	width: 150px;
}

#sidebar ul {
list-style-type: none;
padding: 0;
margin-top: 4px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 0px;
color: white;
font-family: Sans-Serif;
font-size: 9pt;
}

#sidebar li {
padding-bottom: 10px;
line-height: 1.2em;
}

#sidebar a {
color: white;
}

#sidebar a:hover {
color: #f4f3c9;
}

#sidebar a:active {
color: #f4f3c9;
}


#main {
	margin-left: 150px;
	padding: 10px;
}

#footer {
padding: 3px;
margin-left: 160px;
margin-right: 10px;
margin-top: 30px;

	font-family: Sans-Serif;
text-align: center;
font-size: 8pt;
}

#text {
	font-family: Sans-Serif;
	font-size: 9pt;

line-height: 1.3em;
}

#text p {
margin:0;
padding-top: .5em;
padding-bottom: .5em;
}

#text h1 {
color: #4d7435;
font-size: 16pt;
font-weight: bold;
margin: 0px;
padding-top: .2em;
}

#text h2 {
color: #4d7435;
font-size: 12pt;
font-weight: bold;
margin: 0px;
padding-top: .2em;
margin-bottom: -0.2em;
}

#text h3 {
color: #4d7435;
font-size: 9pt;
font-weight: bold;
margin: 0px;
padding-top: .2em;
margin-bottom: -0.5em;
}

#text em {
color: #336600;
}

#text .inline-left {
float:left;
vertical-align: top;
margin-right: 10px;
martin-bottom: 10px;
}

#text .inline-right {
float:right;
vertical-align: top;
margin-left; 10px;
martin-bottom: 10px;
}

#text a {
color: #336600;
}
#text a:hover {
color: #996666;
}
#text a:active {
color: #996666;
}
