* {
	margin: 0;
	padding: 0;
} 

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdan, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	background-image: url('background.gif');
	background-repeat: repeat-x;
	background-color: #dadada;
}

img {
	border: none;
}

#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 950px;
	overflow: hidden;
}

#facebook-container {
	margin-top: 10px;
}

#facebook {
	height: 24px;
	float: right;
	color: #fff;
	font-size: 10px;
}

#facebook a:link {
	color: #d2d2d2;
	text-decoration: underline;
}

#facebook a:visited {
	color: #d2d2d2;
	text-decoration: underline;
}

#facebook a:hover {
	color: #fff;
	text-decoration: underline;
}

#facebook a:active {
	color: #000;
	text-decoration: underline;
}

#header {
	margin: 81px 0 0 10px;
	height: 500px;
	padding: 0;
}

#headerimage {
	width: 300px;
	height: 500px;
	margin: 0 20px 0 0;
	float: left;
}

#headerright {
	width: 620px;
	float: left;
	margin: 0;
}

#logo {
	width: 390px;
	float: left;
	margin: 0;
}

#buyonline {
	width: 230px;
	float: left;
	margin: 0 -10px 0 0;
}

#benefits {
	height: 90px;
	padding: 0;
	margin: 0 -20px 0 0;
}

#introcopy {
	margin: 40px 10px 0 0;
}

#relief {
	padding: 22px 0;
	margin: 0 10px 0 0;
	text-align: center;
}

#maincontent {
	background-image: url('mainpanel_middle.gif');
	background-repeat: repeat-y;
	margin: 0 10px 0 0;
	padding: 15px 30px;
}

#maincontentleft {
	width: 420px;
	float: left;
	margin: 0 40px 0 0;
}

#maincontentright {
	width: 420px;
	float: left;
	margin: 0;
}

#footer {
	background-color: #606060;
	background-image: url('footer_background.gif');
	background-repeat: repeat-x;
	height: 50px;
	margin: 34px 0 0 0;
	padding: 15px 0 0 0;
	text-align: center;
}

h1 {
	font-size: 35px;
	font-weight: normal;
	color: #979492;
	margin: 15px 0 0 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #00927b;
	margin: 5px 0 0 0;
	font-style: italic;
}

h2.relieftype {
	font-size: 30px;
	font-weight: normal;
	color: #606060;
	margin: 0;
	font-style: normal;
}

h3 {
	font-size: 18px;
	color: #ffffff;
	margin: 0 0 4px 0;
}

h3.green {
	font-size: 18px;
	color: #00927b;
	margin: 18px 0 10px 0;
}

h3.green:first-child {
	margin: 0 0 10px 0;
}

p {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px 0;
}

p.main {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 4px 0;

}

.panel {
	width: 190px;
	height: 75px;
	background-image: url('panel_background.gif');
	background-repeat: no-repeat;
	padding: 15px 15px 0 15px;
	text-align: center;
	margin: 0 0 0 20px;
	display: inline;
	float: left;
}

.panel:first-child {
	margin: 0;
}

.paneltext {
	color: #d2d2d2;
	font-size: 12px;
	line-height: 15px;
}

.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.red {
	color: #e3002e;
}

.footertext {
	color: #d2d2d2;
	font-size: 10px;
}

a:link {
	color: #d2d2d2;
	text-decoration: none;
}

a:visited {
	color: #d2d2d2;
	text-decoration: none;
}

a:hover {
	color: #e3002e;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

a.rollover {
	display:block;
	width: 230px;
	height: 243px;
	background: url('buy_online.gif') 0 0 no-repeat;
}

a.rollover:hover { 
	background-position: 0 -243px;
}