* {
	margin: 0;
	padding: 0;
}

body {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

#body {
	background-color: #d3d7cf;
	text-align: center;
}

#box_main {
	width: 1000px;

	margin-right: auto;
	margin-left: auto;

	background-color: #2B2922;

	border: 1px solid #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	margin-top: 12px;
	padding: 0px;
}

#box_header {
	background-image: url("./../pictures/banner.png");

	padding: 16px;

	height: 55px;
	
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

	border-bottom: 1px solid #000000;
	
	color: #F5F3E5;
}

#box_menu {
	text-align: left;

	margin: 0px 0px 12px 12px;
}

#box_content {
	text-align: left;
	vertical-align: top;
	
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;

	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	background-color: #F5F3E5;

	margin: 12px 12px 12px 0px;
	padding: 12px;

	min-height: 350px;
}

#box_footer {
	border-top: 1px solid #000000;
	
	color: #F5F3E5;
}

#box_menu ul {
	text-decoration: none;
	list-style: none;
}

#box_menu ul li {
}

li.menu_base {
	text-align: center;
	vertical-align: middle;

	font-weight: bold;

	background-color: #55A616;
	
	padding: 12px 24px 12px 24px;

	cursor: pointer;
}

li.menu_start {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
		
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

	cursor: pointer;
}
li.menu_item {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
li.menu_end {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
li.menu_item_hover {
	background-color: #F0ECE1;
}
li.menu_item_selected {
	border-right: 1px solid #F5F3E5;
	background-color: #F5F3E5;
}

a {
	color: #ce5c00;
}
a:hover {
	color: #f57900;
}

p {
	margin-bottom: 1.0em;
}

p.separator {
	background-color: #dbdacc;
	
	height: 1px;
	width: 100%;
	
	margin: 1px;
}

#spacer {
	height: 55px;
}
