* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #cccccc;
	background-color: #330000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

a {
	color: #eecc77;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 7px 0px 8px;
	text-align: justify;
}

.cleardiv {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

#desktop {
	width: 1024px;
}

/* Headers */
#header_journal {
	background:  url(images/header_journal_1000x125.jpg);
	width: 1000px;
	height: 125px;	
}

#header_archives {
	background:  url(jaImages/header_archives_1000x125.jpg);
	width: 1000px;
	height: 125px;	
}

#header_aboutMe {
	background:    url("aboutMeImages/header_aboutMe_1000x125.jpg");
	width: 1000px;
	height: 125px;	
}

#header_images {
	background:  url(galleryImages/header_images_1000x125.jpg);
	width: 1000px;
	height: 125px;	
}

#header_recordings {
	background:   url("recordingsImages/header_recordings_1000x125.jpg");
	width: 1000px;
	height: 125px;	
}

#header_writings {
	background:     url("writingsImages/header_writings_1000x125.jpg");
	width: 1000px;
	height: 125px;	
}

#header_links {
	background:    url("linksImages/header_links_1000x125.jpg");
	width: 1000px;
	height: 125px;	
}

/* Center Column */
#centercolumn {
	width: 600px;
	color: #cccccc;
	float: left;
	text-align: justify;
}

.main_nav {
	word-spacing: 22px;
	font-size: 12px;
	padding-left: 25px;
}

#centercolumn_2 {
	background-color: #550000;
	width: 600px;
	text-align: left;
	margin-top: 7px;
}

#centercolumn a {
	color: #eecc77;
	background-color: inherit;
}

#centercolumn a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* Center Column Journal Entry */
.journalentry {
	background-color: #330000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 590px;
}

.je_header {
	padding: 19px 10px 5px;
	height: 22px;
}

.je_title {
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.je_date {
	float: right;
	font-s: 11px;
	font-weight: bold;
}

.je_content {
	padding: 0px 10px 10px;
	line-height: 14px;
}

/* Left Column */
#leftcolumn {
	width: 200px;
	color: #cccccc;
	background-color: #210000;
	float: left;
	text-align: center;
	font-size: 9px;
}

#leftcolumn ul {
	width: 195px;
	overflow: hidden;
}

#leftcolumn li {
	margin-bottom: 5px;
	text-align: center;
}

.featured {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

/* Bottom Left */
.bottom_left {
	color: cccccc;
	background-color: #330000;
	text-align: center;
	padding-top: 20px;
}

.about_contact {
	color: cccccc;
	background-color: #330000;
	text-align: center;
}

/* Right Column */
#rightcolumn {
	width: 200px;
	float: left;
	text-align: center;
	color: #cccccc;
	background-color: #210000;
}

#rightcolumn_2 {
	background-color: #550000;
	width: 200px;
	text-align: left;
}

#rightcolumn a {
	color: #eecc77;
	background-color: inherit;
}

#rightcolumn a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#rightsidebar {
	width: 195px;
	float: left;
	color: inherit;
}

.ads {
	text-align: left;
	width: 193px;
	color: #999999;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 9px;
}

/* Footer */
#footer {
	margin-left: 200px;
	margin-right: 200px;
	width: 600px;
	text-align: center;
	color: #ffffff;
	background-color: #550000;
	position: relative;
	top: -17px;
}
