html,body {min-height: 100%;}
body { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { background-color: #969696; background-image: url(/acupuncture_images/bg.jpg); background-repeat: repeat-x; background-position: left top; word-wrap: break-word; }

#wrapper { padding: 10px; }
#wrapper #site { background-color: white; width: 970px; margin-right: auto; margin-left: auto; padding: 10px; border: solid 1px #caa; }
#wrapper #site div {}

#wrapper #site #header { text-align: center; }
#wrapper #site #header img {}

#wrapper #site #body {}
#wrapper #site #body .bodyText { color: #404040; font-size: 13px; padding: 20px 20px 0; }
#wrapper #site #body h1 { color: #537bf3; padding-bottom: 10px; border-bottom: 1px dotted #537bf3; }
#wrapper #site #body p {}
#wrapper #site #body form { color: #b9b9b9; }
#wrapper #site #body form fieldset { background-color: #f9f9f9; margin: 20px; border: groove 2px #d4d4d4; }
#wrapper #site #body form fieldset legend { color: #52d75b; font-size: 15px; }
#wrapper #site #body form ul { list-style-type: none; list-style-position: inside; }
#wrapper #site #body form ul li { margin-bottom: 10px; padding-bottom: 10px; }
#wrapper #site #body form label { color: #777; font-size: 14px; display: inline; }
#wrapper #site #body form input { color: #3c3c3c; font-size: 16px; width: 95%; display: inline; }
#wrapper #site #body form textarea { color: #3c3c3c; font-size: 16px; width: 95%; display: inline; }
#wrapper #site #body form select { color: #3c3c3c; font-size: 16px; width: 95%; display: inline; }
#wrapper #site #body form input.norm { color: black; font-size: 12px; width: auto; }

#wrapper #site #footer { color: gray; font-size: 11px; }



