body {
	color: #000;
	font-family: "lucida grande", "lucida sans unicode", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	background-color: #708599;
	margin: 0;
	padding: 0;
}


ul		{
	margin : 0;
	padding : 0;
	list-style-type: none;	
}

li	{
	display: inline;
}

img			{ border : 0 }
a 			{ text-decoration: none;}
a:visited	{ text-decoration: none;}
a:link		{ text-decoration: none;}
a:hover		{ text-decoration: none;}


#content {
	color: #fff;
	background-color: #081331;
	width: 1000px;
	min-height : 600px;
	overflow: visible;	
	margin: 0 auto;
	padding: 0;
	position : relative;
}

/*	#content - height : 600px;	this stops color from flowing down */

#footer	{ clear: both; }

h1, h2, h3, h4, h5	{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.tinytext	{ font-size : .8em }