html {
	background-color:#001e38;
	color:white;
	font-size:12px;
	font-family:serif;
	overflow-y:scroll;
}

div {
	overflow:hidden;
}

img {
	vertical-align:middle;
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:sans-serif;
	margin-bottom:0;
	text-align:left;
}

:first-child {
	margin-top:0px;
}

ul {
	margin:0;
	margin-left:12px;
}

.sidebar>ul {
	margin-left:0;
}


ul.menu li{
	list-style:none inside;
}

a {
	color:white;
	text-decoration:none;
}

#main a, .sidebar a {
	color:#05a;
}

#header {
	height:35px;
	clear:both;
}

#header a {
	outline:0;
}

#navigation {
	float:right;
	margin:5px;
}

#footer {
	width:450px;
	text-align:center;
}

#wrapper {
	width:750px;
	margin:auto;
	margin-top:45px;
	margin-bottom:100px;
}

.sidebar {
	width:246px;
	float:right;
	clear:right;
	position:relative;
	right:0px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background-color:#fff;
	background-image:url('gfx/sidebarbg.png');
	background-repeat:no-repeat;
	background-position: right top;
	margin-bottom:6px;
	color:#333;
	padding:6px;
	padding-left:18px;
	padding-right:18px;
}

.sidebar>h1 {
	margin-left:-12px;
}

.sidebar a {
	text-decoration:none;
}

.sidebar#stuff {
	text-align:center;
}

.sidebar#stuff img {
	border:3px solid black;
}

#main {
	position:relative;
	left:0px;
	text-align:justify;
	background-color:#fff;
	color:#333;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	width:450px;
	min-height:600px;
}

#main>div {
	margin:12px;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

a:hover {
	text-decoration:underline;
}

iframe {
	border:none;
}

hr {
	clear:both;
}
