/*
tags
*/

body{
	background:url("../images/background.jpg");
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

h2{
	font-size:175%;
}

p{
	font-size:10pt;
}

a{
	text-decoration:none;
	color:#fff;
}

#nav a{
	padding:0px 5px;
	margin:0px 5px 0px 0px;
	font-size:250%;
}

#content a{
	border-bottom:1px solid #fff;
}

#content .planet a{
	border-bottom:0px;
}

a:hover{
	position:relative;
	top:5px;
}

a:hover h2{
	position:relative;
	top:5px;
}

a>img:hover{
	position:relative;
	top:5px;
}

#content ul{
	list-style:none;
	padding:0px;
	margin:15px 25px;
}

#nav ul{
	text-decoration:none;
	display:block;
}

#nav li{
	display:inline;
}

fieldset{
	border:1px solid white;
	padding:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

legend{
	font-size:200%;
}

label{
	font-size:10pt;
}

input, select, textarea{
	position:absolute;
	right:0px;
	height:20px;
	font-size:10pt;
}


/*
id's
*/

#container{
	background:#000;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:25px;

	-moz-box-shadow: 8px 8px 10px #000000;
	-webkit-box-shadow: 8px 8px 10px #000000;
	box-shadow: 8px 8px 10px #000000;
}

header{
	height:100px;
	border:1px solid white;
	padding:0px 0px 14px 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#nav{
	float:right;
	margin:40px 25px 0px 0px;
}

#content{
	margin-top:25px;
}

#left_pane{
	width:370px;
	float:left;
	position:relative;
}

#right_pane{
	width:370px;
	float:right;
	position:relative;
}

#btn01, #btn02, #btn03, #btn04, #btn05, #btn06, #btn07, #btn08{
	position:absolute;
	left:140px;
	bottom:0px;
	width:100px;
	background:#000;
	color:#fff;
	margin-bottom:10px;
}

/*
classes
*/

.align{
	vertical-align:top;
}

.center{
	text-align:center;
}

.current_page{
	border-bottom:1px solid #fff;
}

.planet{
	width:380px;
	position:relative;
	padding-bottom:30px;
}

.float{
	float:left;
}

.clear{
	clear:both;
}

.top_padding{
	padding-top:10px;
}

.planet h2{
	text-align:center;
	margin:10px auto;
}

.planet img{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	display:block;
}

.planet li{
	text-align:center;
}

.dash_top{
	border-top:1px solid white;
}

.dash_side{
	border-right:1px solid white;
	padding-right:10px;
}

.dash_side2{
	border-left:1px solid white;
	right:1px;
	position:relative;
}

.input{
	height:40px;
}

.error{
	color: #FF0000;
}