* {
	margin: 0 auto;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
}

html {
	text-align: center;
	background: #cfeeed;
}

#container {
	width: 760px;
	height: 461px;
	text-align: center;
	margin-top:28px;
	position:relative;
}

a{
	color:#669999;
	text-decoration:underline;
	display:inline;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
}

/************ Header ************/
#header {
	width: 760px;
	height: 94px;
	background: url(../images/background/t_header_v3.jpg) no-repeat;
}

/************ Common ************/
#right{
	background:red;
	width:520px;
	height:342px;
	float:left;
	background:url(../images/background/bg_default.jpg);
	overflow:hidden;
}

#right #text{
	width:430px;
	float:left;
	height:216px;
	text-align:left;
	padding-left:20px;
	padding-top:16px;
}

#right #text p{
	text-align:left;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:16px;
}

#right #text h1{
		font: bold 18px Verdana, Arial, Helvetica, sans-serif;
		color:#000033;
		text-align:left;
}

#right #text h2{
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
		color:#000033;
		text-align:left;
}

#right #text h3{
		font: bold 14px Verdana, Arial, Helvetica, sans-serif;
		color:#000033;
		text-align:left;
}

#right #text .note{
		font: italic 10px Verdana, Arial, Helvetica, sans-serif;
		color:#000033;
		text-align:left;
}

/************ Home Page ************/
#home{
	background:url(../images/background/bg_home.jpg) no-repeat;
	width:760px;
	height:316px;
	padding-top:50px;
}

/************ Flash Menu *************/

#menu-home{
	float:left;
	display:block;
	width:326px;
	height:136px;
	background:none;
}

/************ What is heartburn background ************/
#left-whats{
	width:240px;
	height:366px;
	float:left;
	background:url(../images/background/bg_whats.jpg) no-repeat;
	overflow:hidden;
}

/************ Cause and Effect background ************/

#left-cause{
	width:240px;
	height:366px;
	float:left;
	background:url(../images/background/bg_cause.jpg) no-repeat;
	overflow:hidden;
}
/************ Preventions tips background ************/
#left-prevention{
	background:red;
	width:240px;
	height:366px;
	float:left;
	background:url(../images/background/bg_prevention.jpg) no-repeat;
	overflow:hidden;
}

/************ The Solution background ************/
#left-solution{
	background:red;
	width:240px;
	height:366px;
	float:left;
	background:url(../images/background/bg_solution.jpg) no-repeat;
	overflow:hidden;
}

/************ Legal, Privacy and Contact Us background ************/
#left-generic{
	background:red;
	width:240px;
	height:366px;
	float:left;
	background:url(../images/background/bg_generic.jpg) no-repeat;
	overflow:hidden;
}

