/* general rules */
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form, input, textarea {
	margin: 0;
	padding: 0;
} 
body {
	background: #ebebeb;
	color: #000000;
	font-family: Verdana, sans-serif;
}
a {
	color: #7f7f7f;
	text-decoration: none;
}
a:hover { color: #dad003; }
img, table { border: none; }
td { vertical-align: top; }
div:after {
	content: "";
	display: block;
	clear: both;
}
div { display: inline-block; }
/* \*/
* html div { height: 1%; }
div { display: block; }
/* */

/* wrapper */
#container {
	width: 760px;
	margin: 0 auto;
	display: block;
}

/* header */
#header-upper {
	width: 760px;
	height: 37px;
	background: url(../images/header1.gif);
	margin-top: 15px;
}
#header-upper a {
	display: block;
	padding: 8px 0 0 15px;
	font-size: 8pt;
	line-height: 12px;
	color: #191919;
}
#header-lower {
	width: 760px;
	height: 84px;
	background: #e3eb00;
}
#logo {
	width: 250px;
	float: left;
}
#logo a {
	display: block;
	padding: 20px 0 0 23px;
}
#menu {
	width: 510px;
	float: right;
}
#menu ul { list-style: none; }
#menu li { float: left; }
#menu img { display: block; }
ul.sub-menu { height: 44px; }
ul.main-menu { height: 40px; }

/* content */
#content {
	width: 760px;
	background: #ffffff;
	margin: 10px 0;
}
#content-inner { padding: 9px; }
.pagetop {
	clear: both;
	text-align: right;
}
.red { color:red; }

/* footer */
#footer {
	height: 22px;
	background: #e3eb00;
	padding-right: 15px;
	font-size: 7.5pt;
	line-height: 22px;
	text-align: right;
	margin-bottom: 10px;
}



