body {
	background-color: #151514;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
	color: black;
}
img {
    margin: 0px;
    padding: 0px;
    border: none;
}
h1 {
	font-size:18px;
}
h2, h3, h4, h5, h6 {
	color:#C60;
}
a {
	color: blue;
	text-decoration:underline;
}
a:hover{
	color:#C60;
	text-decoration:underline;
}
#wrapper-outer {
	width:100%;
	height:300px;
	background-image:url(header.png);
	background-repeat:repeat-x;
	padding-top:5px;
	border-bottom:3px solid #3F3F3F;
	
}
#headerwrapper {
	width:900px;
	height:300px;
	margin:0 auto;
}

#logo {
	height:50px;
	float:left;
	color: white;
}

#menu {
	float:right;
	margin-top:5px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	padding: 0;
	margin: 0;

}

#menu ul li a {
	color: #fff;	
	font-weight: normal;
	outline: none;
	float: left;
	display: block;
	margin-left: 10px;
	padding: 7px 5px 0 5px;
	text-align: center;
	text-decoration: none;
	height: 27px;
	width: 75px;
}

#menu li a:hover, #menu li .active {
	background: url(menuhover1.png) no-repeat;
}

#header {
	height:250px;
	color:black;
	font-size:13px;
}

#onorange {
	background-image:url(onorange.png);
	background-repeat:no-repeat;
	height:250px;
}


#header-left {
	float:left;
	margin:5px 0 0 0;
	width:400px;
}

#header-right {
	float:right;
	margin:0px;
	width:450px;
}
#content {
	height:100%;
	width:900px;
	margin:0 auto;
	padding-top:17px;
    background-color: #ffffff;
}
#contnetwrapper {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

#sidebar {
	float:left;
	width:300px;
	height:100%;
}
.sidebarmenu {
    list-style-type: none;
    font-weight:bold;
    padding-left:18px;
}
.sidebarmenu li {
    height: 25px;
}
.sidebarmenu a {
    color: #000000;
    text-decoration: none;
    padding:3px;
}
.activemenu {
    list-style-image: url(okay.png);
}
.sidebarmenu a:hover {
    background-color: #FFA72A;
}
.boxsidebar {
    clear: both;
    width: 300px;
}

.sidebartitle {
	text-align:center;
	padding: 9px;
	height:20px;
	width:282px;
	font-size:18px;
	background: url(sidebartopbox.png) no-repeat top left;
	color:#C60;
}
.sidebarcontent { 
	background: url(sidebarmiddlebox.png) repeat-y left;
	padding: 10px;

}
.sidebarbottom {
	margin:0 0 18px;
	height: 16px;
	background: url(sidebarbottombox.png) no-repeat top left;

}

#contentright {
	float:right;
	width:500px;
	height:100%;
	border-left:1px solid gray;
	padding:0 0 0 50px;
}

.border {
	width: 600px;
	height: 100%;
	border-bottom: 1px solid gray;
	padding-bottom: 20px;

}

.dashed {
	width: 100%;
	height: 100%;
	border-bottom: 1px dashed gray;
	padding-bottom: 10px;
}

.button a {
	width: 95px;
	height: 23px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 7px 0px 5px 3px;
	background-image:url(button.png);
	background-repeat:no-repeat;
	color: black;
	font-size: 13px;
}

#leftpoints {
	line-height:2em;
	float:left;
	width:250px;
	font-weight:bold;
	color:gray;
}

#rightpoints {
	line-height:2em;
	float:right;
	width:250px;
	font-weight:bold;
	color:gray;
}

.checked {
	padding-right:10px;
}


#footer  {
	width:100%;
	height:90px;
	background-image:url(footer.png);
	background-repeat:repeat-x;
	margin-top:3px;
        margin-bottom: -35px;
	color: white;
        position: fixed;
        bottom: 0px;
        left: 0px;
}

.big {
	color:#C60;
	font-weight:bold;
	font-size:16px;
}

#footer a {
	color:#C60;
}

#footercontent {
	width:900px;
	margin:0 auto;
        text-align: center;
}