
/*******************
ABOUT US PAGE
*********************/
#aboutusdiv {
	width:  760px;
	position: relative;
	margin: 0 auto 0 auto;
}
#aboutusheader {
	width: 760px;
	height: 40px;
	color: white;
	padding: 0px;
}
#aboutuscontent {
	color: white;
	height: 680px;
	width:  690px;
	padding: 35px;
	background-color: #080F11;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
#aboutuscontent #intercofholder
{
	position: absolute;
	bottom: 90px; 
	/* MSIE */ left: 35px; right: 35px;
}
#aboutuscontent #intercofholder #intercof1
{
	width:130px;height: 160px;
	background: url(../img/aboutus/about_intercof.jpg) no-repeat;
	padding: 0 0 0 0; margin: 10px 0 10px 0px; 
	float: left;
}
#aboutuscontent  #intercofholder #intercof2
{
	width: 520px;height: 100px;
	background: url(../img/aboutus/about_bg2.jpg) repeat-x;
	padding: 30px 20px 30px 20px; margin: 10px 0 10px 0px; 
	float: right;
	font-size: 11px;
}
#aboutuscontent #footerholder
{	
	width: 690px; height: 30px; margin: 0px; padding: 0px;
	clear: both; 
	position: absolute; bottom: 40px; 
	/* MSIE */ left: 35px;
}
#aboutuscontent #footerholder #footerbtn1
{
	float: left;
	background: url(../img/aboutus/about_logoliqwd.jpg) no-repeat transparent;
	width: 95px; height: 30px;
}
#aboutuscontent #footerholder #footerbtn2
{
	float: right;
	font-family: Arial, Helvetica;
	font-size: 10px;
}
#aboutuscontent #footerholder #footerbtn2 table { border:0px; height:20px; display:inline; list-style:none; padding:0px 0px 0px 0px; }
#aboutuscontent #footerholder #footerbtn2 table td.bg { background: url(../img/aboutus/btnbg2.jpg) repeat;}
#aboutuscontent #footerholder #footerbtn2 table td a { color: #ffffff; text-decoration: none;}
#aboutuscontent #footerholder #footerbtn2 table td a:hover { color: #44b2dd; }
