@charset "UTF-8";
/* formatting style
-----------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #000000;
    background-position: bottom center;
	background-repeat: no-repeat;
	/* This next one is for IE6 */
	background-attachment: fixed;}

body.day {
	background: url(/assets/img/bkg/day.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #000;
	/* This next one is for IE6 */
	background-attachment: fixed;}


body.night {
	background: url(/assets/img/bkg/night.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #000;
	/* This next one is for IE6 */
	background-attachment: fixed;}

hr {
	display: none;
}
/* link styles
-----------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
}
/*  basic laout
-----------------------*/
#wrapper {
	width: 1250px;
	clear: both;
	margin: 0px auto;
}
#main {
	margin-bottom: 15px;
}
/* footer styles
-----------------------*/
#footer {
	padding-bottom: 5px;
	padding-top: 10px;
	height: 40px;
	width: 1180px;
	clear: both;
	font-family: Times;
	}
#footer ul {
	left: 80px;
	top: 651px;
	margin-top: auto;
	margin-left: 215px;
}
#footer ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
}
#footer ul li a {
	font-size: 14px;
	font-family: Times;
}
/* main img link styles
-----------------------*/

#main img {
	border:;
}

#main img a:link {
}

#main img a:visited {
}

#main img a:hover {
	border:;
}

#main img a:active {
}

#main h1 {
	font-family:Times;
}

#main h1 a{
    font-family:Helvetica;
    font-size: 0.8em;       
}

*.float{
	float: right;
	margin-left: 1em;
}
*.floatclear{
    clear: both;
}
      
*.floatleft {
	float: left;
}
#main ul li {
	list-style: none;
	vertical-align: 20%;
}
#main li {
	margin: 20px;
	font-size: 10px;
}

div#bio {
    width: 395px;
    columns:400px auto;
    font-family:Helvetica;
    font-size:1.2em;
    }


   
/* ----------------------------------------------------------------------------- 
KIMILI
----------------------------------------------------------------------------- */
img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
z-index: -3;
-ms-interpolation-mode: bicubic;}
 
.wide img#expando,
.tall img#expando {
display: block;}
 
.wide img#expando {
width: 100%;
height: auto;}
 
.tall img#expando {
width: auto;
height: 100%;}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');}

