body { 
    margin: 0; 
    padding: 0;
	background: url(images/bg.jpg);
	height:100%;
	width: 100%;
	top:0px;
}
  
a:link { 
	text-decoration: none; 
	color:#ffffff;
}

a:visited { 
	text-decoration: none;
	color:#ffffff;
}

a:hover {
	text-decoration: none;
	color:#ffffff;
}

a:active {
	text-decoration: none; 
}

#wrapper {
	width: 902px;
	height:100%;
	margin:0 auto;
	background:url(images/bg.jpg);
}
#header {
	height:124px;
	width:100%;
}
#logo {
	padding-top:22px;
	padding-bottom:21px;
	float:left;
}
#numbersearch {
	text-align:right;
	color:#ffffff;
	font-variant:small-caps;
	float:right;
	padding-top: 20px;
}
#navigation {
	width:902px;
	height: 49px;
}
#banner {
	width:902px;
	height:303px;
}
#ads {
	width: 902px;
	padding-top:31px;
}
#footer{
	padding-top:60px;
	color:#ffffff;
}
/*-----------------------------------------------------------------------------------------*/
/*                                    Deals Page                                           */
/*-----------------------------------------------------------------------------------------*/
#deal {
	width:902;
}
#deal1 {
	width:438px;
	height:161px;
	margin-top:14px;
	background:#0d0d0d;
	border:3px solid #ffffff;
}
#leftdeal {
	float:left;
}
#dealimg {
	float:left;
}
#dealtext {
	float:right;
	margin-right:13px;
}
#rightdeal {
	float:right;
}
/*-----------------------------------------------------------------------------------------*/
/*                                  Calendar Page                                          */
/*-----------------------------------------------------------------------------------------*/
#calendar {
	width: 902px;
	padding-top:21px;
	color:#ffffff;
}
/*-----------------------------------------------------------------------------------------*/
/*                                  Contact Page                                           */
/*-----------------------------------------------------------------------------------------*/
#side-a {
	float: left;
	width: 33%;
}

#side-b {
	float: right;
	width: 33%;
}

#content { 
	float: left;
	width: 33%;
}
#side-f {
	float:left;
	width:33%;
}
#side-g {
	float:left;
}