body {
	background: white;
}

body, div, p, h1, h2, h3, h4, a, input, form {
	font: 10px/18px verdana, lucida, arial, sans-serif;
	color: #555;
}

pre, code {
	font: 10px/18px monospace;
	font-style: italic;
	color: #222;
}

body, div, ul, li, p, img, h1, h2, h3, h4, hr, a {
	margin: 0;
	padding: 0;	
}

h1, h2, h3, h4 {
	color: black;
	font-weight: bold;
}

small {
	font-size: 10px;
	color: #888;
}

a {
	color: #f06;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

div#page {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -223px;
	width: 446px;
}

div#page div#head {
	width: 446px;
	height: 45px;
	background: url(img/head.gif);
}

div#page div#main {
	width: 386px;
	background: #fffff8 url(img/back.gif) repeat-y;
	padding: 15px 30px 15px 30px;
}
* html div#page div#main {
	padding-right: 28px;
}

div#page div#foot {
	width: 446px;
	height: 123px;
	background: url(img/foot.gif) no-repeat;
}
div#page div#foot img#logo {
	margin: 57px 0 0 321px;
	border: none;
}

div#page div#main div#contents {
	width: 386px;
}

#search {
	text-align: center;
	width: 446px;
	margin-bottom: 15px;
}
#search form {
	margin: 0;
	padding: 0;
}
#search input {
	margin: 0;
	padding: 0;
	border: none;
	background: url(img/find0.gif);
	width: 70px;
	height: 15px;
	padding: 3px 22px 0 8px;
	color: #aaa;
}
#search input:active,
#search input:hover,
#search input:focus {
	background: url(img/find.gif);
	color: #f06;
}
* html #search input {
	padding-top: 0; 
	height: 18px;
}
#contents h3 {
	margin: 0;
	padding: 0;
}

#contents hr {
	border: 0;
	height: 4px;
	height: 8px;
	background: #f0f0f0;
	margin: 30px 0 30px 0;
	width: 8px;
	margin: 30px 188px 30px 188px;
	background: #f06;
}

#contents .meta {
	margin-bottom: 15px;
}

#contents .feedback {
	margin-top: 15px;
}


#contents .navigation {
	/*border-top: 4px solid #f06;*/
	margin: 30px 0 0 0;
	padding-bottom: 15px;
	font-weight: bold;
}

#contents .navigation span {
	font-size: 24px;
}

#contents .navigation a {
	color: #f06;
}

#contents .navigation .left {
	padding: 2px 0 2px 0;
	float: left;
}

#contents .navigation .right {
	padding: 2px 0 2px 0;
	float: right;
}

#contents .navigation .clear	 {
	clear: both;
}

#contents img {
	border: 2px solid black;
	margin: 5px 0 5px 0;
}

#contents img.wp-smiley {
	border: 0;
	margin: 0;
}

#contents form#commentform {
	width: 100%;
}

#contents form#commentform input#author,
#contents form#commentform input#email,
#contents form#commentform input#url
{
	margin: 2px 0 2px 0;
	width: 100px;
}

#contents form#commentform textarea#comment {
	margin: 2px 0 2px 0;
	width: 382px;

}

#contents object {
	border: none;
	width: 386px;
	height: 320px;
}

#contents h3 a {
}

#contents div.cat1 a { }
#contents div.cat1 code, #contents div.cat1 pre { color: #801; }

#contents div.cat2 a, #contents h3cat2 a { color: #777; }
#contents div.cat2 code, #contents div.cat2 pre { color: #444; }

#contents div.cat3 a { color: #000; }
#contents div.cat3 code, #contents div.cat3 pre { color: #000; }

#contents div.cat4 a { color: #8c0; }
#contents div.cat4 code, #contents div.cat4 pre { color: #480; }

#contents div.cat5 a { color: #08f; }
#contents div.cat5 code, #contents div.cat5 pre { color: #04c; }

#contents div.cat6 a { color: #f80; }
#contents div.cat6 code, #contents div.cat6 pre { color: #c40; }

#contents pre {
	overflow: auto;
}

#contents div.piclist {
	text-align: center;
	background: black;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents div.piclist img {
	margin: 0;
	padding: 0;
}

#contents div.noscript {
	width: 386px;
	height: 25px;
	background: url(img/noscript.gif) center no-repeat;
}

#contents ul {
	margin: 0.5em 0;
	list-style: square;
}

#contents li {
	margin-left: 20px;
}
