/* clearing floats */
.clearfix:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

/* general styles */
body {
	margin: 0;
	padding: 0;
	background: #e5ebf0;
	color: #000000;
	font-family: Verdana, sans-serif;
}
h1, h2, h3, h4, h5, p, ul, dl {
	font-size: small;
	line-height: 1.5em;
	margin: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.horizontal li { float: left; }
ul.horizontal li img { display: block; }
a {
	color: #035f9a;
	text-decoration: none;
}
a:hover { color: #0095f5; }
#container {
	width: 840px;
	margin: 0 auto;
}

/* header */
#header {
	width: 840px;
	height: 138px;
	background: url(../images/header.jpg) no-repeat;
}
#header-top {
	margin: 0 7px;
	background: #000d20;
}
#area {
	width: 219px;
	float: left;
}
#header-top h1 {
	width: 607px;
	float: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 20px;
	color: #ffffff;
	text-align: right;
}
#header-main { padding: 16px 23px 14px 18px; }
#site-title {
	width: 390px;
	float: left;
}
#page-title {
	width: 409px;
	float: right;
	text-align: right;
}
ul#main-menu { margin: 0 7px; }

/* boxes */
#content {
	margin-top: 1px;
	background: url(../images/conent_bg.jpg) repeat-y;
}
#content-inner {
	background: url(../images/main-body_bg.jpg) no-repeat top;
	padding: 18px 28px 0 7px;
}
#side-menu {
	width: 198px;
	float: left;
}
#text {
	width: 574px;
	float: right;
}
#copyright {
	margin: 0 7px;
	background: #000d20;
	font-size: 10px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
}

/* side-menu: background */
.side-menu-inner { background: url(../images/side_menu_bg.jpg) repeat-y; }
.side-menu-inner ul {
	background: url(../images/side_menu_top.jpg) no-repeat top;
	padding: 4px 4px 0 1px;
}
.banner-space {
	margin-top: 6px;
	background: url(../images/side_menu_btm.jpg) no-repeat bottom;
	padding: 0 1px 10px 2px;
}

/* text: elements */
#text h3 { margin: 8px 0 2px; }
#text h4 { margin-bottom: 10px; }
#text p { margin-bottom: 2em; }
.notes {
	font-size: x-small;
	letter-spacing: 1px;
	line-height: 1.4em;
}

/* added part */
#text-nav {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 15px;
}
