body {
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: black;
}

img {
	border: none;
}

h1 {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.top_level {
	/*background: url('img/right-ribbon.png') top right repeat-y;*/
	/*background: url('img/left-ribbon.png') top left repeat-y;*/
	background: url('img/ribbon.png') top left repeat-y;
}

#content {
	background-color: #222;
	width: 420px;
	margin: 20px auto;
}

#content_nav {
	height: 30px;
	background-color: #070733;
	border-bottom: 1px solid #0e2d91;
}

#content_header {
	/*background-color: #5c3800;*/
	width: 184px;	
	display: inline;
}

#brianguthrie_face {
	float: left;
	margin-left: 9px;
}

#brianguthrie_name {
	padding-left: 10px;
	float: left;
	margin-top: 155px;
}

#content_header h1 {
	padding-right: 5px;
}

.brian {
	color: #aaa;
}

.guthrie {
	color: #eee;
	padding-bottom: 5px;
}

#content_category {
	background: url('img/category_bg.png') top left repeat #5c3800;
	clear: both;
	border-top: 1px solid #bc8d34;
	text-transform: uppercase;
}

#content_category_text {
	padding: 4px 4px 4px 14px;
}

#content_category h3 {
	padding: 0px;
	margin: 0px;
	color: #ddd;
}

#content_body {
	background-color: #111;
	color: white;
	padding: 10px;
}

#content_body p {
	font-size: small;
	margin-left: 5px;
}

#content_body a {
	color: #bfc4ff;
}

#content_body a:hover {
	border-bottom: 1px dotted white;
}

.block_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.category_list {
	text-align: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.category_list li {
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}

.list_last {
	border: none !important;
}

.dest_link {
	color: #999 !important;
	font-size: large;
}

.dest_link:hover {
	color: #eee !important;
	border: none !important;
}

.category_list p {
	color: white;
	font-size: x-small;
	margin-right: 17px;
	margin-top: 3px;
}

#content_footer {
	background-color: #070733;
	text-align: center;
	color: white;
	padding: 10px;
	font-size: small;
	border-top: 1px solid #0e2d91;
}

#content_footer a {
	color: #bfc4ff;
}

#content_footer a:hover {
	border-bottom: 1px dotted white;
}