body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
}

#menu{
	left: 1em;
	top: 10em;
	background-color: #000;
	width: 15%;
	color: #EAEAEA;
	font-family: tahoma, arial, sans-serif;
	position: absolute;
	border: 1px dotted #eaeaea;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li a {
	text-decoration: none;
	color: #EAEAEA;
	padding: 5px 5px 5px 0.5em;
	display: block;
	width: 100%;
	border: 2px solid Black;
}

html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	background-color: #DDDDDD;
	color: #FF0033;
	border: 2px solid #CC0033;
	font-weight: bold;
}

#content {
	color: blackdc;
	background: url(border-right.jpg) #dcdcdc;
	width: 93%;
	background-position : right;
	background-repeat : repeat-y;
	padding-right: 2.5em;
	margin-right: 0;
	border-right: 0;
}

#left {
	background-image : url(border-left.jpg);
    background-color: #dcdcdc;
	background-position : left;
	background-repeat : repeat-y;
	border-right: none;
   	max-width: 34px;
	width: 34px;
	min-width: 34px;
}

#contain {
	left: 12em;
	top: 8em;
	position: absolute;
	width: 75%;
	min-width: 300px;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
	border-bottom : 0.5em solid Black;
	border-top: 0.5em solid black;
}

UNKNOWN {
	WIDTH: auto
}

#stripe-top {
	margin-top: 3em;
	height: 3em;
	width: 100%;
	background: Red url(eyes.jpg) no-repeat 100%;
}

#stripe-left {
	background: #f00;
	margin-left: 3em;
	width: 3em;
	height: 20em;
	top: 0px;
    position: absolute;
}

hr {
	color: #757575;
	background-color: #757575;
	width: 100%;
	height: 2px;
	border: 0;
	padding: 0;
}

p {
	font-size: 75%;
	margin: 0.9em;
}

h1 {
	font-size: 130%;
	margin: 0.5em;
}

h2 {
	font-size: 100%;
	margin: 0.5em;
}

h2.title {
	font-size: 100%;
	margin: 0.5em 0 0 0;
	text-align: right;
	color: #E60000;
	text-transform: uppercase;
}

h3 {
	font-size: 90%;
	margin: 0.5em;
}

h3.title {
	font-size: 90%;
	margin: 0;
	color: #333366;
	text-align: right;
}

h4 {
	text-align: center;
	font-size: 80%;
	font-weight: normal;
}

h4.jtitle {
	font-weight: bold;
	margin: 0;
	color: #E60000;
	display: inline;
	padding-left: 0.5em;
}

span.timestamp {
	font-size: 80%;
	margin: 0;
	color: black;
	font-weight: normal;
}

a:link {TEXT-DECORATION : underline; COLOR : #3333CC; FONT-WEIGHT: bold}

a:visited {
	TEXT-DECORATION : underline;
	COLOR : #0000CC;
	FONT-WEIGHT: bold;
}

a:hover {
	TEXT-DECORATION : none;
	COLOR : gray;
}

a:active {TEXT-DECORATION : underline; COLOR : #33CC33}

div.jentry {
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-right: 1em;
}

.highlight {
	color: #009933;
	display: inline;
}




