body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484834;
}
body {
	background:url(../images/pageBack.gif) repeat-x #7d7b04;
	margin: 0px;
}


#wrap {
	width:700px;
	background:url(../images/shadow.gif) repeat-x;
	margin:38px auto 20px;
	padding:0 10px;
}
#outer {
	background-color:#fff;
	padding:10px;
}
#content {
	background-color:#eaead4;
}
#logoStripe {
	background-color:#6a6a60;
	height:30px;
	position:relative;
}
#logo {
	position:absolute;
	left:460px;
	top:-24px;
	background:url(../images/logo.gif) no-repeat;
	height:77px;
	width:205px;
}
.lowStripe {
	background:url(../images/lowStripe.gif) repeat-x bottom #ceceb3;
	height:30px;
}	
.copyStripe {
	background:url(../images/lowStripe.gif) repeat-x bottom #ceceb3;
	padding:8px 20px;
	font-size:10px;
}	

#lowShadow {
	background:url(../images/lowShadow.gif) repeat-x;
	height:30px;
}	

#navHolder {
	background-color:#fff;
}
.navigation {
	padding:0;
	margin:0;
	float:right;
	width:215px;
}
.navigation li {
	padding:0;
	margin:0;
	list-style:none;
}
.navigation a {
	display:block;
	width:81%;
	padding:4px 20px;
	margin:1px 0 0;
	background-color:#eaead4;
	color: #4c1f0a;
	text-decoration:none;
}
.navigation a:hover {
	background-color:#6A6A60;
	color:#fff;
}
.selected a {
	background-color:#4c1f0a;
	color:#fff;
}
#column01 {
	float:left;
	width:465px;
}
#column02 {
	float:right;
	width:180px;
	padding:20px 20px 20px 0;
	font-size:10px;
	line-height:18px;
}

#column01 a:link, #column01 a:visited, #column02 a:link, #column02 a:visited {
	color: #4c1f0a;
	text-decoration:none;
	border-bottom:1px dotted #4c1f0a;
}
#column01 a:hover, #column02 a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
	background-color:#4c1f0a;
}
.header {
	display:block;
	background-color:#fff;
	border-right:1px solid #6A6A60;
}
.copy {
	padding:8px 20px;
	line-height:18px;
}
.breaker {
	display:block;
	border-bottom:1px dotted #6A6A60;
}

h1 {
	font-size: 18px;
	margin:0;
}
#created {
	text-align:right;
	padding:8px 0;
}
.logoList {
	padding:0;
	margin:12px 0;
}
.logoList li {
	padding:5px 0;
	border-bottom:1px dotted #BDBDA5;
	list-style:none;
	margin:0 0 12px 0;
}
.imageHolder {
	padding:12px 0;
	text-align:center;
}