/* common rules */
body, h1, h2, h3, h4, ul, dl {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
a { text-decoration: none; }
a:link { color: #005599; }
a:visited { color: #007799; }
a:hover { color: #cc3300; }
a:active { color: #ff6600; }

/* 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 */
body {
	background: #f3edda;
	color: #3f3f3f;
	font-family: Verdana, sans-serif;
}
#container {
	width: 828px;
	margin: 0 auto;
}

/* content */
#content {
	width: 828px;
	background: url(../images/waku_bg.gif) repeat-y;
}
#content-inner { padding: 0 20px 12px 17px; }
#text {
	width: 579px;
	float: right;
}
#nav {
	width: 212px;
	float: left;
}
#text p {
	font-size: small;
	line-height: 1.5em;
	margin: 0 0 1.8em 6px;
}
#text .notes {
	font-size: x-small;
	letter-spacing: 1px;
	line-height: 1.4em;
}
#nav img { display: block; }
#text-nav {
	background: url(../images/waku_btm.gif) no-repeat bottom;
	padding-bottom: 15px;
	margin-bottom: 5px;	
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: center;
}

/* footer */
#footer {
	width: 828px;
	hight: 18px;
	background: url(../images/copyright_bg.gif) no-repeat;
	margin: 6px 0 12px;
	font-size: 10px;
	line-height: 18px;
	color: #452a05;
	text-align: center;
}

