body{
 	margin: 0px;
 }
 
 #container {
	margin: 0 auto;
 	padding: 0;
	width: 960px;
 }
 
 /* header */
 #header {
 	position: relative;
 	z-index: 30;
	height: 170px;
 }
 

 #header h2{
 	margin: 0;
 	padding: 0;
	position: absolute;
	left: 50px;
	top: 110px;
 }
 

 #content-wrap {
 	_height: 1%;
 	min-height: 1px;
	padding: 10px 0px 1px 0px;
 }
 
 /* side-bar */
 
 #side-bar{
	float: left;
	width: 200px;
	padding: 10px;
	margin: 0px 10px;
	clear: left;
}
 
 #page-title{
 	margin: 0 0 0.5em 0;
	padding-top: 0em; /* Firefox bug? */
 	font-size: 200%;
 	border-bottom: 1px solid #666;
 }
 
 
 #main-content{
	margin: 0px 10px 10px 240px;
	padding: 10px 10px;
 }
 
 /* * html #main-content {height: 1%;} */
 	
 
 
 #license-area {
 	padding: 0.5em 0;
 	color: #555;
}
 #account-options li{
 	display: block;
 	margin: 0; padding: 0;
	width: 100%;
 }
#account-options li a {
 	display: block;
 	box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	padding: 2px 5px;
 	z-index: 40;
	width: 100%;
 }
 
#account-options li a:hover {
 	color: black;
 }
#account-topbutton {
 	font-size: 80%;
 	font-weight: bold;
 	padding: 0 5px;
 }
 #top-bar{
 	position: absolute;
	left: 240px;
 	bottom: 0px;
 	z-index:0;
	width: 720px;
}
 
 #top-bar li {
 	list-style: none;
 	float:left;
 	margin: 0 5px;
	padding:0;	
	height: 22px;
 }
 #top-bar li ul{
 	padding: 0;
 	text-align: center;
 	display: block;
 	margin: 0;
	padding: 0.3em 1em;
 	text-decoration: none;
 }
 #top-bar a:hover {
     border-bottom-color:#243356; /* different border color */
 }
/* Site background image */

body {
	background-image: url(http://themes.wdfiles.com/local--files/modern-black/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	color: black;
	
}


/* Background color of all content of the page below header */
#content-wrap {
	background-color: ;
	opacity: 0.7;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: ;
	border: 0px solid black;
}

/* Color of page content */
#main-content {
	background-color: white;
	color: black;
	margin-top: 0px;
}

#header h1 {
	position: absolute;
	left: 20px;
	top: 53px;
}

#header h1 a {
	color: #E38800;
	font-size: 40px;
	font-weight: bold;
	font-stretch: expanded;
	text-decoration: none;
}

#header h1 a:hover {
	color: #E38800;
	background-color: transparent;
	text-decoration: none;
}

#header h2 {
	color: #9A0003;
}

/* 1st MENU ELEMENT */

/* Background color */
#top-bar li {
	background-color: #E38400;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

/* Font color and decoration */
#top-bar li a {
	color: black;
	text-decoration: none;
}

/* Background color on hover */
#top-bar a:hover{
	background-color: #BB6D00; 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

/* Font color on hover*/
#top-bar li a:hover {
	color: #white;
	text-decoration: none;
}
/* ---------------------------------- */

/* 2nd MENU ELEMENT */
#top-bar ul li ul {
	background-color: ;
	border: 0px;
}

#top-bar ul li ul a {
	background-color: #E38400;
	-moz-border-radius: 0px;
}

#top-bar ul li ul a:hover {
	background-color: #BB6D00; 
	-moz-border-radius: 0px;
}


/* ---------------------------------- */





/* color of side-bar*/
#side-bar {
	background-color: white;
	margin-top: 0px;
}

/*  FONTS   */

/* General font family and color*/
body {
	font-family: Verdana, Arial, Helvetica;
	color: ;
}

/* Font family of headers */
h1,h2,h3,h4,h5,h6{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}

/* Sizes, weight and text-decorations of headers */
h1{
	font-size: 190%;
	font-weight: normal;
	text-decoration: none;
}
h2{
	font-weight: normal;
	font-size: 150%;
	text-decoration: none;
}
h3{
	font-weight: normal;
	font-size: 130%;
	text-decoration: none;
}
h4{
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}
h6 {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

a {
	color: #E38800;
}

a:hover {
	color: #F5BF7D;
}

a:visited {
	color: #E38800;
}

a.newpage {
	color: #00FFF7;
}

a.newpage:hover {
	color: #FF8A8C;
	text-decoration: underline;
}



/* Font, size, color and border of page title */
#page-title {
	font-family: Verdana, Arial, Helvetica;
	border-bottom: 1px solid #666666;
	font-size: 200%;
	margin: 0pt 0pt 0.5em;
	padding-top: 0em;
}

#footer {
	color: black;
	background-color: white;
	opacity: 0.8;
	border-bottom:1px solid #888;
	border-top:1px solid #888;
}

#footer a {
	color: black;
	text-decoration: none;
}

#license-area {
	color: white;
}

#license-area a {
	color: white;
	text-decoration: none;
}

#license-area a:hover {
	color: white;
	text-decoration: underline;
	background-color: transparent;
}

#login-status {
	color: white;
}
