*.*{
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}

body{
	padding: 0px;
	margin:0px;
	text-align:center;
	background:url(/img/wall.jpg)
}

div#wrapper{
	width: 840px;
	border: 1px #333333 solid;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
}

div#header{
	width: 840px;
	height: 300px;
	background-image:url("/img/header.jpg");
}

div#header h1 a{
	color: #000000;
	font-size: 40px;
	line-height: 44px;
	margin: 20px;
}
div#header h1 a:hover{
	color: #FF0000;
	font-size: 40px;
	line-height: 44px;
	margin: 20px;
}

div#main{
	float: left;
	width: 630px
}

.article{
	padding: 10px;
}
.article_header{
	border-left: 12px solid black;
	border-bottom: 1px solid black;
	padding: 4px;
}
.article_title{
	font-size: 16px;
	line-height: 18px;
	text-decoration:none;
}
a{
	color: #333333;
}
a:hover{
	color: #FF0000;
}

.article_body{
	padding: 4px;
}
.article_footer{
	border-top: 1px dotted black;
	text-align: right;
	padding: 4px;
}

.topic{
	padding: 10px;
}
.topic_header{
	border-left: 12px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	padding: 4px;
}
.topic_title{
	font-size: 16px;
	line-height: 18px;
	text-decoration:none;
}
.topic_body{
	padding: 4px;
}
.topic_footer{
	border-top: 1px dotted #FF0000;
	text-align: right;
	padding: 4px;
}

div#side{
	float: right;
	width: 184px;
	text-align:center;
	background-color: #666666;
	border: 1px solid gray;
	padding: 4px;
	margin-right: 2px;
	margin-top: 2px;
}

div#calendar{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	background-color:#FFFFFF;
}

div#calendar table{
	border-collapse:collapse;
	empty-cells:show;
	width: 140px;
}
div#calendar th{
	width: 20px;
	padding: 1px;
	text-align:center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
div#calendar td{
	width: 20px;
	padding: 1px;
	text-align:center;
}

.sunday{
	color: #0000FF;
}
.saturday{
	color: #FF0000;
}

div#calendar_footer{
	border-top: 1px solid gray;
	padding: 4px;
}

div#new_article{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	background-color:#FFFFFF;
	text-align:left;
}
div#new_article_header{
	padding: 4px;
	border-bottom: 1px solid gray;
}
div#new_article_body{
	padding: 4px;
}

div#archive{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	background-color:#FFFFFF;
	text-align:left;
}
div#archive_header{
	padding: 4px;
	border-bottom: 1px solid gray;
}
div#archive_body{
	padding: 4px;
}

div#link{
	width: 160px;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	background-color:#FFFFFF;
	text-align:left;
}
div#link_header{
	padding: 4px;
	border-bottom: 1px solid gray;
}
div#link_body{
	padding: 4px;
}


div#container:after{
	display:block;
	clear:both;
	height:0px;
	visibility: hidden;
	content:".";
}

div#footer{
	margin-top: 10px;
	border-top: 1px solid black;
	text-align: center;
	width: 840px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 0px;
}

