/*
mainElements
*/
html,body
{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	color:#000;
	font-size:10px;	
	height:100%;
}

#container
{
	position:relative;
	width:991px;
	float:left;
	min-height:100%;
	padding:0px 4px 0px 4px;
	margin-bottom:-47px;
}

#header
{
	position:absolute;
	top:90px;
	left:4px;
	height:143px;
	width:986px;
}

#leftColumn, #contentColumn, #rightColumn
{
	position:relative;
	float:left;
}

#leftColumn
{
	width:204px;
}

#contentColumn
{
	width:435px;
	background:url(/img/content_top_bg.gif) repeat-x top left;
	padding-top:4px;
}

#rightColumn
{
	width:352px;
}

#bottom
{
	clear:both;
	height:47px;
	position:relative;
	margin-left:4px;
	width:986px;
	background:url(/img/bottom_grey.gif) repeat-x left top;
}


#clearHeader{height:143px;}
#clearBottom{clear:both;height:44px;}
* > html #clearBottom {float:left;width:100%;}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-44px;} /*safari wrapper */

/*forms*/
form
{
	margin:0px;
	padding:0px;
}
input
{
	border:1px solid #000;
	font-family:Verdana;
	font-size:12px;
	color:#000;
}

input.btn
{
	font-size:10px;
	font-weight:bold;
	height:21px;
}

select
{
	border:1px solid #000;
	font-family:Verdana;
	font-size:12px;
	color:#000;
}
textarea
{
	border:1px solid #000;
	font-family:Verdana;
	font-size:12px;
	color:#000;
	width:400px;
	height:150px;
}
#contentColumn input
{
	width:300px;
}