@charset "utf-8";


/* *********************************************************

Title : include.css

Created : 2009-10-14

Last Modified : 

Editor(s) : Cutout.inc

********************************************************* */


@import url("base.css");
@import url("extensions.css");


/* ---------------------------------------------------------
   Basic Layout
--------------------------------------------------------- */

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 

body {
	text-align: center;
	color: #808080;
}

div#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper h1 {
	display: none;
}

div#header {
	padding: 30px 203px 10px;
}

div#index_image h2 {
	display: none;
}

div#menu_list {
	padding-left: 44px;
	width: 756px;
	_width: 800px;
	padding-bottom: 20px;
}

div#menu_list:after {
   content: ".";
   display: block;
   clear: both;
   height: 0px;
   overflow: hidden;
}

div#menu_list dl {
	float: left;
	width: 165px;
	_width: 175px;
	display: block;
	padding: 5px;
	margin-right: 4px;
	margin-bottom: 10px;
}

div#menu_list dt {
	display: block;
	line-height: 1.25em;
}

div#menu_list dt a {
	display: block;
	line-height: 1.25em;
}

div#menu_list dd {
	font-size: 10px;
	display: block;
}

div#menu_list ul {
	clear: both;
	display: block;
}

div#menu_list ul li {
	display: block;
	float: left;
	height: 70px;
	width: 175px;
	margin-right: 4px;
}

div#footer {
	background: url(../img/footer_line.gif) no-repeat left top;
	padding-top: 25px;
	clear: both;
	position: relative;
}

div#information {
	padding-left: 34px;
	display: block;
}

div#information span {
	text-align: right;
	display: block;
	position: absolute;
	top: 25px;
	right: 34px;
	line-height: 1.25em;
}

span.rss_link {
	background: url(../img/rss_icon.gif) no-repeat left top;
	display: block;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding-left: 37px;
	margin-left: 34px;
	margin-top: 5px;
	color: #C06C6C;
}

span.rss_link a {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	color: #C06C6C;
}
