@charset "UTF-8";
/* CSS Document */

html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(http://www.refluxremedy.com/images/green-bg.jpg);
	text-align: center;
}

#top_bg {
	background-image: url(http://www.refluxremedy.com/images/topbarbg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}

#header {
	background-color: transparent;
	background-image: url(http://www.refluxremedy.com/images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}

#container {
	width: 700px;
	background-color: #FFF;
	padding: 25px 50px;
	margin: 0px auto;
	text-align: left;
}

#promo {
	width: 530px;
	margin: 10px auto;
	text-align: center;
	padding: 10px;
	border: 2px solid #000;
}

#promo .text {
	font-weight: bold;
	float: left;
	width: 350px;
	margin-top: 20px;
}

#promo .pic {
	width: 150px;
	float: right;
	margin-left: 10px;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border: none;
}

p {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

ul {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

li {
	margin-left: 30px;
}

h1 {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #F00;
	line-height: 28px;
	padding: 10px 0px 10px;
}

h2 {
	font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	line-height: 24px;
}

.leftimage {
	float: left;
	margin: 5px 10px 5px 5px;
}

.rightimage {
	float: right;
	margin: 5px 5px 10px 5px;
}