* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	font-family: "tablet-gothic-1", "tablet-gothic-2", helvetica, sans;
	font-size: 100%;
	color: #888;
	margin-bottom: 1.5em;
	}

a {
	text-decoration: none;
	}

a:link, a:visited {
	color: #888;
}

a:hover {
	color: #888;
	background-color: #fcff22;
}

a:active {
	color: #000;
	}

h1 {
	line-height: 1.4;
	font-size: 180%;
	margin-bottom: 1em;
	}
	
h2 {
	line-height: 1.4;
	font-size: 165%;
	margin-bottom: 1em;
	}

p {
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: 130%;
	}
	
li {
	font-size: 130%;
	line-height: 1.4;
	list-style: none;
	}

div#container {
	width: 52em;
	margin-top: 2em;
	margin-left: 1em;
/*	border: #ff1ff6 thin solid; */
}

/******** HEADER ********/

div#header {
	position: relative;
	float: left;
	width: 18%;
/*	border: #246ffc thin solid; */
}

/******** MAIN ********/

div#main {
/*	border: orange thin solid; */
	margin-left: 18%;
}

div#main a {
	text-decoration: underline;
}

div#main a:hover {
	text-decoration: none;
}

em {font-family: "tablet-gothic-1", "tablet-gothic-2", helvetica, sans; fontfont-weight:700;
	
}

