/* 01 GLOBAL */
html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 0.1em;
	}
body { 
	background: #000;
	font-family: arial, helvetica, sans-serif; 
	font-size: 62.5%; 
	color: #eee;
	text-align: center; 
	}
a:link {
	text-decoration: none;
	color: #aaa;
	}
a:visited {
	text-decoration: none;
	color: #888;
	}
a:hover, 
a:active {
	text-decoration: underline;
	color: #666;
	}
h1 {
	font-size: 1.4em;
	}
h2 {
	font-size: 1.2em;
	}
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #666; 
	margin: 0 8px 12px 0;
	padding: 0;
	}
img {
	border: 0px;
	}
#title {
	color: #ccc; 
	}
#title a:link,
#title a:visited,
#title a:hover,
#title a:active { 
	text-decoration: none; 
	}
#title h1 {
	margin: 10px;
	float: left;
	font-size: 2em;
	}
#title img {
	float: right;
	margin: 5px 28px 0 0;
	}
#header {
	width: 640px; 
	height: 13px;
	margin: 20px auto 0; 
	}
#main {
	width: 640px; 
	margin: -8px auto 0; 
	text-align: left; 
	}
#footer {
	width: 640px; 
	height: 13px;
	margin: 0px auto; 
	} 
.footnote {
	width: 640px;
	margin: 20px auto;
	padding-right: 38px;
	text-align: right;
	font-size: .9em;
	color: #555;
	}
.footnote a {
	color: #666;
	}
/* 01 GLOBAL */




/* 03 INDEX.PHP */
#index { 
	width: 640px; 
	margin: 16px auto 10px; 
	}
.indexcell {
	float:left;
	width:640px;

	}
.indexthumb {
	float: left;
	margin-bottom: 10px;
    margin-right: 100px;

	}
.indexcell h2 { 
	margin-left: 100px;
	font-size: 2em;
	}
#albumDescEditable {
	margin-left: 100px;
	font-size: 1.4em;
	}
/* 03 INDEX.PHP */



