body {font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background: #836E56 url(images/background.png) no-repeat fixed;
	background-position: 50% 0;
	}


#container {background-image: url(images/transparent80.png);
	width: 660px;
	position: relative;
	margin: auto;
	padding: 5px 20px;
	border: #836E56 double 3px;
	}

#header {height: 100px;
	width: 100%;
	text-align: right;
	}

img {border: #836E56 double 3px;}


img.logo {float: left;
	border: none;
	}

#column {float: right;
	width: 34%;
	}

#main {float: left;
	width: 60%;
	}

#footer {clear: both;
	color: #836E56;
	line-height: 1em;
	text-align: right;
	}

h1, h2 {font-family: Times, serif;}

h1 {font-size: 1.3em;}

h2 {font-size: 1.1em;
	margin-top: 1.7em;

	}

p.center {text-align: center;}

p.note {text-align: right;
	font-size: .8em;
	line-height: 1em;
	color: #836E56;
	}

p.quote {text-align: right;
	line-height: 1.2em;
	text-style: italic;
	}

ul {list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 2em;
	}

ul li {background: url(images/bullet.gif) no-repeat;
	background-position: 0 .5em;
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 1em;
	}

a:link {color: #0B8192;
	text-decoration: none;
	}

a:visited {color: #145D68;
	text-decoration: none;
	}

a:hover {text-decoration: underline;
	}

a:active, a:focus {color: #24B6CB;
	text-decoration: underline;
	}