* {
	margin:0px;
	padding:0px;
}
body, html {
	width:100%;
	height:100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
}
a {
	text-decoration:none;
}
img {
	border:0px solid black;
}
#main {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#noindex {
	width:990px;
	margin-top:5px;
	background-color:#a8d400;
}
#noindexin {
	width:990px;
	background-image:url(img/noindexin.gif);
	background-repeat:no-repeat;
}
#noindexout {
	width:990px;
	background-image:url(img/noindexout.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
}
#noindexout center {
	padding:5px;
}
#noindex a {
	margin:5px 30px 5px 30px;
	padding:5px 30px 5px 30px;
	color:black;
	font-size:14px;
}
#text {
	margin-top:5px; margin-bottom:20px;
	font-size:12px;
	color:#444;
}
#content {
	margin-left:20px; margin-right:20px;
}
.folder {
	width:235px;
	text-align:center;
	float:left;
	padding:20px 0px 20px 0px;
}
.folder img {
	margin:10px;
}
.folder a {
	color:black;
}
#content h1, a {
	color:#a8d400;
}
#content h1 {
	font-size:16px;
}
.pages {
	text-align:center;
	margin:8px;
}
.pages a {
	margin:20px;
}
.article a {
	float:right;
}
.article {
	margin:0px 150px 20px 150px;
}