* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #0F231D;
	color: #D9DEDA;
}
a {
	color:#FFA200;
	text-decoration:underline;
}
a:hover {
	color:#FFA200;
	text-decoration:none;
}
h3 {
	color:#9B6B38;
}
#container { 
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #11251E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(http://www.onyx.brothersstudios.com/onyximages/headerBackground.jpg) left top no-repeat;
	width:600px;
	height:436px;
	margin:20px 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:48px;
	color:#D9DEDA;
}
#header span {
	color:#FFA200;
}
#header span a {
	color:#FFA200;
	text-decoration:underline;
}
#header span a:hover {
	color:#FFA200;
	text-decoration:none;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 282px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#mainContent { 
	width:282px;
} 
#footer {
	text-align:center;
} 
#footer p {
	padding:20px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin menu*/
#navcontainer {
	padding:100px 0 0 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}
#navlist li a {
	color:#D9DEDA;
	font-size:24px;
	text-decoration:none;
}
#navlist li a:hover {
	color:#FFA200;
	font-size:24px;
	text-decoration:underline;
}
#navlist #active a {
	color:#FFA200;
	font-size:24px;
	text-decoration:underline;
}
/*end menu*/
/* --------------------------------------begin border----------------------------------*/
.body-panel {
	background:#11251E;
}
.top-left-corner-tabs, .top-right-corner-tabs, .bottom-left-corner-tabs, .bottom-right-corner-tabs {
    background-image: url( http://www.onyx.brothersstudios.com/onyximages/corners1280x18HomeTabsBody.gif );
    height: 9px;
    font-size: 2px;
}
.top-left-corner, .top-right-corner, .bottom-left-corner, .bottom-right-corner {
    background-image: url( http://www.onyx.brothersstudios.com/onyximages/corners1280x18.gif );
    height: 9px;
    font-size: 2px;
}
.top-left-corner, .bottom-left-corner, .top-left-corner-tabs, .bottom-left-corner-tabs {
    margin-right: 9px;
}
.top-right-corner, .bottom-right-corner, .top-right-corner-tabs, .bottom-right-corner-tabs {
    margin-left: 9px;
    margin-top: -9px;
}
.top-right-corner, .top-right-corner-tabs {
    background-position: 100% 0;
}
.bottom-left-corner, .bottom-left-corner-tabs {
    background-position: 0 -9px;
}
.bottom-right-corner, .bottom-right-corner-tabs {
    background-position: 100% -9px;
}
.inside {
    border-left: 1px solid #acab9a;
    border-right: 1px solid #acab9a;
    padding: 0px 10px 0px 10px;
	height: 100%;
}
.inside {
	padding: 20px;
}
/* --------------------------------------end border----------------------------------*/