body {
	font-family: Arial;
	font-size: 9pt;
	color: #222;
	margin: 0;
	min-width: 1000px;/*
	background: #FFF url(http://hugojay.itszero.info/98thChallenge/background.gif) no-repeat;*/
	background: #FFF url(images/background.gif) center top no-repeat;
}
#wrapper{
	margin: 0px auto;
	width: 1000px;
	background: #FFF url(images/background.gif) center top no-repeat;
}
a{
	text-decoration: none;
	color: #17f;
}
a:hover{
	color:#F60;
}
h1{
	margin: 0;
}
h1 a{
	display: block;
	height: 105px;
	width: 490px;
	text-indent: -9999px;
}
#menu{
	float: right;
	width: 650px;
	height: 95px;
	padding-right: 22px;
}
h2{
}
h3{
	color: #0c3a87;
	font-size: 17px;
	display: inline;
	font-family: "microsoft jhenghei", SimHei, "sans-serif";
}
.new {
	color: #F00;
	font-style: italic;
}
input{
	font-size:8pt;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
#counter{
	width: 305px;
	padding-left: 15px;
}
.notify, #win_desktop_generate{
	background: #def;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content{
	width: 650px;
	padding-right: 19px;
}
#content div, #counter div, #side div, #side h3, .h3sub{
	padding-bottom: 10px;
}
.h3sub{
	font-size: 9pt;
	color: #333;
	float: right;
	padding-right: 5px;
}
#calendar{
	width: 485px;
}
#side{
	width: 160px;
	padding-left: 5px;
}
#side h3{
	display: block;
	margin: 0;
}
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px !important;
}
li{
	border-bottom: 1px solid #eee;
	margin: 5px 0;
}
#side li a:hover, #RSSReader li a:hover{
	background: #def;
}
#side li a, #RSSReader li a{
	display: block;
}
#topAd{
	position: absolute;
	left: 50%; top: 15px;
	width:468px; height: 60px;
	margin-left: 20px;
}
#footer{
	border-top: 1px solid #999;
	padding: 7px;
	font-size: 9pt;
	color: #999;
}
#footer a{
	color: #556;
}
#footer a:hover{
	color: #036;
	text-decoration: underline;
}

code{
	display: block; /* fixes a strange ie margin bug */
	font-family: 'Courier New'; 
	font-size: 8pt; 
	overflow: auto; 
	border: 1px solid #ccc;/*
	background: #f0f0f0 url(http://klcintw.images.googlepages.com/Code_BG.gif) left top repeat-y;
	padding-left: 21px;*/
}
code#embedcode{
	width: 350px;
	height:100px;
}
code#wretchcode{
	/*width: 380px;*/
	height:50px;
	background:white;
}
#customize_panel{
	background: transparent url(http://hugojay.itszero.info/97thChallenge/Sistema-Default-128x128.gif) no-repeat left bottom;
}
#creditfooter,.feedTitle{
	display: none;
}
.feedburnerFeedBlock ul{
	margin: 15px;
	padding: 0;
}
.feedburnerFeedBlock li{
	padding: 0;
}
.search_result{
	position:absolute; left:320px; top:115px; z-index:3;
}


.links_p{border-bottom: 1px solid;}
.icon_settings{background: url(images/settings.png) no-repeat left center;padding-left: 18px;}