@import url('layout.css');
@import url('content.css');

/* Date: 2008-06-18 */
/* Author: Antoine Girard */
/* base layout and resets
* --------------------------------------- */


* {
	padding: 0; margin: 0;
	}

body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.231;
	}

html {
	color: #fff;
	background: #00001e;
	}

/* img reset */
img { 
	border: 0; 
	}

/* links reset */
a {
	color: #FC6;
	text-decoration: none;
	}
a:hover {	
	color: #555;
	}
a:focus {
	outline: none;
	}
li.active a { 
/*	font-weight: bold;*/
	}