*.*{
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

body{
	padding: 0px;
	margin:0px;
	text-align:center;
	background-color: #CCCCCC;
}

a{
	color: #000000;
}
a:hover{
	color: #FF0000;
}

div#wrapper{
	width: 820px;
	margin:0px auto;
	text-align:center;
}

div#header{
	width: 820px;
	height: 60px;
	background:url("/img/header.jpg");
}

div#header h1{
	padding: 10px;
	text-align:left;
	margin-top: 5px;
	margin-left: 5px;
}

div#header h1 a{
	color: #666666;
	font-size: 30px;
	line-height: 36px;
}

div#container{
	width: 820px;
	margin:0px auto;
	text-align:left;
	background:url("/img/container.jpg");
}

div#main{
	float: left;
	width: 580px;
	margin-left: 10px;
	background-image:url(/img/main_wall.jpg);
	background-position:right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

.article{
	padding: 10px;
	background-image: url(/img/article_wall.gif);
}
.article_header{
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}
.article_title{
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
}
.article_body{
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}
.article_footer{
	border-top: 1px dotted #CCCCCC;
	text-align: right;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

.topic{
	padding: 10px;
}
.topic_header{
	border-bottom: 1px solid #FF6600;
	padding: 4px;
}
.topic_title{
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
}
.topic_body{
	padding: 4px;
}
.topic_footer{
	border-top: 1px dotted #FF6600;
	text-align: right;
	padding: 4px;
}

div#side{
	float: right;
	width: 184px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 10px;
}

div#calendar{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
}

div#calendar table{
	border-collapse:collapse;
	empty-cells:show;
	width: 140px;
	margin:0px auto;
}
div#calendar th{
	width: 20px;
	padding: 1px;
	text-align:center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 12px;
	line-height: 14px;
}
div#calendar td{
	width: 20px;
	padding: 1px;
	text-align:center;
	font-size: 12px;
	line-height: 14px;
}

.sunday{
	color: #800000;
	background-color: #FFEEFF;
}
.saturday{
	color: #000080;
	background-color: #EEEEFF;
}

div#calendar_footer{
	border-top: 1px solid gray;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

div#new_article{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	text-align:left;
	font-size: 12px;
	line-height: 14px;
}
div#new_article_header{
	padding: 4px;
	border-bottom: 1px solid gray;
	font-size: 12px;
	line-height: 14px;
}
div#new_article_body{
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

div#archive{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	text-align:left;
}
div#archive_header{
	padding: 4px;
	border-bottom: 1px solid gray;
	font-size: 12px;
	line-height: 14px;
}
div#archive_body{
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

div#link{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	text-align:left;
}
div#link_header{
	padding: 4px;
	border-bottom: 1px solid gray;
	font-size: 12px;
	line-height: 14px;
}
div#link_body{
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

div#plink{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	text-align:left;
}
div#plink_header{
	padding: 4px;
	border-bottom: 1px solid gray;
	font-size: 12px;
	line-height: 14px;
}
div#plink_body{
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

div#topic{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	text-align:left;
}
div#topic_header{
	padding: 4px;
	border-bottom: 1px solid gray;
	font-size: 12px;
	line-height: 14px;
}
div#topic_body{
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
}

div#container:after{
	display:block;
	clear:both;
	height:0px;
	visibility: hidden;
	content:".";
}

div#footer{
	text-align: center;
	width: 820px;
	height: 40px;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	background:url("/img/footer.jpg");
}

