
body {
	color: #ffffff;
	background-color: #000000;
	background-position: right;
	background-repeat: none;
	margin: 1%;
	padding: 0px;
}

a {
	color: #ffff00;
}

a:visited {
	color: #aaaa00;
}

#logo_top {
	width: 100%;
	margin-bottom: 0px;
}

#logo_right {
	margin-top: 0px;
	width: 35.41%;
	float: right;
	margin-bottom: -100%;
}

#menu {
	float: left;
	width: 20%;
	height: 100%;
	text-align: left;
	background-image: url(../images/vbar.png);
	background-repeat: repeat-y;
	background-position: right;
}

#menu ul {
	margin-left: 0px;
	padding-left: 0.5em;
}

#menu a {
	color: #ffffff;
}

#menu ul li {
	margin-top: 1em;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #ffffff;
}

#menu ul li:hover {
	text-shadow: #aaaaff 1px 1px 2px;
}

#content {
	width: 49%;
	padding-top: 2em;
	height: 100%;
	font-family: URW Gothic L,sans-serif;
	float: left;
}

.spaceabove {
	margin-top: 1em;	
}

.spacedlist li {
	margin-top: 0.5em;
}

.fullheight {
	height: 100%;
}

.postnote {font-size: 50%;
	text-align: right;
	font-style: italic;
}

.mark {
	color: #00cc00;
	text-shadow: #00aa00 1px 1px 2px;
}

.alternaterows tr:nth-child(2n+1) {
	background-color: #333333;
}

.alternaterows tr:nth-child(2n) {
	background-color: #111111;
}

.capcontainer {
	float: left;
	margin-right: 0.5em;
	width: 166px;
	clear: both;
}

.icon {
	border: none;
	max-width: 20%;
	max-height: 1.5em;
}

.center {
	text-align: center;
}

@media handheld {
	@include "handheld.css";
}





