a {
	color:#200293;
	font-weight: bold;
	text-decoration: none;
}

div.left_content {
	width: 200px;
	margin: 10px 0 0 0;
	font-size: 12px;
	border: 1px solid #DDD;
	float: left;
}

div.right_content {
	width: 700px;
	margin: 10px 0 0 10px;
	font-size: 12px;
	border: 1px solid #DDD;
	float: left;
}

div.inside_content {
	width: 100%;
	margin: 5px;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Arial", "Helvetica", "sans-serif";
}

a {
}

div.header {
	background: #000;
	width: 950px;
	height: 150px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div.header h1 {
	color: #FFF;
	margin: 0;
	padding: 20px;
}

div.menu {
	background: #ABC;
	height: 20px;
	width: 950px;
	margin: 0 auto 0 auto;
}

div.menu_item {
	height: 20px;
	float: left;
	padding: 0 5px 0 5px;
}

div.menu_item.active {
	background: #DDD;
}

div.menu_item:hover {
	background: #DDD;
}

div.footer {
	width: 100%;
	text-align: center;
	clear: both;
}

div.content {
	width: 950px;
	text-align: left;
	margin: 0 auto 0 auto;
}

