/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
 */
body {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}
#container {
	width: 960px;
	padding: 0;
	margin: 0;
	border-right-style: none;
}
#sidebar {
	width: 220px;
	float: left;
	padding: 6px;
	border: 1px solid #003366;
}
#sidebar p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 3px;	
}
#sidebar p a:link, #sidebar p a:visited {
	color: #003366;
	text-decoration: none;
}
#sidebar p a:hover, #sidebar p a:active {
	color: #333;
}


#content {
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 10px;
	height: 650px;
	width: 450px;
	float: left;
	
}
#address {
	font-size: 11px;
	text-align: right;
	padding-bottom: 200px;
}

