body {
	background-color:#ffffff;
	font-family:"Helvetica","Arial",sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
}

body,h1,h4,ul {
	margin:0;
	padding:0;	
}

ul {
	list-style:none;
}


#wrapper {
	margin:0 auto;
	text-align:left;
}

#top {
	border-bottom:1px solid #333;
	height:80px;		
	padding-bottom:15px;
}

#content {
	width: 800px;
	margin: 20px auto 20px auto;		
}

#overview,h1 {
	margin-top:20px;
}

#logo,#navholder,#credits {
	float:left;	
}

#logo {
	width:170px;
}

#navholder {
	position:relative;
	width:550px;
}

#logo,#navholder,#credits {
	height:100%;	
}

#nav {
	position:absolute;
	bottom:0;
}

#credits {
	position:relative;
	text-align:right;
}

#logos {
	width:80px;
	text-align:right;
	position:absolute;
	bottom:0;
}

#logos ul li {
	margin-left:5px;
}

a:link, a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

#debug {
	position:absolute;
	margin:10px;
	padding:5px;
	border:1px solid #000;
	background-color: #ffffff;
	text-align:left;
	z-index:30;
	color:#000;
	width:450px;
}

h1 {
	margin-bottom:5px;
	font-size:18px;
	font-family:Helvetica,Arial,sans-serif;
	font-style:italic;
	font-weight:normal;
}

#page {
	text-align:justify;
}

#nav ul li {
	font-family:Helvetica;
	font-size:15px;
	line-height:19px;
	margin-right:3px;
}

#nav ul li, #logos ul li {
	display:inline;
}

/* blog overview */

#overview .image {
	position:relative;
	float:left;
	padding:0;
	cursor:pointer;
	margin:0 5px 5px 0;
	width:195px;
	height:195px;
	
}

#overview .desc {
	display:none;
	background-color:#ffffff;
	height:195px;	
}

#overview h4 {
	font-size:14px;
	font-family:Helvetica,Arial,sans-serif;
	line-height:17px;
	text-transform:uppercase;
	line-height:15px;
	font-weight:normal;
	font-style:italic;
}


#overview a:hover {
	text-decoration:none;
}
