body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/cat_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: 40% 50%;
	background-attachment: fixed;
}
h1 {
	margin: 0;
	padding: .3em 3%;
	border-bottom: 3px solid #009F55;
	background-image: url(../images/header_bkgnd.jpg);
	color: #808080;
}
h2, h3 {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	float: left;
	width: 100%;
}
#content {
	width: 44%;
	float: left;
	margin: 1em 3%;
	display: inline;
}
#content2 {
	width: 44%;
	float: left;
	margin: 1em 3%;
}
#container2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.3em;
}
#container2 h2 {
	border-bottom: 3px solid #FBCD2F;
}
.featurelist li {
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../images/checkmark.gif);
	padding-left:30px;
}
.resourcelist li {
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../images/rightarrow.gif);
	padding-left:30px;
}
#footer {
	clear: both;
	color: #000000;
	padding: 5px 3%;
	text-align: center;
	height: 16px;
	font-size: 80%;
	background-image: url(../images/footer_bkgnd.jpg);
}

/* anchors used for resources */
ul.resourcelist a {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-size:1.0em;
}
ul.resourcelist a:link {
	color: #000000;
	font-weight:bold;
}
ul.resourcelist a:visited {
	color: #000000;
	font-weight:bold;
}
ul.resourcelist a:active {
	color: #000000;
}
ul.resourcelist a:hover {
	text-decoration: underline;
}

.sharesb ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:6px 0pt 4px;
	padding:0pt;
	text-align:center;
}
.sharesb ul li {
	display:inline;
	padding:0pt 4px 6px 0pt;
	text-align:center;
}
.sharesb ul li.delicious {
	background:transparent url(../images/bookmarks/delicious.gif) no-repeat scroll 0pt;
}
.sharesb ul li.digg {
	background:transparent url(../images/bookmarks/digg.gif) no-repeat scroll 0pt;
}
.sharesb ul li.reddit {
	background:transparent url(../images/bookmarks/reddit.gif) no-repeat scroll 0pt;
	padding:0pt 0pt 0pt 2px;
}
.sharesb ul li.facebook {
	background:transparent url(../images/bookmarks/facebook.gif) no-repeat scroll 0pt;
}
.sharesb ul li.stumbleupon {
	background:transparent url(../images/bookmarks/stumbleupon.gif) no-repeat scroll 0pt;
}

.sharesb ul li a {
	margin:0pt 3px 0pt 0px;
	padding:0pt 0pt 0pt 18px;
	color: #000000;
	text-decoration: underline;
}

.sharesb ul li a:visited {
	color: #000000;
}

