/*------------------------------------------------------------
container
------------------------------------------------------------*/

#container{
	width: 740px;
	margin: 0 auto;
}


/*------------------------------------------------------------
header
------------------------------------------------------------*/

#header{
	float: left;
	width: 740px;
	margin-bottom: 10px;
}

#header h1{
	text-align: right;
}

#header h1 a{
	text-decoration: none;
	color: #000000;
}

#header img{
	float: left;
}

#header h2{
	float: left;
	margin: 33px 0 0 20px;
}

#header div{
	float: right;
	margin-top: 33px;
}


/*------------------------------------------------------------
search
------------------------------------------------------------*/

#search{
	clear: both;
	padding: 3px 0 5px 5px;
	background: #CC0000;
	margin-bottom: 15px;
}


/*------------------------------------------------------------
category
------------------------------------------------------------*/

#category{
	float: left;
	width: 740px;
	background: #EEEEEE;
	margin: 5px 0 15px 0;
	padding: 5px 0;
}

#category ul{
	float: left;
	width: 245px;
	line-height: 1.8;
}

#category .line{
	border-right: 1px solid #CCCCCC;
}

#category li{
	background: url(/img_y/top_right.gif) no-repeat left center;
	padding-left: 18px ;
	margin-left: 10px;
}

/*------------------------------------------------------------
rand_category
------------------------------------------------------------*/

#rand_category{
	float: left;
	width: 740px;
	margin: 5px 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

#rand_category img{
	padding-bottom: 5px;
}

.title{
	clear: both;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}

#rand_category ul{
	float: left;
	width: 185px;
}

#rand_category li{
	background: url(/img_y/top_right2.gif) no-repeat left center;
	padding-left: 18px ;
	margin-left: 10px;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

#footer{
	text-align: center;
}

#footer .font10{
	font-size: 10px;
	margin-bottom: 5px;
}


