/* font and headings */
body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	font-size: 1.3em;
}
.page_title {
	font-size: 1.4em;
	color: #7f282b;
	height: 47px;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/structure/bg-title_16.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/* Images */
.img_border {
	border: 1px solid #000;
}
.img_space {
	margin: 5px;
}

/* Menu Settings with Bar */
/*
.stay_lit {
	font-style: oblique;
	background: #bbbbbb;
}
.no_link {
	cursor: default;
}
#menu {
	width: 149px;
	font-weight: bold;
	z-index: 2;
}
#menu ul {
	margin: 15px 0px 0px 0px;
	padding: 0;
	list-style: none;
	width: 149px;
}
#menu ul li {
	position: relative;
	margin-bottom: 10px;
	z-index: 2;
}
#menu ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
	color: #000;
	background-image: url(../images/structure/nav-u_14.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	border: 0px;
	z-index: 2;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/structure/nav-o_14.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	z-index: 2;
} */
/* Fix IE. Hide from IE Mac \*/
/* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; } */
/* End */

/* Menu Settings without Bar */
.stay_lit {
	font-style: oblique;
	background: #bbbbbb;
}
.no_link {
	cursor: default;
}
#menu {
	width: 149px;
	font-weight: bold;
	z-index: 2;
}
#menu ul {
	margin: 15px 0px 0px 0px;
	padding: 0;
	list-style: none;
	width: 149px;
}
#menu ul li {
	position: relative;
	z-index: 2;
}
#menu ul li a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/structure/nav_18.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	border: 0px;
	z-index: 2;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/structure/nav_20.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	z-index: 2;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* layout */
body {
	padding: 2px 0px 15px 0px;
	margin: 0px;
	text-align: center;
	background: #e8474d;
	background-image: url(../images/structure/bg-body_02.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#main {
	margin: 0 auto;
	text-align: left;
	background: #fff;
	background-image: url(../images/structure/bg-left_25.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 8px solid #3f1416;
	width: 770px;
}
#head_left, #head_right {
	float: left;
}
#head_left {
	width: 235px;
	height: 170px;
}
#head_right {
	width: 535px;
	height: 170px;
	text-align: right;
	background-image: url(../images/structure/bg-head_08.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: bottom;
}
#left_col, #main_col {
	float: left;
}
#left_col {
	width: 149px;
	background-image: url(../images/structure/bg-left_25.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
}
#main_col {
	width: 601px;
	padding: 10px;
}
.clearer {
	clear: both;
	display: block;
}
