body{
	background: #ebebeb url('background.png') center top repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#root{
	width: 1000px;
	background: transparent url('top.png') center top no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#top{
	width: 100%;
	height: 140px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu{
	float: left;
	width: 50%;
	padding-top: 82px;
	height: 40px;
}

#ad{
	float: left;
	width: 49%;
	padding-top: 34px;
	padding-left: 2px;
}

#content{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.active{
	display: inline;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px #3b3b3b solid;
}

.active a, .active a:hover{
	color: #3b3b3b;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

.inactive{
	display: inline;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px #aaaaaa solid;
}

.inactive a, .inactive a:hover{
	color: #aaaaaa;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

.space{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.cell{
	float: left;
	padding-right: 20px;
	width: 310px;
}

.image{
	width: 655px;
	float: left;
	margin-left: -5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.links{
	width: 250px;
	padding-top: 5px;
	float: left;
}

.frameTop{
	height: 22px;
	background: url('frameTop.png') top center no-repeat;
}

.frameMiddle{
	background: url('frameMiddle.png') top center repeat-y;
	text-align: center;
	vertical-align: middle;
}

.frameBottom{
	height: 22px;
	background: url('frameBottom.png') top center no-repeat;
}

.inline{
	float: left;
}

.libraryCellLeft{
	float: left;
	width: 55%;
}

.libraryCellRight{
	float: left;
	width: 45%;
}

.storeCell{
	float: left;
	width: 450px;
	margin-bottom: 20px;
}

.storeCellLeft{
	float: left;
	width: 800px;
}

.storeCellRight{
	float: left;
	width: 170px;
}

.cellLeft{
	width: 46%;
	float: left;
}

.cellRight{
	margin-left: 30px;
	width: 48%;
	float: left;
}