@charset "utf-8";
/* CSS Document */

body {
	background: #dbd1e2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
 	margin: 50px auto 0 auto;
	padding: 0;
}
#frame {
	background: white;
	margin: 0 auto;
	padding: 5px;
	width: 960px;
	height: 500px;
}
#header {
	background: #45156b;
	height: 120px;
	text-align: left;
	position: relative;
	margin-bottom: 5px;
}
#mainmenu {
	position: absolute;
	bottom: 23px;
	right: 22px;
}
#content_left {
	width: 470px;
	height: 375px;
	float: left;
	margin-right: 10px;
	text-align: left;
}
#content_right {
	width: 470px;
	height: 375px;
	float: right;
	text-align: left;
}
#content_full {
	width: 950px;
	height: 375px;
	text-align: left;
}
#footer {
	margin: 0 auto;
	padding: 5px;
	width: 960px;
	text-align: center;
	color: #2f363c;
	font-size: 70%;
}
#address {
	float: left;
	width: 350px;
	text-align: left;
}
#copyright {
	float: right;
	width: 350px;
	text-align: right;
}
