#content {
	background: url("../images/content-background.png") no-repeat 386px 300px;
	}

#bookmarks {
	float: left;
	width: 902px;
	}
#bookmarks > .head {
	border-color: rgb(208, 235, 247);
	border-style: solid;
	border-width: 0 5px;
	}
#bookmarks > .head .section {
	background: none;
	border-color: rgb(208, 235, 247);
	border-style: solid;
	border-width: 0 5px;
	margin: 0 13px -18px 13px;
	padding: 0 0 18px 0;
	}

#bookmarks .navigation {
	background: rgb(233, 234, 206);
	font-weight: bold;
	list-style: none;
	overflow: hidden;
	padding: .2em 18px;
	}
#bookmarks .navigation a {
	color: rgb(90, 74, 66);
	}
#bookmarks .navigation .active a,
#bookmarks .navigation .active a:active,
#bookmarks .navigation .active a:focus,
#bookmarks .navigation .active a:hover {
	color: rgb(43, 56, 143);
	}
#bookmarks .navigation li {
	border-left: 1px solid rgb(90, 74, 66);
	float: left;
	padding: 0 1em;
	}
#bookmarks .navigation li:first-child {
	border-left: none;
	padding-left: 0;
	}

#topics,
#results {
	border-color: rgb(208, 235, 247);
	border-style: solid;
	border-width: 0 5px;
	display: inline;
	margin-top: 18px;
	padding-bottom: 24px;
	}
#topics> :first-child,
#results > :first-child {
	margin-top: 0;
	}
#topics {
	float: left;
	margin-left: 18px;
	width: 334px;
	}
#topics a {
	color: rgb(90, 74, 66);
	}
	
#topics a:hover {
	color:#6d9c98;
	}	
#topics li {
	margin: .3em 0;
	}
#topics ul {
	font-weight: bold;
	list-style: none;
	padding: 0;
	}
#topics ul ul {
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
	text-transform: uppercase;
	}
#topics ul ul ul {
	text-transform: none;
	font-style: italic;
	}
#topics .active > a {
	color: rgb(43, 56, 143);
	}

#results {
	float: right;
	margin-right: 18px;
	width: 493px;
	}
#results ul {
	color: rgb(43, 56, 143);
	padding-left: 1.5em;
	}

#results a:hover {
	color:#6d9c98;
	}	
	
#results span {display:none;}	

#suggestions {
	background: rgb(208, 235, 247);
	border: 1px solid rgb(90, 74, 66);
	float: right;
	padding: 10px;
	width: 200px;
	}
#suggestions h2 {
	background: none;
	font-size: 115%;
	padding: 0;
	}
#suggestions label {
	display: block;
	}
#suggestions li {
	display: block;
	margin: .5em 0;
	}
#suggestions input,
#suggestions textarea {
	border: 0;
	max-width: 100%;
	}
#personal-information label {
	font-weight: normal;
	text-transform: uppercase;
	}


h3 {text-transform:uppercase; padding-top:20px;}

