/*
Title:      Ki-Han master styles for screen media
Author:     Ki Han, kihan@iistix.com
Updated:    Aug 5 2005
Notes:		Hand-crafted by Ki-Han in Pleasanton, California.
*/

body
{ 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #ffffff;
	background: #ffffff url(images/header.gif) repeat-x;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
	}
a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: none;
	}
a:hover {
	color: #ffcc00;
	border-bottom-style: none;
	}

/* navigation */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	}
#nav a {
	text-decoration: none;
	border-bottom: none;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	}
#nav a.active {
	font-weight: bold;
	}
li#t-home a {
	margin-left: 25px;
	}
        }
		
/* ---[ logo ]------------------------------- */

#logospace {
	position: relative;
	left: 50%;
	right: 50%; 
	width: 760px;
	margin-top: 21px;
    margin-left: -380px;
	padding: 0;	
	}
#logo {
	background: #000000 url(images/logo.gif) no-repeat top left;
	background-repeat: no-repeat;
	height: 0px;
	padding: 0;
	margin: 0;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 191px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 191px;
	height: 34px;
	background: url(images/logo.gif) no-repeat;
	}
html>body #logo span {
	top: 1px;
	}