/* Migraine Headaches */
/* authored by GilbertStudios */
/* all main styles - wrapper, migraineHeadache, h1, oneMigraine, twoMigraine, h2 and painRelief, headacheTreatment, headacheSpecialist, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	background: #D9D487;
	min-width: 720px;
	text-align: center;
}
a {
	color: #006634;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #80B26A;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 720px;
	_overflow: hidden;
	text-align: left;
}
#migraineHeadache {
	width: 720px;
	background: #FFF;
	border: 2px solid #006634;
	border-top: 2px solid #B2CF70;
	border-left: 2px solid #80B26A;
}
h1 {
	width: 720px;
	_overflow: hidden;
	font-size: 12px;
	text-align: center;
}
h1 a {
	display: block;
	height: 42px;
	line-height: 42px;
	background: #B2CF70;
}
h1 a:hover {
	color: #006634;
	text-decoration: none;
}
p {
	margin: 7px 0px;
	line-height: 18px;
}
p#oneMigraine {
	margin: 15px 0px;
	font-size: 27px;
	text-align: center;
	line-height: normal;
	color: #85463A;
}
p#twoMigraine {
	margin: 10px 0px;
	font-size: 19px;
	text-align: center;
}
h2 {
	margin: 25px 0;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #80B26A;
}
h2 span#painRelief {
	font-size: 19px;
	font-weight: normal;
	color: #006634;
}
h3 {
	margin: 15px 10px 15px 25px;
	font-size: 17px;
	font-weight: normal;
	color: #85463A;
}
#migraineHeadache ul {
	margin: 10px 20px 10px 35px;
}
#migraineHeadache ul li {
	margin: 10px 5px;
}
#migraineHeadache img {
	margin: 0 20px 10px 20px;
	float: right;
	border: 0;
}
#content img.border {
	border: 1px solid #85463A;
}
.clear {
	clear: both;
}
p#headacheTreatment {
	margin: 21px 0px;
	font-size: 17px;
	text-align: center;
	line-height: normal;
	color: #006634;
	text-decoration: underline;
}
p#headacheSpecialist a {
	margin: 21px 0 11px 20px;
	font-size: 13px;
	line-height: normal;
	color: #85463A;
}
#footer {
	width: 720px;
	text-align: center;
	font-size: 12px;
	color: #006634;
}
p#design {
	font-size: 11px;
	color: #006634;
}
#subFoot {
	font-size: 10px;
	line-height: 13px;
	color: #666;
	text-align: justify;
}
#footer abbr {
	border: 0;
	text-decoration: none;
}

