*{ margin: 0; padding: 0; }
.clear{ clear: both; }
body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border-top: 10px solid #000;
	text-align: center;
	}
#wrapper{
	margin: 0 auto;
	width: 965px;
	background: url(images/circular_sheen.png) left top no-repeat;
	height: 300px;
	text-align: left;
	}
#wrapper a{
	text-decoration: none;
	}
#header{
	position: relative;
	width: 965px;
	height: 130px;
	}
#header h1{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 5px;
	position: absolute;
	left: 0;
	top: 50px;
	}
#header h1 a{ color: #000; }
#header h2{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	top: 90px;
	}
#header h2 a{
	background: #000;
	padding: 5px 10px;
	color: #fff;
	}
ul#top-nav{
	position: absolute;
	right: 0;
	top: 20px;
	}
ul#top-nav li{
	list-style: none;
	display: inline;
	margin-left: 20px;
	}
ul#top-nav a{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	}
#main{
	width: 100%;
	}
#left{
	width: 602px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	}
#left h3{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	}
#left a{
	color: #000;
	}
#left a:hover{
	text-decoration: underline;
	}
#left p{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.5;
	}
#left p a{ text-decoration: underline; }
#left .adsensein{
	float: right;
	}
#left .adsensein h5{
	font-size: 15px;
	margin-bottom: 10px;
	}
#right{
	width: 316px;
	float: right;
	display: inline;
	margin-bottom: 20px;
	}
#right h5{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 3px 5px;
	}
#right li{
	list-style: none;
	margin-bottom: 10px;
	}
#right li li{
	margin-bottom: 0;
	}
#right li li a{
	font-size: 12px;
	color: #000;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #999999;
	outline: none;
	}
#right li li a:hover{
	background: #CCCCCC;
	}
#right li li:last-child a{
	border: none;
	}
#footer{
	clear: both;
	width: 100%;
	height: 100px;
	background: #000;
	color: #fff;
	text-align: left;
	}
#footer .inside{
	width: 925px;
	margin: 0 auto;
	padding: 20px 20px;
	}
#footer p{
	font-size: 15px;
	font-weight: bold;
	}
#footer a{
	color: #fff;
	text-decoration: none;
	}
.adsense{
	text-align: left;
	}
ul.commentlist li{
	list-style: none;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #c1c1c1;
	padding: 5px;
	}
ul.commentlist li.odd{
	background: #ebebeb;
	}
ul.commentlist li.even{
	background: #f8f8f8;
	}
ul.commentlist li ul{
	margin-left: 0px;
	}
ul.commentlist li li{
	/*border-left: 1px solid #7d7d7d;*/
	padding: 5px 8px;
	display: block;
	margin-bottom: 20px;
	/*border-bottom: none;*/
	background: inherit;
	}
.comment-author{
	font-size: 13px;
	color: #000;
	}
.comment-author cite{
	font-weight: bold;
	}
#left ul.commentlist li div.comment-author a.url{
	color: #a7241c;
	}
.comment-meta{
	font-size: 12px;
	}
#left ul.commentlist li div.comment-meta a{
	color: #000;
	}
#respond h5{
	font-size: 15px;
	}