body {  font-family: Arial, Helvetica, sans-serif; color: green; background-color: #000000;
background-image: url(images/sickback.jpg); font-size: 100%; font-weight: normal; text-align:center;}

p {  font-size: 84%; color: #009933; font-weight: normal; text-align: left}
h1 {  font-weight: bold; font-size: 114%; color: #009933; text-decoration: none}
h2 {  color: #999999; font-size: 110%; font-weight: bold}
.small {  font-size: 70%; text-align: center}
a {  color: #9966CC; padding:1px;}
a:hover { color: #000000; text-decoration: underline; padding:1px; background-color: #009933;}

/* ------------------------------------------------------------------------ content boxes ------- */

#content {
	position:absolute;
	left:50%;
	width:760px;
	margin-top:225px;
	margin-left:-380px;
	text-align:left;
	padding:10px;
	border:0px;
}
#main {float:left; width:520px;}
#sidebar {background: url(images/sideback.jpg); width:197px; margin-left:540px;}
html>body #sidebar {width:200px;}

#sidetop {background: url(images/sidetop.jpg) top left no-repeat;
	width: 200px; height: 24px; border:0px;}
#sidetext {padding-left:16px; padding-right:4px;}
#sidebot {background: url(images/sidebot.jpg) top left no-repeat;
	width: 200px; height: 22px; border:0px;}

/* ------------------------------------------------------------------------- footer ------*/
#foot {background: url(images/footerback.jpg);text-align:center;
height:108px; width:750px; border:2px; font-size: 60%; clear:both;}

#foot ul{margin:0; padding:4px;}
#foot li{display:inline; list-style:none; margin:0; padding:4px;}



/* ----------------------------------------------------------------------- TOP MENU ----- */

#menubox {
	position:absolute;
	left:50%;
	width:665px;
	margin-top:0px;
	margin-left:-333px;
	text-align:left;
	padding:0px;
	border:0px;
	background-color:#000000;
}
#sicktop {
        background: url(images/sicktop.jpg) top left no-repeat;
	position: absolute; 
	top: 0px; 
	left: 0px;
        width: 665px;
	height: 41px;
	border:0px;
}
#sickcircle {
        background: url(images/sickcircle.jpg) top left no-repeat;
	position: absolute; 
	top: 41px; 
	left: 173px;
        width: 310px;
	height: 181px;
	border:0px;
}
/* -------------------------------------------------------------- menu link images --- */

#leftbox {
        background: url(images/leftbox.jpg) top left no-repeat;
	position: absolute; 
	top: 87px; 
	left: 0px;
        width: 173px;
	height: 99px;
	border:0px;
        padding:18px;
}
#rightbox {
        background: url(images/rightbox.jpg) top left no-repeat;
	position: absolute; 
	top: 87px; 
	left: 483px;
        width: 182px;
	height: 99px;
	border:0px;
        padding:10px;
}

#home a{
	background: url(images/homeoff.gif) top left no-repeat;
	position: absolute; 
	top: 41px; 
	left: 6px;
        width: 61px;
	height: 45px;
	display:block;
}
#home a:hover {
	display:block;
	background: url(images/homeon.jpg) top left no-repeat;
}
#bios a{
	background: url(images/biosoff.gif) top left no-repeat;
	position: absolute; 
	top: 41px;
        left: 76px;
        width: 49px;
	height: 45px;
	display:block;
}
#bios a:hover {
	display:block;
	background: url(images/bioson.jpg) top left no-repeat;
}
#media a{
	background: url(images/mediaoff.gif) top left no-repeat;
	position: absolute; 
	top: 41px; 
	left: 136px;
        width: 55px;
	height: 45px;
	display:block;
}
#media a:hover {
	display:block;
	background: url(images/mediaon.jpg) top left no-repeat;
}
#stuff a{
	background: url(images/stuffoff.gif) top left no-repeat;
	position: absolute; 
	top: 41px; 
	left: 479px;
        width: 93px;
	height: 45px;
	display:block;
}
#stuff a:hover {
	display:block;
	background: url(images/stuffon.jpg) top left no-repeat;
}
#links a{
	background: url(images/linksoff.gif) top left no-repeat;
	position: absolute; 
	top: 41px; 
	left: 590px;
        width: 61px;
	height: 45px;
	display:block;
}
#links a:hover {
	display:block;
	background: url(images/linkson.jpg) top left no-repeat;
}


/* -----------------------------------------------------------------DHTML GALLERY STUFF ------- */

#showimage{
position:absolute;
visibility:hidden;
border: 2px solid green;
background-color: #000000;
padding: 4px;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #000000;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
#gallery img {  margin: 10px; border:0px; padding:0px;}


/* ------------------------------------------------------------------ other ------- */
#line {background: url(images/line.jpg) top left no-repeat; width: 459px; height: 13px;
  border:0px; clear:both; position:relative;margin-left: auto; margin-right: auto;}

hr{visibility:hidden; clear:both;}

.left{padding: 2px; float: left;}
