#container
{
	width: 720px;
	_width: 720px;
	margin: 0px auto 0;
	padding: 0;

	min-height:540px;height:auto !important;height:540px;
}

html>body  #container { height: 540px; }

/*html>body #content
{
	height: 440px;
	/* Mozilla and Safari */
}
*/
#content
{
	
	position: relative;
	top: 0px;
	background-color: #ffffff;
	 min-height:700px;height:auto !important;height:700px; 
}

/* left column------------------ */
#left
{
	 min-height:550px;height:auto !important;height:460px; 
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 240px;
	background-color: #fff;
}



#right
{
	/* IE */
min-height:550px;height:auto !important;height:460px; 
	margin-top: 0px;
	padding-left: 0px;
	float: left;
	padding-top: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 480px;
	background-color: #fff;
}

/* --------------------------------------- */
/* left Content------------------ */
#leftinside
{
	background: #fff;
	padding: 0px 40px 0px 39px;
	margin: 20px 0 0px 0;
}

#left p
{
	font: normal 11px Verdana, sans serif;
	line-height: 125%;
	/*color: #999999;*/
	color: #666666;
	text-align: left;
}

#left h1
{
	font: bold 12px Verdana, sans serif;
	line-height: 130%;
	color: #6699cc;
}

/* ------------------ */
/* Right Content------------------ */
#rightinside
{
	background: #fff;
	margin-top: 20px;
	padding: 0px 0 0px 40px;
	border-left: solid 1px #6699cc;
}