*.*{
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}

body{
	padding: 0px;
	margin:0px;
	text-align:center;
	background-color: #AACCFF;
}



div#wrapper{
	width: 840px;
	border: 1px #6699FF solid;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
}

div#header{
	width: 840px;
	height: 150px;
	background-image:url("/img/header.jpg");
}

div#header h1 a{
	color: #FFFFFF;
	font-size: 30px;
	line-height: 34px;
	margin: 20px;
}

div#main{
	float: right;
	width: 630px
}


.article{
	padding: 10px;
}
.article_header{
	border-left: 12px solid #6699FF;
	border-bottom: 1px solid #6699FF;
	padding: 4px;
}
.article_title{
	font-size: 16px;
	line-height: 18px;
	text-decoration:none;
}
A{
	color: #3366FF;
}
A:hover{
	color: deeppink;
}

.article_body{
	padding: 4px;
}
.article_footer{
	border-top: 1px dotted #6699FF;
	text-align: right;
	padding: 4px;
}

.topic{
	padding: 10px;
}
.topic_header{
	border-left: 12px solid #FF9966;
	border-bottom: 1px solid #FF9966;
	padding: 4px;
}
.topic_title{
	font-size: 16px;
	line-height: 18px;
	text-decoration:none;
}
.topic_body{
	padding: 4px;
}
.topic_footer{
	border-top: 1px dotted #FF9966;
	text-align: right;
	padding: 4px;
}

div#side{
	float: left;
	width: 184px;
	text-align:center;
	background-color: #EEEEEE;
	border: 1px solid gray;
	padding: 4px;
	margin-left: 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{
}
.saturday{
}

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{
	text-align: center;
	width: 840px;
	background-color: #6699FF;
	color: #FFFFFF;
	padding: 4px 0px;
}

