html {
	height: 100%;
	width: 100%;
}
#body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background: rgb(51, 51, 153) url("/images/body_bg.png") 50% 0%;
	text-align: center;
}
#container {
	border-collapse: collapse;
	height: 100%;
	width: 1000px;
	margin: auto;
}
#header {
	padding: 0px;
	height: 211px;
	vertical-align: bottom;
}
#header h1 {
	margin: 0px;
}
#middle {
	padding: 0px;
	vertical-align: top;
	font-size: 100%;
}
#left {
	float: left;
	width: 400px;
	display: block;
}
#right {
	float: right;
	width: 600px;
	display: block;
}
div.left_block {
	background: rgb(51, 51, 153) url("/images/content_bg.png") repeat-x;
	margin: 10px 5px 10px 10px;
	padding: 20px;
	border: 1px solid rgb(0, 0, 102);
}
div.right_block {
	background: rgb(51, 51, 153) url("/images/content_bg.png") repeat-x;
	margin: 10px 10px 10px 5px;
	padding: 20px;
	border: 1px solid rgb(0, 0, 102);
}
#footer {
	padding: 0px;
	height: 33px;
	font-size: 0.75em;
	color: rgb(255, 255, 255);
}
#footer div {
	text-align: right;
	margin-right: 20px;
}
#footer div a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	border-bottom: 1px rgb(255, 255, 255) dashed;
}
#footer div a:hover {
	color: rgb(51, 51, 153);
	border-bottom: 1px rgb(51, 51, 153) dashed;
}

/* Menu */
#menu {
	height: 50px;
}
#menu table {
	border-collapse: collapse;
	width: 1000px;
	height: 50px;
}
#menu table td {
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	white-space: nowrap;
}
#menu a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	border: 1px solid rgb(0, 0, 102);
	padding: 10px 10px;
	height: 40px;
}
#menu a.a {
	background: rgb(0, 47, 198) url("/images/menu_button_bg_a.png") repeat-x;
}
#menu a.p {
	background: rgb(0, 47, 150) url("/images/menu_button_bg_p.png") repeat-x;
	color: rgb(102, 153, 255);
}
#menu a.p:hover {
	background: rgb(0, 47, 198) url("/images/menu_button_bg_a.png") repeat-x;
	color: rgb(255, 255, 255);
}