* {margin: 0 auto; cursor: default;}

body {background: black; font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;}

div.wrap {
width: 1000px;
margin: 0 auto;
}

div.lefttitle {
width: 300px;
height: 100px;
float: left;
background: url(images/saturn.png);
}

div.rightnav {
float: right;
color: white;
line-height: 100px;
height: 100px;
}

div.rightnav span {
margin-right: 10px;
}

div.nav {
height: 30px;
background: url(images/navbg.png);
width: 1000px;
clear: both;
margin-top: 10px;
}

	div.nav ul{
	list-style: none;
	padding-left: 0;
	}
		
		div.nav ul li {
		font-size: 14px;
		line-height: 30px;
		color: white;
		display: inline;
		margin: 0 6px;
		padding: 4px 8px;
		cursor: pointer;
		}
		
		div.nav ul a {
		text-decoration: none;
		color: white;
		}
		
		div.nav ul li:hover {
		background: #4e4e4e;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 1px 3px black;
		}
		
div.content {
background: #4e4e4e;
width: 970px;
color: white;
padding: 15px;
}

div.separater {
width: 485px;
float: left;
margin-bottom: 10px;
}

div.node {
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 350px;
padding-left: 10px;
}

	div.node h4 {
	width: 450px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: 	all 0.2s linear;
	-o-transition: 		all 0.2s linear;
	padding: 10px;
	border: 1px solid #4e4e4e;
	margin: 5px;
	cursor: pointer;
	}
	
	div.node a {
	text-decoration: none;
	color: white;
	}
	
	div.node h4:hover {
	border: 1px solid #efefef;
	background: #ccc;
	color: black;
	}
	
.editpage textarea {
height: 300px;
width: 480px;
overflow-y: scroll;
resize: none;
}