* {
	margin: 0;
	padding: 0;
}
body
{
	margin: 2em 0;
	text-align: center;
	/*color: #663;*/	
	color: #441F54;	
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #FFFFFF;
}
.wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}
.main_table {
	border: 1px solid;
	border-color: #441F54;
	background-color:#9CB842;
}
.content {
	width: 60%;
	padding: 10px;
	text-align: left;
	float: right;
}
.menu A {
	text-decoration: none;
	text-align:right;
	font-weight: bold;
	font-size: 11px;
	color: #d2f06c;
}
.menu {
	text-decoration: none;
	text-align:right;
	font-weight: bold;
	font-size: 11px;
	color: #d2f06c;
}
.menu_active A  {
	text-decoration: none;
	text-align:right;
	font-weight: bold;
	font-size: 11px;
	color: #441F54;	
}
.menu_active {
	text-decoration: none;
	text-align:right;
	font-weight: bold;
	font-size: 11px;
	color: #441F54;	
}
.arrow {
	margin-right: 150px;
	margin-top: 3px;
}