body {
	padding: 0;
	margin: 0;
	background: #2d527b;
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: #243175;
}

#container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 520px;
    margin-left: -390px; /* half of width */
    margin-top: -260px;  /* half of height */
	overflow: hidden;
	background: #ffffff;
	background-image: url("img/center_bgr.gif");
	background-position: center;
	background-repeat: repeat-y;
}

#leftSide {
	position: absolute;
	top: 0;
	left: 0;
	width: 391px;
	text-align: right;
}

#leftMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 156px;
}

#rightSide {
	position: absolute;
	top: 0;
	left: 391px;
	width: 389px;
	text-align: left;
}

#rightMenu {
	position: absolute;
	top: 0;
	left: 624px;
	width: 156px;
}

.padLeft {padding: 20px 10px 0 0; line-height: 14px}
.padRight {padding: 20px 0 0 10px; line-height: 14px}

P {margin: 0 0 10px 0}

A {color: #243175; text-decoration: none}
A:hover {color: #3dbad7; text-decoration: underline}
