@charset "UTF-8";
/* CSS Document */

body {
	width: 80%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	background-color: #040027;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/bubbles.png);
}
#header {
	height: 230px;
	color: #FFF;
}
#nav {
	height: 20px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 350px;
	text-align: justify;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 3px outset #060;
}
#content {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	color:#CCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 5px;
}
#picbox {
	vertical-align: middle;
	text-align: center;
}
#picbox img {
	border: 3px outset #060;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}
#footer {
	height: 30px;
	clear: both;
}
#nav a {
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
}
#nav a:hover {
	color: #00CF00;
	padding-right: 3px;
	padding-left: 3px;
}
#nav a:active {
	color: #17AFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #17AFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
a:active {
	color: #00CF00;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
h3 {
	color: #00CF00;
	font-size: 18px;
}h4 {
	color: #090;
	font-size: 16px;
}
.fltrt {
	background-color:#CCCCCC;
	margin: 5px;
	padding: 5px;
	height: auto;	
	float: right;
}
.fltlft {
	background-color:#CCCCCC;
	float:left;
	margin: 5px;
	padding: 5px;
	height: auto;
}
.astrix {
	color: #54AEED;
}
