#mainmenu {
	background: #ED7900 url("../Images/mainmenu/beginner/bg.gif") repeat-x bottom;
}
#mainmenu li {
	background: url("../Images/mainmenu/beginner/left_both.gif") no-repeat left top;
	border-bottom: 1px solid #ED7900;
}
#mainmenu a {
	background: url("../Images/mainmenu/beginner/right_both.gif") no-repeat right top;
}
div#menu li.current a {
	color: #ED7900;
}
#contentcontainer {
	background-color: #FFF;
	border-top: 1px solid #ED7900;
}

#content {
	border-left: 1px solid #ED7900;
	padding-right: 0;
}

#footer {
	border-top: 1px solid #ED7900;
}

#footerend {
	border-bottom: 1em solid #ED7900;
}

h1 {
	color: #ED7900;
}

h2 {
	border-color: #ED7900;
	color: #ED7900;
}

#content a {
	color: #ED7900;
}

object, embed {
	margin-bottom: 1em;
}

p.printbutton {
	font-size: 1.2em;
	border: 1px solid #CCC;
	width: 150px;
	float: left;
}

p.printbutton a {
	text-decoration: none;
	color: #666 !important;
	font-weight: bold;
	display: block;
	background-image:url(../Images/print.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	margin: 4px;
}

p.credit {
	font-size: 1em !important;
	float: right;
	padding-top: 0.5em;
	padding-right: 30px;
}
