html, body {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgb(49,49,49) url(images/luminaBG.jpg) no-repeat center top;
}

/* @group round corners */

.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



/* @end */

#wrapper {
	width: 960px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background: none no-repeat;
}

/* @group header */

#header {
	width: 960px;
	height: 116px;
	position: relative;
	z-index: 20;
	padding: 0;
	margin: 0 auto auto;
}

.logo {
	float: left;
}

.title {
	width: 580px;
	color: rgb(108,173,223);
	font-size: 15px;
	margin: 0;
	padding: 70px 0 0 20px;
	float: left;
}



/* @end */

#content {
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}

/* @group Sidebar */

#sidebar {
	width: 230px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
}

#sidebar li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}

#sidebar a.selected {
	color: rgb(108,173,223);
	text-decoration: none;
	font-weight: bold;
}

#sidebar a {
	color: rgb(59,59,60);
	text-decoration: none;
}

#sidebar a:hover {
	color: rgb(59,59,60);
	text-decoration: underline;
}

.menu {
	width: 190px;
	margin: 0;
	padding: 75px 0 0;
	top: 195px;
	font-size: 12px;
	text-align: right;
}

#side_headline {
	width: 206px;
	margin: 0;
	padding-right: 23px;
	padding-top: 100px;
	text-align: right;
}



/* @end */

#textarea {
	width: 560px;
	float: left;
	margin: 0;
	padding: 30px 0 0 95px;
	position: relative;
	background-repeat: no-repeat;
}

#textarea p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#tabtop {
	position: relative;
	float: left;
	width: 560px;
	margin-bottom: 10px;
}

#tabtop ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	height: 37px;
	width: 560px;
}

#tabtop li {
	list-style-type: none;
	float: left;
	position: relative;
	display: block;
	margin-right: 4px;
	text-align: center;
	width: 126px;
	height: 36px;
	line-height: 14px;
}

#tabtop li a {
	padding: 4px 0;
	text-decoration: none;
	background-color: #333;
	margin: 0;
	display: block;
	color: #fff;
	font-weight: bold;
	
	-moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#tabtop li a:hover {
	background-color: #444;
}

#tabtop li a.selected {
	padding: 4px 0 5px;
	text-decoration: none;
	background-color: rgb(108,173,223);
	margin: 0;
	display: block;
	color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#footer {
	width: 940px;
	float: left;
	position: relative;
	color: #666;
	padding-left: 20px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* @group Font Formats */

.text_blue_bold {
	color: rgb(108,173,223);
	font-weight: bold;
	padding-left: 35px;
	padding-bottom: 30px;
}

.text_blue_bold2 {
	color: rgb(108,173,223);
	font-weight: bold;
	padding-top: 10px;
}

h1 {
	font-size: 19px;
	color: rgb(108,173,223);
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: rgb(108,173,223);
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 25px;
}

h3 {
	color: rgb(108,173,223);
	font-weight: bold;
}



/* @end */

a {
	text-decoration: underline;
	color: rgb(213,243,255);
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: rgb(108,173,223);
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}