* {
	padding: 0;
	margin: 0;
}

body {
	color: #000000;
	font: 62.5% 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: justify;
}

p {
	font: 1.2em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

img, table {
	border: none;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	margin: 0 0 1.5em 0;
}

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.5em;
}

ul, dl, ol {
	list-style: none;
}

a {
	color: #000000;
	background-color: inherit;
}
a:hover {
	text-decoration: none;
}

#container {
	margin: 16px;
	width: 640px;
}
div {
	width: auto !important;
	height: auto !important;
}
#header li {
	margin: 0 15px 0 0;
	float: left;
}
#menu, #footer img, span {
	display: none;
}
