@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: #f6ffe0;
	}
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 dark background */
a:link {
	color: #CCFFFF;
	}
a:visited {
	color: #CCCCCC;
	}
a:hover {
	color: #66CCCC;
	}
a:active {
	color: #99FFFF;
	}
.navmain {
	list-style: none;
	}
ul#links li {
	list-style: inside disc;
	}
img.dropshadow {
	padding: 0 4px 4px 0;
	background: #d1d1d1;
	border: 0;
	border-right-width: 4px solid #eee;
	border-bottom-style: 4px solid #eee;
	}
.css-shadow {
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
	/*for compliant browsers: */
	background-image: url(../testing/images/empty-shadow.png) !important;
	/*for non-compliant browsers: */
	background: url(../testing/images/drop-shadow.gif) no-repeat bottom right;
	margin: 5px 0 0 5px !important;
	/*to account for IE box model issues (not sure I got the math right here): */
	margin: 5px 0 0 2px;
	}
.css-shadow img {
	display: block;
	position: relative;
	background-color: #f2f2f2;
	border: 1px solid #a9a9a9;	
	margin: -5px 5px 5px -5px;
	/*to provide frame mat around the image: */
	padding: 4px;
	}
.col1 {
	width: 410px;
	float: left;
	margin: 0 5px;
	}
.col2 {
	width: 410px;
	float: right;
	}
.clearfloat {
	clear: both;
	}