@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
	background-color: #663333;
	background-image: url(../images/pattern_108.gif);
	/*background image from http://www.bsidedesign.net/travis/images/squidfingers/pattern_108.gif */
	background-repeat: repeat;
	}
body {
	font: 100%/140% Georgia, "Times New Roman", Times, serif;
	color: #006633;
	}
h1 {
	font-size: 125%;
	font-weight: bold;
	color: #e2f0d6;
	padding-top: 2em;
	}
h2 {
	color: black;
	}
#container {
	background: #F2F2F2;
	padding: 12px;
	min-height: 100%;
	width: 840px;
	margin: 0 auto;
	}
* html #container {
height: 100%;
	}
/*for a light background */
a {
	text-decoration: none;
	padding: 2px 6px;
	background: #BDCDA0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a:link {
	color: #993366;
	}
a:visited {
	color: #999999;
	}
a:hover {
	color: #CC0099;
	}
a:active {
	color: #FF66CC;
	}
.navmain {
	list-style: none;
	}
ul#links li {
	list-style: inside disc;
	}
.col1 {
	width: 410px;
	float: left;
	margin: 0 5px;
	}
.col2 {
	width: 410px;
	float: right;
	}
.clearfloat {
	clear: both;
	}
#fixed a img{
	margin: 0 -6px -4px -6px;
	}