body {
	margin: 0 0 0 0;
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #3c3c3c;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat-x;
}

a { 
	color: #990000;
	text-decoration: none;
	background: inherit;
}

a:hover, a:visited:hover {
	color: #888;
	text-decoration: underline;
	background: inherit;
}

a:active {
	color: #555;
	background: inherit;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #9F5F0C;
	background-color: inherit;
	margin: 5px 3px 3px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #F1DCC1;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #9F5F0C;
	background-color: inherit;
	margin: 5px 3px 3px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #F1DCC1;
}
h3 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	display: inline;
}
p {
	margin: 0px 3px 15px 6px;
	padding: 1px;
	line-height: 1.5;
}
input, textarea, select {
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../gfx/InputBG.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 3px;
}
.all {
	width: 680px;

	display: table;
	background-image: url(../gfx/main_bg.png);
	margin-left: 100px;
}
.left {
	width: 5px;
	height: 400px;
	background-image: url(../gfx/fader_l.png);
	background-repeat: no-repeat;
	float: left;
}
.right {
	width: 5px;
	height: 400px;
	background-image: url(../gfx/fader_r.png);
	background-repeat: no-repeat;
	float: right;
}
.main {
	width: 670px;
	float: left;
}
.head {
	width: 670px;
	height: 185px;
	background-image: url(../gfx/Head.jpg);
}
.body {
	width: auto;
	height: auto;
	background-color: #f1f1f1;
	color: #000;
}
.foot {
	width: 680px;
	height: 20px;
	background-image: url(../gfx/foot.png);
	background-repeat: no-repeat;
	clear: both;
}
.footlink {
	border-top: 1px solid #F1DCC1;
	padding: 4px;
	margin: 4px;
	width: 100%;
	text-align: center;
}
.offers {
	width: 100%;
	margin-top: 5px;

}
.offerHead {
	border-bottom: 1px solid #ddd ;
	background: url(../gfx/Border.gif) bottom;
}
.offerList {
	border-bottom: 1px solid #eee;
}