body {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #111111;
	text-align: center;
	margin: 0px;
}
#header {
	background-image: url(images/headerbkgd.jpg);
	height: 90px;
	margin-left: auto;
	width: 1024px;
	margin-right: auto;
	margin-top: 10px;
}

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#container #navbar {
	background-image: url(images/navbkgd.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 9px;
}
#container #intro {
	background-image: url(images/introimg.gif);
	height: 300px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 922px;
	margin-top: 5px;
}
#container #content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#container #content #column {
	clear: none;
	float: left;
	width: 300px;
	text-align: left;
	padding: 5px;
	margin-left: 10px;
}
#content #bottom {
	background-color: #CCCCCC;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
        padding-top: 5px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006666;
	line-height: 10px;
	margin-bottom: -5px;
}
a {
	color: #CC0033;
	text-decoration: none;
        border: none;
}
#column ul {
	list-style-type: none;
}
#container #navbar li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 18px;
	padding-left: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
#container #content #main {
	padding: 5px;
	clear: none;
	float: left;
	width: 620px;
	margin-left: 10px;
	text-align: left;
}


#container #navbar ul {
	margin: 0px;
	padding-right: 20px;
}
#container #navbar li a {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#column li a {
	
	list-style-type: none;
	margin-top: -5px;
}
#container #navbar li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.postmetadata {
	background-color: #E4E4E4;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#column li {
	list-style-type: none;
	margin-left: -35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
#column img a {
        border-style: none;
}

img {
	text-decoration: none;
        border-style: none;
}
.date {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-size: 10px;
}
