html *
{
	margin: 0;
	padding: 0;
}
* html
{
	font-size: 100%;
}
body
{
	font-size: 62.5%;
/* establishes 1em = 10px as baseline, for full flexible sizing */

	font-family: arial,verdana,helvetica,sans serif;
	margin: 0;
	padding: 0;
}
html>body
{
	font-size: 10px;
}


#container
{
	width: 83em;
	height: 83em;
	margin: 0;
	padding: 0;
}

#head
{
	height: 95px;
	width: 83em;
}


#sidebar-1
{
	position: absolute;
    left: 0px;
	width: 200px;
	float: left;
	height: auto;
	padding:1em;
}

#content
{
	position: absolute;
    left: 215px;
	width: 610px;
	float: left;
	height: auto;
	padding:1em;
}

P {font-size:1.2em;line-height: 1.4em;margin-bottom:1em;}
h1 {font-size:1.8em;line-height: 1.2em;margin-bottom:.5em;}
h2 {font-size:1.6em;line-height: 1em;margin-bottom:.5em;}

#content IMG {margin-right:1em;margin-bottom:1em;float:left;}
