﻿
.main
{
	width: 980px;
	
}

.main .greyarea
{
	width: 730px;
	background-color: #e4e3e5;
}

.main .left
{
	/* includes 10px margin */
	width: 260px;	
	/*background-image: url(../images/home/taxi.jpg);*/
}

.main .right
{
	/* total width= 470px */
	margin-left: 10px;
	width: 460px;
	float: right;
}


.rightCol
{
	/* total width = 250px 
	position: relative;
	z-index: 50;
	top: -500px;
	right: 0px;*/
float: right;	
margin-right: 10px;
	width: 230px;
}

.rightCol a
{
	color: #9c3338;
}

.bottom
{
	width: 730px;
	background-color: #e4e3e5;
	position: absolute;
	top: 500px;
}

.bottom .left
{
	margin-left: 10px;
	width: 230px;
	background-color: #e9eaf3;
height: 170px;
}


* {
margin: 0;
padding: 0;
}

.bottom .middle
{
	margin-left: 10px;
	width: 230px;
	float: right;
	background-color: #e9eaf3;
	height: 170px;
}

.bottom .right
{
	margin-left: 10px;
	width: 230px;
	float: right;
	margin-right: 10px;
	background-color: #e9eaf3;
	height: 170px;
}

.innertext
{
	margin-left: 10px;
	margin-right: 10px;
}

.innerheader
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	font-weight: bolder;
	font-size: 1.2em;
}

.bluebox
{
	background-color: #27318a;
	color: White;
	background-image: url(../images/home/bluebox_gradient.jpg);
	height: 25px;
}

.bluebox a
{
	color: White;
}
.emptybackground
{
	background-color: #e4e3e5;
	height: 40px;
}


/***************footer*******************/
.footer
{
    clear: both;
    margin-top: -40px;
}
.footer .left
{
	margin-top: -5px;
    float: left;
    height: 30px; /*background-color: #d3e4ee;*/
    padding-right: 10px;
    font-size: 12px;
}

.footer .left a
{
    color: White;
}

.footer .right
{
    float: right; /*background-color: #d3e4ee;*/
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
}

.footer .right a
{
    color: White;
}
/***************footer*******************/