body {
	margin: auto;
	text-align:center; 
	background-color: #ffffff;
	background-image: url(../images/menu-bar-inside.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

#container { 	
   	position: relative;
	margin: 0 auto;
	margin-left: 5%;
	text-align: left;
	width: expression(document.body.clientWidth > 800 ? "auto" : "800px");
	min-width: 930px;
}

h1 {
	font-size:18px;
	color: #ffffff;
	margin: 10px 0px 10px 30px;
	font-weight: normal;
}
h2 {
	font-size:18px;
	color: #003f7c;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	letter-spacing: 3px;
}
#page {
	position: relative;
	float: left;
	border:0px solid green;	
}

#pageLeft {
	position: relative;
	float: left;
}
#pageRight {
	position: relative;
	/*float: right;*/
	float: left;
	*float: right;
	background-color: #D5D8E5;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	*margin-right:30px;
	font-size: 10px;
	color:#3f3939;
	*text-align:left;
	/* old color is 5F5959*/
}
#pageRight p, #pageRight h2{
	*width:130px;
	text-align:left;
	*margin-right:-20px;
}
#pageContact {
	position: relative;
	float: left;
	width: 187px;
	font-size:12px;
	font-family: times;
	font-style:italic;
	font-weight: bold;
	margin: 5px 0px 0px 60px;
	color: #A3A3A3;
}
.imageBoxSearchResults {
	margin: 15px 20px 15px 0px;
	padding: 10px 15px 10px 15px;
	border-top: 1px #80848E solid;
	border-bottom: 1px #80848E solid;
	border-left: 1px #80848E solid;
	border-right: 1px #80848E solid;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

fieldset {
	margin: 15px 0px 15px 0px;
	border: 2px solid #80848E;

}
legend {
	font-size: 12px;
	color: #B91D36; 
}
.error {
	font-size: 10px;
	color: #B91D36; 
}
.blueItalic {
	color: #003f7c;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.blue {
	color: #003f7c;
	font-size: 12px;	
	font-weight: bold;
}
.red {
	font-size: 14px;
	color: #B91D36; 
}
.left {
	text-align:left;
	margin:10px 30px 10px 30px;
}
.redBold{
	font-size: 14px;
	color: #B91D36;
	font-weight:bold;
}
#fancyDeals{
	float:left;
	margin-right:15px;
}
