html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

body {
	background-color:#2168D3;
	text-align:center;
	margin:0px auto;
}

h1 { font-size:20px; padding:10px; }
h2 { font-size:12px; padding:10px; }

a:link { color:#FFFFFF; text-decoration:none; font-style:normal; }
a:active { color:#FFFFFF; text-decoration:none; font-style:normal; }
a:visited { color:#FFFFFF; text-decoration:none; font-style:normal; }
a:hover { color:#CCCCCC; text-decoration:none; font-style:normal; }

/* Design */
#wrapper {
	display:block;
	margin:0px auto;
	width:728px;
}
#content {
	padding-top:5px;
	width:728px;
	float:left;
}
#sidebar {
	/* margin:100px 0px 0px 5px;
	width:160px; */
	width:0px;
	float:right;
}
#footer {
	font-size:10px;
	clear:both;
}
#contentbox {
	background-color:#FFFFFF;
	border:4px solid #528CE4;
}

#tags {
	background:url(img/tags.png) #CCCCCC no-repeat;
	border:2px solid #999999;
	padding:2px 2px 0px 32px;
	color:#999999;
	font-size:12px;
	min-height:20px;
	width:350px;
	text-align:center;
}

.a0 {
	background-color:#2168D3;
	padding:2px;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	text-align:left;
	max-width:200px;
}

.a1 {
	background-color:#528CE4;
	padding:2px;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	text-align:left;
	max-width:200px;
}

/* Buttons */
.bblank { display: block; width: 50px; height: 50px; }
.bfirst { background:url(img/btn_first0.png) no-repeat; display: block; width: 50px; height: 50px; text-decoration: none; }
#bfirst { width:50px; height:50px; } #bfirst a:hover { background:url(img/btn_first1.png) no-repeat; }
.bb { background:url(img/btn_b0.png) no-repeat; display: block; width: 50px; height: 50px; text-decoration: none; }
#bb { width:50px; height:50px; } #bb a:hover { background:url(img/btn_b1.png) no-repeat; }
.brnd { background:url(img/btn_rnd0.png) no-repeat; display: block; width: 50px; height: 50px; text-decoration: none; }
#brnd { width:50px; height:50px; } #brnd a:hover { background:url(img/btn_rnd1.png) no-repeat; }
.bsearch { background:url(img/btn_search0.png) no-repeat; display: block; width: 50px; height: 50px; text-decoration: none; }
#bsearch { width:50px; height:50px; } #bsearch a:hover { background:url(img/btn_search1.png) no-repeat; }
.bf { background:url(img/btn_f0.png) no-repeat; display: block; width: 50px; height: 50px; text-decoration: none; }
#bf { width:50px; height:50px; } #bf a:hover { background:url(img/btn_f1.png) no-repeat; }
.blatest { background:url(img/btn_latest0.png) no-repeat; display: block; width: 50px; height: 50px; text-decoration: none; }
#blatest { width:50px; height:50px; } #blatest a:hover { background:url(img/btn_latest1.png) no-repeat; }


