/*
	Formattings for the Layout Div's
*/

#header
{
	margin: 5px 5px 5px 0px;
	float:left;
	display: block;
	background-image: url(../img/logo_benchit_top.png);
	background-repeat:no-repeat;
	width:220px;
	height:100px;
}

#login
{
	float:right;
	display: block;
	width:40%;
	height:100px;
	margin: 0px 0px 5px 5px;
}

.clear_both { clear:both; }

#navigation
{
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	padding-top:5px;
	padding-bottom:3px;
	width:100%;
	margin: 15px 0px 5px 0px;
}

#navigation span {
	margin-right:5px;
	height:18px;
}

a.navlink {
	height:18px;
}

a.navlink:hover {
	opacity: 0.8;
}

#quickbar
{
	border-top:1px solid #d27430;
	border-bottom:1px solid #d27430;
	padding-top:5px;
	padding-bottom:5px;
	color:#d27430;
	width:auto;
	margin: 5px auto;
}


		#quickbar a
		{
			text-decoration:none;
			font-weight:normal;
			color:#d27430;
		}

		#quickbar a:hover
		{
			color:#d27430;
		}


#footer
{
	text-align:center;
	color:#7b7b7b;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	border-top:solid 1px gray;
}
	#footer a
	{
		text-decoration:none;
		color:#7b7b7b;
	}

	#footer a:hover
	{
		color:#000000;
		text-decoration:none;
	}

#content
{
	background-color:#ffffff;
}

#info
{
	padding:4px;

	background-color:#f1f0f0;

	text-align:justify;
	font-family:arial,sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:black;
}

	#info h1
	{
		font-size:16pt;
		font-weight:bold;
		color:black;
	}

	#info h2
	{
		font-size:14pt;
		font-weight:bold;
		color:black;
	}

