/* Default CSS */

body {
	color: #AAAAAA;
	background-color: #000000;
    font-family: Sans-serif;
}
#navbar {
	position: fixed;
	bottom: 30px;
	right: 0px;
	width: 200px;
	padding: 20px;
	text-align: right;
}
#navbar a:link, #navbar a:visited {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:active {
	color: #70A83D;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:hover {
	color: #70A83D;
	text-decoration: underline;
	font-weight: bold;
}
#navbar blockquote {
	margin-right: 15px;
}
#navbar_cap {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 200px;
	height: 30px;
	background-color: #AAAAAA;
}
#titles {
	position: fixed;
	bottom: 30px;
	right: 200px;
	height: 75px;
	text-align: right;
	padding: 5px;
}	
#titles h1 {
	color: #70A83D;
	margin: 5px 0px;
	text-align: right;
}
#titles h2 {
	color: #AAAAAA;
	margin: 5px 0px;
	text-align: right;
}
#content_cap {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 200px;
	height: 30px;
	background-color: #70A83D;
}
