input[type="button"]{
    z-index: 300;
	display:relative;
	width:80%;
	height:3em;
}
input[type="button"]:hover{
    background-color: #000000;
	background: #000000;
	z-index: 299;
}
#arial
{
font-family:Arial;
font-size:10;
position:relative;
color:white;
z-index:400;
}
#title
{
font: 12px Tahoma, Helvetica, Arial, Sans-Serif;
font-size:48px;
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
line-height:70px;
}
#eachShip{
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;

position:relative;
margin-left:.5em;
top:.5em;
height:11em;
width:11.375em;
background-color:#ffffff;
-webkit-border-bottom-left-radius:22px;
-moz-border-radius-bottomleft:22px;
border-bottom-left-radius:22px;
z-index:-5;
}
#eachShip2{
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;

position:relative;
/*margin-left:1%;*/
left:12.375em;
top:-10.5em;
height:11em;
z-index:3;
width:11.375em;
background-color:#ffffff;
}
#eachShip3{
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;
z-index:3;
position:relative;
left:24.25em;
top:-21.5em;
height:11em;
width:11.375em;
background-color:#ffffff;
}
#eachShip4{
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;
z-index:3;
position:relative;
left:36.125em;
top:-32.5em;
height:11em;
width:11.375em;
background-color:#ffffff;
		-webkit-border-bottom-right-radius:22px;
	-moz-border-radius-bottomright:22px;
	border-bottom-right-radius:22px;
}
#craftBox{
z-index:-10;
opacity:0.75;
-moz-box-shadow: 0 0 5px #ED145B;
-webkit-box-shadow: 0 0 5px#ED145B;
box-shadow: 0 0 5px #ED145B;
position:absolute;
background-color:#333;
top:27em;
width:48em;
height:12em;
margin-left:1em;
margin-right:1em;
		-webkit-border-bottom-left-radius:27px;
	-moz-border-radius-bottomleft:27px;
	border-bottom-left-radius:27px;
		-webkit-border-bottom-right-radius:27px;
	-moz-border-radius-bottomright:27px;
	border-bottom-right-radius:27px;
}
#insideBox
{
position:relative;
left:0em;
top:-6em;
font-family:Arial;
font-size:30px;
color:#36393C;
}
ul.navbar
{
position:fixed;
top:0;
left:0;
width:6.5em;
list-style-type:none;
margin:0;
padding:0;
z-index: 100;
}
#topBar
{
	-webkit-border-top-left-radius:37px;
	-moz-border-radius-topleft:37px;
	border-top-left-radius:37px;
		-webkit-border-top-right-radius:37px;
	-moz-border-radius-topright:37px;
	border-top-right-radius:37px;
border-left: 1px #444 solid;
border-top: 1px #444 solid;
border-right: 1px #444 solid;
/*border-bottom: 1px #333 solid;
margin-left:auto;
margin-right:auto;*/
width:13em;
height:4em;
left:-1px;
top:-4em;
position:relative;
z-index:2;
background-color:#222;
color:#111;
}
#mid
{
	/*-webkit-border-top-left-radius:37px;
	-moz-border-radius-topleft:37px;
	border-top-left-radius:37px;*/
		-webkit-border-bottom-left-radius:37px;
	-moz-border-radius-bottomleft:37px;
	border-bottom-left-radius:37px;
		-webkit-border-bottom-right-radius:37px;
	-moz-border-radius-bottomright:37px;
	border-bottom-right-radius:37px;
		-webkit-border-top-right-radius:37px;
	-moz-border-radius-topright:37px;
	border-top-right-radius:37px;
	/*border:20px solid #dfdfdf;*/
position:relative;
top:7em;
margin-left:auto;
margin-right:auto;
height:40em;
width:50em;
/*background-color:#CFCFD4;*/
border-bottom: 1px #444 solid;
border-left: 1px #444 solid;
border-top: 1px #444 solid;
border-right: 1px #444 solid;
background-color: #222;
z-index:1;
}
#divider
{
position:fixed;
top:0;
left:0;
height:10.5em;
background-color:#505050;
width:7em;
z-index: 90;
}
#sidebar
{
position:fixed;
top:0;
left:0;
height:10em;
width:6.5em;
background-color: #ff6700;
z-index: 95;
}
#sidebarMid
{
position:fixed;
top:4.5em;
left:0;
height:1em;
width:6.5em;
background-color: white;
z-index:97;
}
#sidebarTop
{
position:fixed;
top:0;
left:0;
height:5em;
width:6.5em;
background-color:#0077af;
z-index:96;
}

html{height:100%;background-color: #333;position:relative}
body
{
position:relative;
top:0;
left:0;
width:100%;
height:100%;
padding-left:0em;
background-color: #333;/*#202020 ;*/
};

