/* commented backslash hides from ie5mac \*/ 

html {
	height:99.9%;
	margin:0;
	padding:0;
}
/* end hack */ 

html, body {
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
body {
	text-align:left;
	min-width:99%;/* for mozilla*/
	background-color: #fff;
	height:100%;
}
#wrapper {
	border: 0px solid #f00;
	height:99%;
	min-height:99%;
	width:460px;
	text-align:left;
	margin:15px;
	position:relative;
	overflow:visible;
	background-color: #fff;
}
/* mac hide \*/
* html #wrapper {
	border: 0px #Ff0 solid;
}
/* end hide*/


html>body #wrapper {
	height:auto;
	border: 0px #Ff0 solid;
} /*for mozilla as IE treats height as min-height anyway*/


/* 
** 
** Container 
**
*/
#navi-tools span.pipes  {
	visibility:hidden;
	float:left;
	margin:-10px;
	
}


#outer-head {
	border: 0px #F00 solid;
	background:url(../assets/phone_worktogether_logo.png);
	background-position:center left;
	background-repeat:no-repeat;
	height:66px;
	width:95%;
}
#outer-navi {
	border: 0px #b5b5b5 solid;
	width:100%;
}
#navi-tools {
	border-top: 0px #b5b5b5 solid;
	border-bottom: 0px #b5b5b5 solid;
	width:100%;
	clear:both;
	height:auto !important;
}
#navi-tools-subnavi {
	border-bottom: 1px #b5b5b5 solid;
	width:100%;
	clear:both;
	height:auto !important;
	background-color:#EAEAEA;
	margin-top:-10px;

}
#outer-content {
	border: 0px #f0f dotted;
	clear:both;
	margin-top: 40px;
}

#navi-tools-feetnavi {
	padding-left: 10px;
	border-top: 1px #b5b5b5 solid;
	
	clear:both
}

#site-social {
	border-top: 2px #b5b5b5 solid;
	clear:both;
	padding-top: 12px;
	padding-left: 10px;
	margin-bottom: 30px;
}

/* 
** 
** Inner-Content-Container 
**
*/


#content-left {
	float:none;
	width: 115px;
	height: 50px;
	border: 0px #0F0 solid;
}
#content-middle {
	float:none;
	width: 120px;
	border: 0px #fF0 solid;
	text-align:left;
	height: 50px;
	padding-right: 5px;
}
#content-right {
	
	width: 480px;
	border: 0px #00f solid;
	margin-bottom: 40px;
}


