body {
	margin: 0;
	background: url(../images/bg.gif);
}

td {
	vertical-align: top;
	font: 10pt arial;
}

#container {
	background-color: #000000;
	width: 920px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#header {
	background: url(../images/header.jpg);
	padding: 32px 15px 0px 0px;
	text-align: right;	
	height: 135px;
	font: 8pt verdana;
	color: #000000;
}

#nav {
	background: url(../images/bg-nav.gif);
	padding-left: 54px;
	height: 28px;
}

#date {
	background: url(../images/bg-nav.gif);
	height: 28px;
	padding: 6px 15px 0px 0px;
	text-align: right;
	font: 8pt verdana;
}

#logo1 {
	background: url(../images/logo1.jpg);
	width: 110px;
	height: 28px;
}

#logo2 {
	background: url(../images/logo2.jpg);
	width: 94px;
	height: 28px;
}

#logo3 {
	background: url(../images/logo3.jpg);
	width: 225px;
	height: 159px;
}

#main {
	background: url(../images/bg-main.jpg);
	height: 369px;
}

#content {
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	width: 695px;
	font: 10pt arial;
	color: #003366;
}
	h1 {
		text-align: center;
		font: 16pt arial;
		font-weight: normal;
		color: #003366;
	}

#link {
	color: #000000;
	text-decoration: none;
}

#link:hover {
	color: #000000;
	text-decoration: underline;
}

#cms_link {
	font: 8pt verdana;
	color: #ffffff;
	text-decoration: none;
}

#cms_link:hover {
	font: 8pt verdana;
	color: #ffffff;	
	text-decoration: underline;
}

#side_nav {
	background: url(../images/bg-side.gif);
	width: 225px;
	height: 186px;
}

#side {
	background: url(../images/bg-side.gif);
	width: 225px;
	height: 100%;
}

#footer_container {
	width: 920px;
	padding-top: 5px;
}

#footer_l {
	text-align: left;
	font: 8pt verdana;
	color: #000000;
}

#footer_r {
	text-align: right;
	font: 8pt verdana;
	color: #000000;
}