body{
	font-family:"Verdana";
	background-color:#e8e8e8;
}
table{
	border-collapse:collapse;
	border:0;
	width:100%;
}
a:link			{color:#0000ff}
a:visited		{color:#0000ff}
a.figure:link		{text-decoration:none; color:#ffffcc}
a.figure:visited	{text-decoration:none; color:#ffffcc}
a.nostyle:link		{text-decoration:none; color:black}
a.nostyle:visited	{text-decoration:none; color:black}

#container
{
width:1000px;
margin:auto;
}

#heading
{
width:100%;
height:65px;
}

#leftbar
{
width:200px;
float:left;
}

#menu
{
width:100%;
height:400px;
}

#homepagecontent
{
width:760px;
float:right;
text-align:center;
}


#content
{
width:720px;
float:right;
text-align:left;
}

#bottomleft
{
width:200px;
}