
body {
	color:		black;
	background:	white;
	font-family:	arial, helvetica, sans-serif;
	padding:	0;
	margin:		20px;
	font-size:	100%;
	}
div#Content {
	position:	relative;
	width:		60%;
	margin:		150px 0 150px 25%;
	}

div#Navigation {
	}
div#Slogan {
	position:	absolute;
	left:		0px;
	width:		150px;
	text-align:	right;
	}

div#Slogan {
	text-align:	right;
	}
h1 {
	margin-right:	5px;
	padding:	90px 0 0 0;
	overflow:	hidden;
	background:	transparent url(imgs/wubi_wiki_90.png) 
			no-repeat scroll right top;
	font-size:	10px;
	font-family:	verdana, helvetica, sans-serif;
	}
h2 {
	font-size: 	14px;
	line-height:	1.3em;
	}

dl dt {
	display: none;
	}
div#Navigation {
	margin-left:	160px;
	}
dl {
	padding-top:	5px;
	margin-top:	0;
	}
dd {
	margin:		0 0 .5em 0;
	font-family: 	verdana, helvetica, sans-serif;
	font-size:	.9em;
	}
dd a, address, #Navigation div.counter {
	padding-left: 20px;
}
dd a:hover {
	background:	transparent url(imgs/redarrow.png) 
			no-repeat scroll left center;
	}
dl#Subdomains a:before { content: "http://"; }
dl#Directories a:after { content: "/"; }
address {
	margin:		30px 0 5px 0;
	font-size:	10px;
	}

a:link, a:visited { color: blue; }
a:hover { }
a:active { color: purple; }

img { border: 0; }

.notice { position: absolute; top: 10px; left: 10px; font-size: .7em; }
.notice p, .notice blockquote, .notice code { display: inline; white-space: wrap; }
.notice p { text-align: left; }
.notice span { color: red; }
