h1
{
	color: #d00;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px; 
	
	margin: 0;
	padding: 0;
}

h2
{
	color: #666;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;

	margin: 0;
	padding: 0;
}

#datethingie
{
	width: 175px;
	height: 43px;
	float: right;
	position: absolute;
	top: -18px;
	right: 100px;
	
	background: url(images/date.gif) no-repeat;
	
	padding-top: 10px;
	
	color: #fff;
	font-family: Verdana;
	font-size: 21px;
	font-weight: bold;
	
	text-align: center;
}

#main
{
	width: 748px;
	margin: 0 auto;
}

#content
{
	background: url(images/bg_middle.gif) repeat-y;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
}

#footer
{
	background: url(images/bg_bottom.gif) no-repeat;
	height: 38px;
}

.offerList
{
	text-align: left;
	vertical-align: top;
}

.offerList td
{
	color: #666;
	font-family: Arial;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}

.offerList a
{
	color: #666;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.blueTitle
{
	background-color: #68cff2;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	width: 220px;
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

.xLnk
{
	display: block;
	color: #666;
	border-bottom: 1px solid #666;
	text-decoration: none;
	padding-left: 20px;
}

.separator_bar
{
	height: 15px;
	background: url(images/line.gif) repeat-x;
}

.ptl
{
	background: #fffd7f url(images/ptl.gif) no-repeat top left;
}

.ptr
{
	background: url(images/ptr.gif) no-repeat top right;
}

.pbl
{
	background: url(images/pbl.gif) no-repeat bottom left;
}

.pbr
{
	background: url(images/pbr.gif) no-repeat bottom right;
	padding: 10px;
	
	text-align: right;
	font-family: Arial;
	font-size: 13px;
	
	color: #333;
}

.ptriangle
{
	width: 23px;
	height: 36px;
	float: right;
	right: 25px;
	position: relative;
}

.questions
{
	text-align: left;
	margin: 0 0 0 auto;
	font-size: 0.75em;
	color: #555;
	white-space: nowrap;
}