body{
	margin: 0;
	padding: 0;
	background-image: url(images/BlkBkGrnd.jpg);
	background-repeat: repeat-x;
	font: small Arial; Helvetica, Verdana, sans-serif;
	min-width: 870px;
	text-align: center;
}

#wrapper {
	background-color: #000000;
	color: black;
	margin: 30px 40px 30px 40px;
	padding: 10px;
}

#header-bottom {
	border-top: 1px solid #ffd761;
	border-bottom: 1px solid #ffd761;
	height: 1%;
}

#header-bottom ul {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: left;
}

#header-bottom li {
	display: inline;
	color: #ffd761;
}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	color: #ffd761;
}
#shoe {
	position: absolute;
	top: 1px;
	right: 1px;
}
#main {
	margin-top: 10px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
#content {
	margin: 0 240px 0 0;
	border: 1px solid #b9d2e3;
	background-color: #000000;
	color: white;
	text-align: right;
	padding: 10px 10px;
}
#content .inner {
	margin: 10px 20px 10px 40px;
}
#content .inner h2 {	
	color: #ffffff;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 110%;
	text-align: left;
}
#content .inner h3 {
	font-size: 130%;
}
#content .inner p {
	color: #666666;
	font-size: 90%;
	text-align: left;
}
#content .inner ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#content .inner ul.email {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#mainfeature {
	background-image: url(images/bckgrnd_blk.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 2em 2em 1em 200px;
	height: 1%
}
#mainfeature h2 {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
}
#mainfeature p {
	font-size: 110%;
}
#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	background-image: url(images/YlwBkgrnd.jpg);
	color: black;
	margin: 0;
	padding: 0;
	text-align: left;
}
#sidebar h3 {
	font-size: 110%;
	background-image: url(images/orgfade2.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: normal;
}
#sidebar .inner {
	padding: 10px;
}
#sidebar .date {
	font-weight: bold;
}
#sidebar ul {
	list-style-image: url(images/bullet.jpg);
	margin-left: 0;
	padding-left: 20px;
}

#sidebar p, #sidebar li {
	font-size: 90%;
	line-height: 1.4em;
}
#searchform .text {
	width: 196px;
	border: 1px solid #c31f2a;
}
#searchform .searchbutton {
	text-align: right;
	margin-top: 4px;
}
#searchform .btn {
	border: 1px solid #c31f2a;
	background-color: #ffd761;
	color: black;
}
#footer {
	width: 100%;
	border-top: 1px solid #ffd761;
	border-bottom: 1px solid #ffd761;
	margin-top: 10px;
}
#footer p {
	font-size: 90%;
	color: #666666;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
}