body {
	  font-family: Arial, Helvetica, sans-serif;
	  background-color:#000000;
	  color: #FFFFFF;
	  font-size:small;
	  margin-top:182px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:larger;
	color: #CC0000;
	font-weight:bold;
}

div.wrapper {
	width:975px;
}

div.shows {
	width:975px;
	text-align:left;
}

td#main {
	width:700px;
	text-align:left;
	vertical-align:top;
}

td#rightpanel {
	width:275px;
	text-align:right;
	vertical-align:top;
}

div.footer {
	color: #999999;
	font-size: x-small;
	text-align:center;
}
div#menu {
	text-align: right;
	font-size:medium;
	width:950px;
	font-family:Verdana, Geneva, sans-serif;
	bottom:0px;
}
div#menu a {
	color:#CCC;
	text-decoration:none;
}
div#menu a:hover {
	color:#FFF;
	text-decoration:underline;
}
div#topbanner {
	width:975px;
	height:182px;
	background-image:url(../images/shampouing_topbanner.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000;
	position:fixed;
	top:0px;
	z-index:1000;
}
a:link {
	color: #4285BB;
}
a:visited {
	color: #4285BB;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF0000;
}
