﻿body
{
	padding: 0px;
	
	text-align: center;
	vertical-align: middle;
	background-color: #9d0000;
	height: 100%;
	font-size: 12px;
	color: White;
	font-family: Arial;
}
#container
{
	width: 900px;
	text-align:left;
	margin:0 auto;
}

#header, #footer
{
	height: 90px;
	margin-top: 10px;
}
#logo
{
	width: 400px;
	height: 90px;
}
#footer-nav
{
	width: 600px;
	height: 90px;
}

#top-nav
{
	width: 400px;
	height: 90px;
	font-size: 12px;
}
#powered
{
	width: 300px;
	height: 90px;
	font-size: 12px;
}
#Menu
{
	text-align: left;
	height: 49px;
}
#content-holder
{
	background-color: White;
	color: Black;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
#about
{
	width: 273px;
	height: 85px;
	background-image: url(  '../Images/offer-bg.gif' );
	background-repeat: no-repeat;
	color:#fedb2e;
	padding:6px;
}
#offers
{
	width: 280px;
	height: 100px;
	margin-left:298px;
		
}
#feedback
{
	width: 244px;
	height: 75px;
	background-image: url(  '../Images/offer-bg2.gif' );
	background-repeat: no-repeat;
    padding:10px 10px 10px 30px;
	text-align:left;
	color:#fedb2e;
}
.full
{ background-image: url( '../Images/content-bg.gif' );
	background-repeat: repeat-x;
	}
.ContentHeader
{
	height: 35px;
	padding-top:15px;
	font-size:16px;
	padding-left:70px;
	border-top:solid 1px silver;
	
}
.content-content
{
	margin-top:10px;
	}	
#menuItems
{ float:left;
  width:180px;
  text-align:right;
 background-color:White;
	}	
#menuContent
{ margin-left:200px;
  background-color:White;
	}	