body {
	background-color:#241c1c;
	margin: 0px 0px 0px 0px;
	font-family: arial,helvetica;
	font-size: 16px;
	color: #ffffff;	
	text-align: center;	
}

a:link {
    text-decoration: none;
    color: #ffffff;
}

a:visited {
    text-decoration: none;
    color: #ffffff;
}

a:active {
    text-decoration: none;
    color: #ffffff;
}

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

.header {
	float: left;
	position: relative;	
	width: 100%;
	height: 120px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #d77d00;
	line-height:120px;
}

.header img {
	vertical-align: middle;
}

.body {
	float: left;
	position: relative;
	width: 100%;	
	margin-top: 30px;
}

.footer {
	position:absolute;
	bottom:0;
	left:0;	
	width: 100%;
	height: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #d77d00;
	line-height:25px;
	font-size: 13px;
	/*text-align:center;*/
}

.divTable
{
	display: table;	
	margin: 0 auto;
	width: 600px;
	text-align:center;
	margin-top: 30px;
	/* border-collapse:separate;*/
}

.divImg
{
	border: 2px solid #ffffff;
}

.divRow
{
	display:table-row;
	width: 600px;
}

.divCell
{
	float:left;/*fix for  buggy browsers*/
	display:table-column;
	width:200px;

}