
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#header {
	background: url(../js_images/header.png) top left repeat-x;
	height: 85px;
}
#header h1 {
	margin: 0px;
	height: 75px;
	background: url(../js_images/header-title-0.1.png) top left no-repeat;
}
#header h1 span {
	display: none;
}

#directories {
	float: left;
	width: 210px;
	margin: 10px;
	color: #D9D180;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:left;
}
#directories ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	list-style: url(../js_images/dot.png);
}
#directories ul li span {
	cursor: pointer;
}
#directories ul li span:hover {
	cursor: pointer;
	border-bottom: 1px solid #D9D180;
}

#paging {

}

#right {
	float:right;
	padding-top: 30px;
	width: 500px;
}
#right h2 {
	margin: 0px 0px 20px 3px;
}

#images a {
	border: 0px;
	width: 75px;
	height: 75px;	
}

#images{
	text-align:left;
}

#images a img {
	padding: 2px;
	border: 1px solid #333333;
	width: 75px;
	height: 75px;
	background: url(../images/loader4.gif) center center no-repeat;
	border-width: 2px;
}
#images a img:hover {
	border: 1px solid #ccc;
	border-width: 2px;
}

#paging {
	margin-top: 20px;
	font-size: 16px;
}
#paging a {
	text-decoration: none;
	color: #666;
}
#paging a:hover {
	color: #000;
	background: #eee;
}

#loader {
	color: #666;
	font-size: 14px;
}
#loader img {
	display: block;
	float: left;
}
#loader span {
	display: block;
	margin-left: 25px;
}

#title{
	color:#9C932E;
	}