body{
	color:cornsilk;
	background-color:black;
	font-family: arial, "lucida console", sans-serif;
	background-image: url('./images/1moonraking.com.jpg');
	background-repeat: no-repeat;
	background-position: 85% 15%;
	background-attachment: fixed;
	margin:auto;
	width:780px;
}

h1{
	padding:10px 10px 0px 0px;
	margin:2px;
	font-size:16px;
	background-color:transparent;
}

h2{
	text-align:right;
	padding-right:5px;
}

a{
	text-decoration:underline;
	font-weight:none;
	color:#e0e0e0;
}

a img{
	border:none;
	text-decoration:none;
}

.header{
	text-align:right;
	height:5%;
	width:99%;
	background-color:transparent;
}

.navbar{
	text-shadow: color;
	font-weight: bold;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	color:red;
	height:30px;
	z-index:100;
	position:relative;


}

li{
	padding: 3px 5px;
}

.navbar ul{
	list-style: none;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
.navbar ul li {
	color:red;
	text-decoration: none;
	font-style:none;
	padding:5px 8px;
	float: left;
}

.navbar .selected{
	border:solid 1px gray;
	background:black;
	border-bottom:none;
	position:relative;
	top:5px;
}


.navbar ul li a{
	text-decoration: none;
	color:red;
	text-decoration: none;
	font-style:none;
}



/*===============page contents=======================*/

.container{
	min-height:400px;
	border:solid 1px gray;
	padding:5px;
/*	position:relative;
	top:-5px;
*/
}

/*===============gallery=======================*/


.picsmall{
	height:100px;
	width:300px;
	border:#0f0f0f solid 1px;
	margin:2px;
	padding:2px;
	font-size:10px;
}

.picsmall img{
	float:left;
	border:none;
	margin-right:2px;
	vertical-align:middle;
}


/*===============Footer=======================*/

.footer{
	border-top:	1px solid #101010;
	height:30px;
}

