* { padding: 0; margin: 0; }

body {
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
h4 {
	background:#999999;
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-indent: 5px;
}
#wrapper {
	position:relative;
	background: #d8ceb6;
	margin: 0 auto;
 	width: 921px;
 	z-index: 10;
}
#header {
	/*border: 1px solid #ffffff;*/
	width: 921px;
	float: left;
	height: 196px;
	margin: 0px;
	padding: 0px;
	/*background: #ab967e;*/
}
#leftcolumn {
	background: #d8ceb6;
	font-size:12px;
	margin: 0;
	padding: 10px;
	width: 204px;
	float: left;
}
#leftcolumn li {
	list-style-type:none;
	list-style-position:inside;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
}
#leftcolumn img {
	vertical-align:middle;
}
#rightcolumn {
	float: right;
	background: #d8ceb6;
	margin: 0;
	padding: 10px;
	width: 677px;
	display: inline;
}
#rightcolumn li {
	list-style-position:inside;
	padding-left: 1em;
}
#footer {
	width: 901px;
	clear: both;
	background: #d8ceb6;
	margin: 0px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #666;
	font-size:10px;
}
.category {
	border-top: 1px solid #660000;
	margin-top: 10px;
	font-weight: bold;
}
.blognote {
	font-size:.7em;
}
.success {
	padding:3px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1.5em;
	background-color:#999;
	border:solid #0C0 2px;
}
.mission {
	margin: 5px;
	padding: 3px;
	text-align: center;
	border: solid #990000 2px;
}
.content {
	margin: 5px;
	padding: 3px;
}
