        #container {
            width:960px;
            margin:auto;
        }
        #header {
            min-height:20px;
            background-image:url("../images/top_bg.jpg");
            background-repeat:no-repeat;
            background-position:bottom left;
            padding-bottom:50px;
            position:relative;
            padding-top:13px;
        }
        #header ul {
            margin:0;
            padding:0;
            position:absolute;
            top:10px;
            right:0;
        }
        #header ul li {
            list-style:none;
            float:left;
            margin:0;
            padding:0;
        }
        a.home {
            width:78px;
            height:23px;
            background-image:url("../images/home_off.gif");
            background-repeat:no-repeat;
            display:block;
            margin-right:30px;
        }
        a.home:hover {
            background-image:url("../images/home_on.gif");
        } 
        a.contact {
            width:98px;
            height:23px;
            background-image:url("../images/contact_off.gif");
            background-repeat:no-repeat;
            display:block;
            margin-right:30px;
        }
        a.contact:hover {
            background-image:url("../images/contact_on.gif");
        }
        a.customer_login {
			width:164px;
			height:23px;
			background-image:url("../images/cust_login_off.gif");
			background-repeat:no-repeat;
			display:block;
			position:relative;
			top:-2px;
        }
        a.customer_login:hover {
			background-image:url("../images/cust_login_on.gif");
        }
        #logo {
            height:90px;
            width:257px;
            background-image:url("../images/ww_logo.gif");
            background-repeat:no-repeat;
            position:top left;
            margin-left:70px;
        }
        #logo h1 {
            display:none;
        }
        #content_container {
            background-image:url("../images/content_bg_lines.gif");
            background-repeat:repeat-y;
            border-bottom:1px solid #CCC;
        }
        #content {
            width:719px;
            min-height:575px;
            float:right;
            background-image:url("../images/gradient_bg.gif");
            background-position:top left;
            background-repeat:no-repeat;
            /*border-bottom:1px solid #CCC;*/
        }
        #theWaitIsOver {
            height:378px;
            position:relative;
            background-image:url("../images/the_wait_is_over.jpg");
            background-position:top left;
            background-repeat:no-repeat;
        }
        #theWaitIsOver h2 {
            display:none;
        }
        #theWaitIsOver #theFOB {
            position:absolute;
            bottom:-40px;
            right:-15px;
            width:342px;
            height:289px;
            z-index:100;
            background-image:url("../images/fob.png");
            background-repeat:no-repeat;
            background-position:top left;
            behavior: url(iepngfix.htc); /* Fixes PNG's in IE5.5 and IE6 */
        }
        #banner_aboutWiWait {
			background-image:url("../images/banner_aboutWiWait.jpg");
			background-position:top left;
			background-repeat:no-repeat;
			height:169px;
        }
			#banner_aboutWiWait h2 {
				display:none;
			}
		#banner_howItWorks {
			background-image:url("../images/banner_howItWorks.jpg");
			background-repeat:no-repeat;
			background-position:top left;
			height:169px;
		}
			#banner_howItWorks h2 {
				display:none;
			}
		#banner_currentCustomers {
			background-image:url("../images/banner_currentCustomers.jpg");
			background-repeat:no-repeat;
			background-position:top left;
			height:169px;
		}
			#banner_currentCustomers h2 {
				display:none;
			}
		#banner_ourTeam {
			background-image:url("../images/banner_ourTeam.jpg");
			background-repeat:no-repeat;
			background-position:top left;
			height:169px;
		}
			#banner_ourTeam h2 {
				display:none;
			}
		#banner_contactUs {
			background-image:url("../images/banner_contactUs.jpg");
			background-repeat:no-repeat;
			background-position:top left;
			height:169px;
		}
			#banner_contactUs h2 {
				display:none;
			}
        #navigation {
            width:241px;
            float:left;
            background-color:red;
        }
        #navigation ul {
            margin:0;
            padding:0;
        }
        #navigation ul li {
            list-style:none;
            float:left;
            margin:0;
            padding:0;
        }
        a.about_wiwait {
            width:241px;
            height:144px;
            background-image:url("../images/about_off.gif");
            display:block;
        }
        a.about_wiwait:hover {
            background-image:url("../images/about_on.gif");
        }
        a.how_it_works {
            width:241px;
            height:144px;
            background-image:url("../images/how_it_works_off.gif");
            display:block;
        }
        a.how_it_works:hover {
            background-image:url("../images/how_it_works_on.gif");
        }
        a.our_team {
            width:241px;
            height:144px;
            background-image:url("../images/our_team_off.gif");
            display:block;
        }
        a.our_team:hover {
            background-image:url("../images/our_team_on.gif");
        }
        a.contact_us {
            width:241px;
            height:143px;
            background-image:url("../images/contact_us_off.gif");
            display:block;
        }
        a.contact_us:hover {
            background-image:url("../images/contact_us_on.gif");
        }
        a span {
            display:none;
        }
        #footer {
            text-align:center;
            font-family:verdana;
            font-size:10px;
            padding:10px;
            margin-top:10px;
        }
        #footer .bullet {
            margin:0 10px 0 10px;
        }
        #footer .links {
            width:550px;
            margin:auto;
            padding:10px;
            margin-bottom:10px;
            border-bottom:1px solid #CCC;
        }
        #footer .links a {
            text-decoration:none;
            color:#000;
        }
        #footer .links a:hover {
            color:#990000;
        }
        #footer .legal {
            color:#999;
        }
        #footer .legal a {
            color:#999;
            text-decoration:none;
        }
        #footer .footer_contact {
            color:#999;
            padding:5px;
        }
        .tri_column {
			background-image: url("../images/3column.gif");
			background-position:top left;
			background-repeat:no-repeat;
			position:relative;
			height:196px;
        }
        .page_text_block 
        {
			padding-bottom:80px;	
        }
        .page_text_block p {
			margin:40px 225px 0px 40px;
			line-height:150%;
			font-family:verdana;
			font-size:12px;
			color:#666;
        }
        .page_text_block p.list {
			line-height:100%;
			margin:0 40px 0 40px;
        }
        .page_text_block li {
			font-family:Verdana;
			font-size:11px;
			color:#666;
			margin-left:30px;
			line-height:150%;
        }
        .page_text_block table {
			margin:auto;
        }
        .page_text_block td {
			padding:5px;
			color:#666;
			font-family:Verdana;
			font-size:12px;
        }
        span.empName, span.empPosition 
        {
			display:block;	
        }
        span.empName {
			color:#CC0000;
			font-size:18px;
			font-weight:bold;
        }
        .floatingRight 
        {
			float:right;
			width:140px;
			margin:40px 40px 40px 40px;
        }
        #read_about_team 
        {
			width:138px;
			height:59px;
			background-image:url("../images/read_about_team.gif");
			background-position:top left;
			background-repeat:no-repeat;	
        }
		#read_about_team h3 
		{
			display:none;	
		}
        .dimBox 
        {
			background-color:#f1f1f1;
			padding:5px;
			font-family:Verdana;
			font-size:10px;
			border:1px solid #adadad;
			margin-top:5px;
			position:relative;
        }
			.dimBox ul 
			{
				margin:0;
				padding:0;	
			}
			.dimBox ul li 
			{
				margin:0 0 0 3px;
				padding:0;
				list-style:none;
			}
			.dimBox ul li a 
			{
				text-decoration:none;
				color:#333;	
			}
			.dimBox ul li a:hover 
			{
				color:#CC0000;	
			}
        .bl_corner, .br_corner, .tr_corner, .tl_corner 
        {
			width:6px;
			height:6px;
			position:absolute;
			background-repeat:no-repeat;	
        }
        .tl_corner 
        {	
			background-image:url("../images/tl_corner.gif");
			top:-1px;
			left:-1px;
        }
        .tr_corner 
        {	
			background-image:url("../images/tr_corner.gif");
			top:-1px;
			right:-1px;
        }
        .bl_corner 
        {	
			background-image:url("../images/bl_corner.gif");
			bottom:-1px;
			left:-1px;
        }
        .br_corner 
        {	
			background-image:url("../images/br_corner.gif");
			bottom:-1px;
			right:-1px;
        }
        div.hr {
			height:2px;
			background-image:url("../images/hr_bg.gif");
			background-repeat:repeat-x;
			width:400px;
			margin-left:40px;
        }
        div.hr hr {
			display:none;
        }
        .front_div_whatis {
			background-image:url("../images/what_is_wiwait.gif");
			background-repeat:no-repeat;
			background-position:15px 0;
        }
        .front_div_whatis p {
			font-family:Verdana;
			font-size:13px;
			font-weight:bold;
			line-height:200%;
			color:#666;
			text-align:center;
			display:block;
			padding:30px 20px 0px 20px;
			/*margin:20px;*/
			margin:15px 0 0 0;
			border-right:1px solid #CCC;
			width:458px;
        }
			.front_div_whatis a 
			{
				text-decoration:none;
				color:#FF0000;
				font-size:11px;	
			}
			.front_div_whatis a:hover 
			{
				color:#333;	
			}
		#quick_contact 
		{
			position:absolute;
			background: url("../images/quick_contact.gif") no-repeat 20px 0px;
			width:220px;
			top:0;
			right:0;
			z-index:50;
		}
			#quick_contact p 
			{
				margin:35px 20px 0 40px;
				font-family:Verdana;
				font-size:11px;
			}
			#quick_contact a 
			{
				color:#FF0000;
				font-weight:bold;
				text-decoration:none;	
			}
			#quick_contact a:hover 
			{
				color:#333;	
			}
			#quick_contact p b 
			{
				color:#FF0000;
				font-weight:bold;	
			}
			.theBoxx 
			{
				width:100%;
				height:50px;	
			}
