body {
	background: #000 url('np-bg-gradient.png') no-repeat top right;
}
#container {
	width: 900px;
	margin: 18px auto 0 auto;
	overflow: hidden;
	background-color: #fff;
	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: 100%;
	float: right;
}
#topbox {
	height: 205px;
	/*background-color: #ffffff;*/
	background: transparent url('top-curve.png') no-repeat top;
	position: relative;
}
#logo-box {
	background: transparent url('neptic-logo-color2-med.png') no-repeat 5px 5px;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 75px;
	left: 0px;
}
#center-box {
	background-color: #eef3f3;
	width: 450px;
	margin: 5px auto;
	height: 450px;
	position: absolute;
	top: 120px;
	left: 225px;
	border-radius: 20px;
	padding: 20px;
	border: solid 5px #52a1a1;
}
#content {
	margin-top: 430px;
	padding: 5px;
	background-color: #eef3f3;
	min-height: 444px;
	font-family: Palatino, Times New Roman, Serif;
}
div.column-box-1, div.column-box-2, div.column-box-3, div.column-box-4 {
	background-color: #fff;
	padding: 5px;
	border: solid 2px #99aaaa;
	border-radius: 10px;
	min-height: 60px;
}
div.column-box-2, div.column-box-3, div.column-box-4 {
	float: left;
}
div.column-box-1 {
	clear:both;
	border-width: 1px;
}
div.column-box-2 {
	width: 390px;
	margin: 5px 20px;
}
div.column-box-3 {
	width: 275px;
	margin: 5px 15px;
}
div.column-box-4 {
	width: 200px;
	margin: 5px 10px;
}
div.column-box-2 h2, div.column-box-3 h2, div.column-box-4 h2 {
	display: block;
	/*background-color: #52a1a1;*/
	background: #66C9C9 url('np-menu-bg.png') repeat-x;
	/*height: 1.1em;*/
	height: 31px;
	width: 108%;
	left: -4%;
	top: -10px;
	position: relative;
	text-align: center;
	border-radius: 15px;
	/*padding: 10px 0px;*/
	padding: 0px 0px;
}



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: #668Aa0; 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 a.selected {
	color: #eec070;
}