body
{
	text-align: center;
}
#container
{
	margin: 5px auto;
	width: 800px;
	height: auto;
	position: relative;
	background: #ccc;
	text-align: left;
}
#top
{
	width: 100%;
	height:100px;
	background: #E0ECD6;
}

#top #sitename
{
	color: #993333;
}

#column
{
	width: 30%;
	float: left;
	background:#ccc;
}

#column ul
{
	margin: 10px 0 0 10px;
	padding: 0;
}
#body
{
	width: 68%;
	padding: 1%;
	float: left;
	background: #FFF;
	min-height: 700px;
	height: auto;
	position: relative;
}

#text
{
	width: 100%;
	float: left;
}

#view
{
	width: 30%;
	height: 20px;
	float: left;
}

#ad img
{
	margin: 10px;
}

#form
{
	width: 98%;
	float: left;
	padding: 1%;
}

#listsimilarname
{
	width: 100%;
	float: left;
	padding: 5px;
}

#listsimilarname a
{
	display: block;
	float: left;
	margin-right: 15px;
	color:#060;
}

#listsimilarname a:hover
{
	color: #000;
}
#view h2
{
	margin-top: 2px;
}
#footer
{
	clear: both;
}
#navigation
{
	width: 100%;
	float: left;
	height: auto;
	background: #999;
	position: relative;
	
}
#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 10px 0;
	float: left;
	display: block;
}

#navigation li
{
	float: left;
	padding: 2px 15px 2px 10px;
	display: block;
}

#navigation li a
{
	color: #030;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:hover
{
	color: #000;
}

#column ul
{
	list-style: none;
}
body
{
	background: #333;
}

#listsimilarname h3
{
	padding: 0;
	margin: 3px;
}

#body ul
{
	list-style-type: none;
}

#body ul a:hover
{
	color: #000;
}

#body ul a
{
	color: #666;
}

#wholedom{
	width: 95%;
	position: relative;
}

#trum{
	width: 100%;
	display: block;
	background-color: #e0ecd6;
}

#line{
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
}

#trum p{
	margin: 3px;
	
}
#wholedom h2{
	margin: 0px;	
}
/*
#wholedom .odd{
	background: #CCC;
}

#wholedom .even{
	background: #999;
}
*/
#wholedom p{
	font-size: 14px;
}
#wholedom h3{
	margin: 0px;
	background-color: #7a8952;
	color: #FFF;
	padding: 5px;
	font-size: 17px;
}

#wholedom a{
	color: #333;
}

#wholedom a:hover{
	color: #000;
}