body {
	margin: 0px;
	padding: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(../layout/bg.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}

html, body { height: 100%; }

#container {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 992px;
	min-height: 100%;
  	background: url(../images/container.gif) top left repeat-y;
}

* html #container { height: 100%; }

h1 {
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #23679e;
	margin: 0px 0px 15px 0px;
}

a {
	text-decoration: none;
	color: #3286ce;
}

a:hover {
	text-decoration: underline;
	color: #23679e;
}

/* ------------------------------------------ Banner ------------------------------------------ */

#ban {
	float: left;
	width: 992px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#ban_logo {
	float: left;
	width: 160px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#ban_image {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 810px;
}

/* ------------------------------------------ Left ------------------------------------------ */

#left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

/* ------------------------------------------ Menu ------------------------------------------ */

#menu_bg {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

.menu {
	float: left;
	width: 141px;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 0px 7px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu:hover { 
	background: url(../images/menu-hover.gif) top left repeat-y;
	color: #ffffff;
	text-decoration: none;
}

#menu_current:hover { background: url(../images/menu-hover.gif) top left repeat-y; color: #ffffff; }

#menu_current {
	float: left;
	width: 141px;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 0px 7px;
	font-size: 15px;
	font-weight: bold;
	color: #23679e;
	text-decoration: none;
	background: url(../images/menu-current.gif) top left repeat-y;
}

.submenu {
	float: left;
	width: 135px;
	height: 22px;
	margin: 0px;
	padding: 4px 0px 0px 13px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.submenu:hover { 
	background: url(../images/menu-hover.gif) top left repeat-y; 
	color: #ffffff;
	text-decoration: none;
}

#submenu_current:hover { background: url(../images/menu-hover.gif) top left repeat-y; color: #ffffff; }

#submenu_current {
	float: left;
	width: 133px;
	height: 22px;
	margin: 0px;
	padding: 4px 0px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #23679e;
	text-decoration: none;
	background: url(../images/menu-current.gif) top left repeat-y;
}

/* ------------------------------------------ Content ------------------------------------------ */

#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 810px;
}

/* ------------------------------------------ Footer ------------------------------------------ */

.clear {
	clear: both;
	height: 50px;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	margin-top: -50px;
	height: 50px;
	width: 100%;
	clear: both;
}

