*{margin:0;padding:0;}

body {
min-width: 760px;
max-width: 1200px;
margin-top: 10px;
margin-bottom: 10px;
background: #3D79B1;
}

#border-outter {
border: 1px solid #FFFFFF;
width: 956px;
margin-left : auto;
margin-right : auto;
margin-bottom: 0px;
}

#border-inner {
border: 2px solid #3D79B1;
width: 952px;
margin-left : auto;
margin-right : auto;
margin-bottom : 1px;
margin-top : 1px;
}

#fixcenter {
width: 950px;
background: #FFFFFF;
color: #000000;
margin: auto;
}

#header {
background: #FFFFFF;
width: 950px; 
height: 110px;
margin-left: auto;
margin-right: auto;
}

#leftColumn {
background: #FFFFFF;
float: left;
width: 185px;
margin-top: 20px;
margin-right: 5px;
margin-left: 5px;
display: inline; /*fix double margin bug in IE6 with float added above*/
}

#main {
background: #FFFFFF;
float: right; /*set float on #main*/
display: inline; /*fix double margin bug in IE6 with float added above*/
margin-right: 20px;
margin-top: 20px;
margin-bottom: 10px; /*added this*/
width: 710px;
}

p {
font-family: arial, verdana;
font-size: 12px;
color: #000000;
margin-bottom: 10px;
text-align: justify;
}

h1 {
font-family: verdana;
font-size: 14px;
color: #000000;
font-weight: bold;
font-style: italic;
text-align: center;
margin-bottom: 8px;
margin-top: 15px;
}

h2 {
font-family: verdana;
font-size: 12px;
color: #0066CC;
text-align: center;
margin-bottom: 25px;
}
 
.double {
border-style: double;
color: #6666FF;
}

.text {
font-family: verdana;
font-size: 12px;
color: #000000;
}

.infobox {
border-right: 1px solid #000000;
}

.infoboxright {
border-left: 1px solid #000000;
}

.list {
font-family: arial, verdana;
font-size: 12px;
color: #000000;
list-style-image: url(http://www.fibromyalgia411.info/images/bluebullet.gif);
text-indent: 0px;
margin-left: 0px;
padding-bottom: 10px;
text-align: justify;
}

.list li{
padding-bottom: 8px;
}

.section {
font-family: arial, verdana;
font-size: 14px;
text-align: center;
color: #3D79B1;
}

.term {
font-family: arial, verdana;
font-size: 12px;
color: #6666FF;
font-weight: bold;
text-align:left;
}

.defin {
font-family: arial, verdana;
font-size: 12px;
color: #000000
}

.text1 {
font-family: arial, verdana;
font-size: 12px;
text-align: right;
font-weight:bold;
color: #3D79B1;
}

.text {
font-family: arial, verdana;
font-size: 12px;
text-align: justify;
color: #000000;
}

.hr {
margin: 30px 0px 30px 0px;
text-align: center;
color: #DBDBDB;
width: 100%;
}

.hr2 {
margin: 20px 0px 20px 0px;
}

.product-images {
margin: 0px 10px 10px 10px;
border: none;
}

#footer {
clear: both;
width: 950px;
padding: 15px 0px 3px 0px; 
}

#footer p { /*added this new rule for the p tag*/
font-family: arial;
font-size: 12px;
color: #666666;
text-align:justify;
}

#footer a {
font-family: arial;
font-size: 12px;
color: #666666;
text-align: left;
}

A:link {
color: #6666FF;
font-size: 12px;
font-family: arial, verdana;
}

A:hover {
color: #CC3366;
font-family: arial, verdana;
}

A:visited {
color: #666600;
font-size: 12px;
font-family: arial, verdana;
}

.menu {
width: 175px;
}

.menu ul {
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.menu li a {
color: #6666FF; 
background: #FFFFFF;
text-decoration : none;
text-align: left;
height: 15px;
line-height: 15px;
margin: 1px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 15px;
display: block;
}

* html .menu a {
height: 1px;
}

.menu li a:visited {
color: #666600;
}

.menu li a:hover {
color: #6666FF !important; 
display: block;
padding-top: 2px; 
padding-bottom: 2px; 
text-decoration: none;
background: #FFFFFF url(images/menu-arrow.jpg) center center repeat-x;
}