body{
color: #555;
font-size: 11px;
line-height: 24px;
font-family: CI;
letter-spacing: 2px;
margin-top: 30px;
background:#fff url('') repeat fixed right top;
}

a:link{
	color:#333333;text-decoration:none;
        border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:#333333;
}
a:active{
	color:#333333;text-decoration:none;
        border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:#333333;
}
a:visited{
	color:#333333;text-decoration:none;
        border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:#333333;
}
a:hover{
	color:#333333;text-decoration:none;
        border-width:0px 0px 0px 0px;
	border-style:soild;
	border-color:#333333;
}

.outer
	{
	width:900px;
	padding: 10px;
	margin:0 auto 0 auto;
	}

.head
	{
        text-align:center;
	height: 130px;
	}

.info
	{
	float:right;
	width:400px;
	height: 300px;
	border: 1px;
	}

.main
	{
	float:left;
	width:500px;
	height: 300px;
        border: 0px;
	}
	.main_left
	{
	float:left;
	width:50%;
	height: 200px;
	}
	.main_right
	{
	float:right;
	width:50%;
	height: 200px;
	}
	.main_foot
	{
	float:left;
        width:500;
	height: 100px;
	}

.bookmark
	{
	clear:both;
	height: 100px;
	}

.date
        {
        float:right;
	height: 30px;
        }