body {
	background-color: #ffffff;
}

.container {
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

.menu {
    width: 800px;
    height: 20px;
    border-top: dotted 1px #000000;
	border-bottom: solid #bbcde5;
    float: left;
	background-color: #d9e9fe;
	font: bold 15px Verdana;
	padding: 3px 3px 3px 3px;
}

.menu_left {
    width: 800px;
    height: 200px;
    border-top: dotted 1px #000000;
	border-bottom: solid #bbcde5;
    float: left;
	background-color: #d9e9fe;
	font: 12px Verdana;
	padding: 3px 3px 3px 3px;
}

.copyright {
    width: 800px;
    height: 16px;
    border-top: dotted 1px #000000;
	border-bottom: solid #bbcde5;
	float: left;
	background-color: #d9e9fe;
	font: 12px Verdana;
	text-align: right;
	padding: 3px 3px 3px 3px;
}