html {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 1em;
}

body {
	width: 860px;
	margin: auto;
}

h1 {
	height: 110px;
	/*text-align: left;*/
	line-height: 75%;
	background: url('./images/header_background.png') no-repeat right;
	margin: 0;
	padding: 45px 0 0 220px;
	border-bottom: 1px solid #AAAAAA;
}

h1 a {
	color: #AAAAAA;
	font-size: .8em;
}

h2, h2.a {
	font-size: 1.9em;
	font-weight: bold;
	color: #5c9855;
	margin-left: 15px;
	margin-bottom: 3px;
}

a {
	color: #5c9855;
	font-size: 0.75em;
	text-decoration: none;
}

a:hover {
	
}

img {
	border: none;
}

hr {
	height: 1px;
	width: 801px;
	margin: 0 auto 50px auto;
	border: none;
	border-bottom: 1px solid #AAAAAA;
}

#logo {
	display: marker;
	border: none;
	float: left;
	margin: 25px 0 0 0;
}

#header {
	margin: 0;
}

#main {
	/*border: 3px solid red;*/
}

.directory {
	width: 125px;
	height: 126px;
	border: none;
}

.directory:hover {
	border: none;
}

#h1_gallery {
	color: #7dcc73;
	font-size: .85em;
	margin-left:200px;
}

#content-fill {
	padding: 0 0 0 0;
}

#path {
	margin-left: 16px;
	margin-bottom: 21px;
}

#folders {
	min-height: 210px;
}

.folder {
	width: 200px;
	height: 180px;
	float: left;
	text-align: center;
}

.folder p {
	/*color: #AAAAAA;*/
}

.folder p:hover {
	/*background-color: #9FCC9A;*/
	/*background: url('./images/folder-hover.png') no-repeat;*/
	color: #5c9855;
}

.image {
	width: 215px;
	height: 275px;
	float: left;
	text-align: center;
}
.folder-text {
	padding: 3px 9px;
}

.img_thumb {
	max-width: 180px;
	max-height: 180px;
}

#footer {
	width: 800px;
	text-align: center;  for IE 
	color: #5c9855;
//	font-size: 0.8em;
	margin: 0 auto 30px auto;
	padding: 6px 0 0 0;
	border-top: 1px dashed #AAAAAA;
}


