/* 
    AUTHOR: Mark Wiard
            Mark@woodenski.com
            MarkWiard.com
			
Site Colors



			
			
*/

/* RESETS & BASIC PAGE SETUP */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #235063;
	color: #444;
}
ul {
	list-style: none inside;
	font-size: 1em;
}
p {
	font-size: 1.2em;
	margin-bottom: 1.3em;
}
a {
	outline: none;
}
a img {
	border: none;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #815280;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* END RESET */

/* TOOLBOX */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
/* END TOOLBOX */

/* LINKS */

a:link, a:visited,  a:active {
	color: #637D89;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
/* END LINKS */

/* NAVIGATION */


ul#navlist {
	margin-left: 0;
	padding-left: 0px;
	white-space: nowrap;
	text-align: right;
	background-color: #637D89;
	height: 18px;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	border: thin solid #000000;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #637D89;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
#navlist a:hover {
	color: #fff;
	background-color: #235063;
	text-decoration: none;
}
/* END NAVIGATION */

/* STRUCTURE AND STUFF */

#wrapper {
	width: 984px;
	border: thin solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCCCCC;
}
#header {
	height: 162px;
}
#content {
	background-color: #CCCCCC;
	color: #000000;
	background-image: url(images-2008/spider-trans.gif);
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left 100px;
	width: 760px;
	padding-left: 210px;
}
#footer {
	font-size: .8em;
	text-align: left;
	background-image: url(images-2008/spider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 180px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}



/* END STRUCTURE */
#sidebar {
	background-color: #CCCCCC;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 205px;
	padding-left: 0px;
	float: left;
}

p.introduction:first-letter {
	font-size: 1.3em;
	font-weight: bold;
	color: #815280;
}
#wrapper #content img {
	margin: 3px;
}

