@charset "UTF-8";
/* CSS Document */
img.main {
	margin: 0 0 40px 0;
}
* html img.main {
	margin: 0;
}
*+html img.main {
	margin: 0;
}
#header {
	/*background-image: url(../assets/homepage-header.jpg);
	background-repeat:no-repeat;*/
	height: 0;
}

* html #Lcol img {
	width: 313px;
}

* html #Rcol img {
	width: 313px;
}
#nav {
	height: 42px;
	background-color: #fff;
	margin: 0 0 0 0;
	border: none;
}
ul#navlist li
{
line-height: 42px;
}
ul#navlist li a 
{
color: #000;
line-height: 42px;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
color: #888;
}
#credits {
	width: 760px;
	position: absolute;
	top: 680px;
	left: 50%;
	margin-left: -380px;
	z-index:99;
	}
* html #credits {
	top: 675px;
}
*+html #credits {
	top: 675px;
}
#credits p, #credits a {
	color: #ccc;
	font-size: 10px;
	text-align: left;
}
