
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: Arial, Verdana;
	background: url(background.png) repeat-x;
	background-color: #fff;
	overflow-y: scroll;
	color: #444;
}

/* #### #### #### #### */

#aggre {
	width: 960px;
	height: 100%;
	margin: 0px auto;
}

/* #### #### #### #### */

#head {
	width: 960px;
	height: 112px;
	margin: 0px;
	background: url(head-main.png) no-repeat;
}

#menu{
	width: 960px;
	height: 48px;
	margin: 0px;
	background: url(menu-main.png) no-repeat;
}

#menu ul {
	display: inline;
}

#menu ul li {
	display: inline;
	float: right;
}

#menu ul li a {
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
	padding: 16px 5px;
	display: block;
	/* color: #444; */
	color: #dcc;
}

#menu a:hover {
	background: url(menu-over.png) repeat-x;
}

/* #### #### #### #### */

#list {
	float: left;
	width: 200px;
	margin: 16px 10px 20px 20px;
}

#list_head {
	height: 10px;
	background: url(list-head.png) no-repeat;
}

#list_body {
	background: url(list-body.png) repeat-y;
}

#list_foot {
	height: 10px;
	background: url(list-foot.png) no-repeat;
}

#list_body a{
	display: block;
	color: #000;
}

#list_body a:hover {
	background: url(list-over.png) repeat-y;
	background-color: #ccb;
}

/* #### #### #### #### */

#main {
	float: right;
	width: 700px;
	margin: 10px 20px 20px 10px;
}

