body
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ccc;
	margin: 0;
	padding: 0;
	/* Use text-align: center for poor IE 5.X/Win interaptiations */
	/* and then tell other text to align left, as would be default */
	text-align: center;
}

#container
{
	background: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-color: #0000cc;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	/* bogus value for IE4-5.x/Win */
	width: 750px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* real width */
	width: 748px;
}

#header
{
	padding: 0;
	margin: 0;
	border-color: #0000cc;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#header img
{
	display: block;
	border: 0;
}

#sidebar
{
	padding: 0 10px 0 10px;
	/*margin: 0 -15px 0 0;*/  /* why? this only applies to Absolute positioned divs [1], make it margin:0; */
	/* bogus value for IE4-5.x/Win */
	width: 200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	/* real width */
	/* 	background: blue; */
	text-align: left;
float:left    /* <---- add this */
}

.nav
{
	list-style: none;
	margin-bottom: 0;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 150px;
	border-color: #999;
	border-width: 5px 0 0 0;
	border-style: solid;
}

.nav li
{
	border-color: #666;
	border-width: 0 1px 1px 1px;
	border-style: solid;	
}

.nav a
{
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	display: block;
	color: #333;
	background-color: #ffc;
}

.nav a:hover
{
	color: #fff;
	background-color: #900;
}

.nav a:active
{
	color: #fff;
	background-color: #600;
}

#sidebar .title
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	/* 	border-bottom: #000; */
	/* 	border-width: 0 0 1px 0; */
	/* 	border-style: none none solid none; */
	margin-left: 15px;
}

#sidebar ul.resourcelinks
{
	list-style: none;
	/* background-color: green; */
	margin: 0;
	margin-left: 15px;
	padding: 0 0 0 .5em;
}

#sidebar ul.resourcelinks li:before 
{
	content: "\00BB \0020";
}

#content
{
	float:right;
	padding: 0 20px;
	margin: 0;
	margin-bottom: 10px;
	width: 548px; /* bogus value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 508px; /* real width */
	/* background: green; */
	text-align: left;
}

#footer
{
	clear:both;
}
/* ------------------------------------------------------------------------
/  Copyright Styling
/  ------------------------------------------------------------------------ */

span.copy {
  color: #333;
  font-size: 10px;
  }