body {
	background: #000 url('np-bg-gradient.png') no-repeat top right;
}
#container {
	width: 900px;
	margin: 18px auto 0 auto;
	overflow: hidden;
	background: transparent url('np-side-cont-bg.png') repeat-y left;
	position: relative;
}
#logo {
	padding: 5px;
	float: left;
}
#title {
	/*margin: 0 15px 0 15px;
	float: right;
	margin-top: 35px;
	text-align: left;
	width: 630px;*/
	/*width: 98%;
	margin: 35px auto 0 auto;*/
	padding-top: 35px;
	text-align: center;
	width: 90%;
	float: right;
}
#topbox {
	height: 110px;
	border-bottom: solid 2px #333;
	/*background-color: #ffffff;*/
	background: #fff url('neptic-logo-color-bevel3-med.png') no-repeat 5px 50%;
	position: relative;
}
#midbox {
	background: #66C9C9 url('np-top-bg.png') no-repeat bottom right;
	height: 30px;
	padding: 10px;
}
#sidebox {
	background: #000 url('np-side-bg.png') no-repeat top left;
	float: left;
	width: 90px;
	height: 454px;
	margin: 0;

	/* Improve on iPhone */
	-webkit-user-select: none;	/* so can't select the bg image */
	/* haven't gotten rid of the touch target border, things I try don't work */
}
#sidecap {
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: transparent url('np-side-bot-bg.png') no-repeat bottom left;
	width: 90px;
	height: 10px;
}
#content {
	margin: 0 4px 7px 0;
	padding: 5px;
	width: 796px;
	float:right;
	background-color: #ffffff;
	min-height: 444px;
	font-family: Palatino, Times New Roman, Serif;
}
ul li { margin-bottom: 2px; margin-top: 2px; }

a { text-decoration: none; color: #0080C0; }
a:visited { color: #779AD0; }
a:hover { text-decoration: underline; }

h1#title { font-family: Tahoma, Sans Serif; color: #779AD0; font-weight: normal; }
h1 { font-family: Verdana, Sans Serif; color: #779AD0; text-shadow: #ccc 1px 1px 2px; }
h2 { font-family: Verdana, Sans Serif; font-weight: bold; color: #FFD080; 
	text-shadow: #ddb060 1px 1px 1px; }
h3 { font-family: Verdana, Sans Serif; font-weight: bold; color: #FFBB80 }

h2.padded { padding: 0.5em 0 0.8em 0; }

#layout-widget {
	font-size: 0.8em;
	color: #555;
}
/*#layout-widget #layout-choices {
	display: block;
	height: 0px;
	overflow: hidden;
}
#layout-widget:hover #layout-choices {
	display: block;
	height: 1.1em;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}*/
#layout-widget #layout-choices a.selected {
	color: #eec070;
}