@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Kai, Arial, Geneva, sans-serif;
	color: #000;
}
body {
	margin-top: 15px;
	margin-left: 15px;
}
body, p {
	font-size:20px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
a:link {
	color: #009;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
	color: #006;
}
a:active {
	text-decoration: none;
	color: #000;
}

table,th,td {
	border: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

#main {
    position:absolute;
    left:146px;
    top:230px;
    width:520px;
    height:500px;
    z-index:1;
}
#thumbContainer {
    position:absolute;
    left:675px;
    top:230px;
    width:350px;
    height:700px;
    z-index:2;
	cursor: pointer;
}
img.lgimage {
	border: solid white 1px;
}
img.thumbs {
	float:left;
	height:50px;
	width:50px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid white 1px;
}
#header {
	position:absolute;
	left:160px;
	top:143px;
	width:800px;
	height:60px;
	z-index:3;
}
#albumAbout {
	position:absolute;
	left:160px;
	top:750px;
	width:500px;
	height:150px;
	z-index:4;
}
h1 {
	font-size:25px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style:oblique;
	color:#000;
	font-stretch:semi-expanded;
}
h2 {
	font-size:20px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: italic;
	color:#222222;
}
h3 {
	font-size:15px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h4 {
	font-size:12px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h5 {
	font-size:14px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	color:#222222;
}
.menu {
	height:25px;
}
.side_menu{
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	width: 125px;
}
.content {
	margin:20px;
	font-size:20px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.footer {
	font-size:11px;
	font-family: Kai, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}