/* Styles for Do Bugs Need Drugs */
body {
	background: #EEBE4B url(/_images/background.jpg) no-repeat fixed top left;
	font: 1em Arial, Hevitica, "sans serif";
	margin: 0;
	padding: 10px 0 10px 0;
}

/* page layout id and classes needed for layout */

#contain {
width: 95%; margin: 35px 0 0 0;
}

/* currently only used on subpages */
#right {
float:right;width:128px;clear: none; padding: 10% 0 0 0;
}

#main {
background-color:#FF9629;
margin: 0 130px 0 151px;border:2px solid #4D2900; line-height: 1.5em;
}

#germs {
width: 100%;height: 50px; float: left; background: url(/_images/germs.jpg) repeat-x top right;
}
/* IE 6 hates this so it is over ridden in an IE 6 stylesheet */
#pillsbg {
width: 50%;height: 50px; float: left;background: url(/_images/pills.png) no-repeat top right;
max-width: 499px;

}

#content {
padding: 10px 45px 10px 45px;
}

#footercon {
margin: 10px 105px 20px 155px; clear:both;
}
#footer {
float: right; width: 45%; text-align: right;
}

#curve {
position: absolute; top: 190px; left: 120px; z-index: 100;width: 33px; height: 406px;
}

.clear {
clear:both;
}

/* Main navigation styles */
#nav  {
width: 150px;
float: left;margin:50px 0 0 0; padding:0;z-index: 2;position: relative;
}

#nav ul {
font-size: .8em;
background-color: #EBB421;
margin: 0 0 10px 0;
padding: 0;
list-style: none;
list-style-position: inside;
clear: both;
}
#nav ul li {
padding: 0;
margin: 0;
width: 150px;
list-style: none;
display: inline;
}
#nav ul li a, #nav ul li a:link {
font-weight: bold;
width: 138px;
height: 25px;
display: block;
color: #000000;
padding: 7px 5px 0 7px;
margin: 0;
text-decoration: none;
background: #EBB421 url(/_images/button-bg.gif) no-repeat top left;
border-top: 1px solid #4D2900;
border-left: 1px solid #4D2900;
}
#nav ul li a:hover,#nav ul li a:active {
color: #995200;
text-decoration: none;
background: #EBB421 url(/_images/button-bg.gif) no-repeat top left;
}

.dline {
margin: 0;
padding: 0;
}

.menubline {
border-bottom: 1px solid #4D2900;
}

.center {
text-align: center;
}

.small {
font-size: .7em;
}

h1 {
color: #000000;
font-size: 1.3em;
}

h2 {
font-size: 1.2em;
line-height: normal;
}
a:link {
font-weight: bold;
color: #486E94;
}
a:visited {
font-weight: bold;
color: #9933CC;
}
a:hover {
color: #A625BC;
}

.langlink {
float: right; font-size: 12px; width: 100px;text-align: right;
}

/* parent guid table of contents */
.pgtoc {
border: 8px solid #ffd43a; padding: 7px; margin: 10px; float: right; width: 180px;
}

.pgtoc ul {
list-style: none; margin: 0;padding: 0;
}

.pgtoc ul li {
margin: 0 0 5px 0; padding: 0;
}


/* add some extra space after li in the main content */
#content li {
margin-bottom: 10px;
}

/* from original stylesheet */
.bolditalics {
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
        font-style : italic;
}

.italics {
	font-family : Arial, Helvetica, sans serif;
        font-style : italic;
}

.bold {
	font-family : Arial, Helvetica, sans serif;
	font-weight : bold;
}
.tw {
	font-family : Arial, Helvetica, sans serif;
	line-height: normal;
	font-size : 8pt;
}

.twcenter {
	font-family : Arial, Helvetica, sans serif;
	font-size : 8pt;
	line-height: normal;
	text-align : center;
}

