

body {
	font-family: arial, helvetica, serif;
	background: #c3a35d url('images/BG.jpg') repeat-x top left;
	padding: 0px;
	margin: 0px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 73px;
	z-index: 5;	
}

#nav li { /* all list items */
	float: left;
	width: 73px; /* width needed or else Opera goes nuts */
	z-index: 5; 	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #6fb69f;
	width: 80px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-width: 0px 1px 1px 2px;
	border-style: solid;
	border-color: #000000;
	z-index: 5; 	

}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 5;
}

a.menu:link {
	display: block;
	width: 76px;
font-size: 11px;
font-face: Arial;
color: #000000;
padding: 2px;
text-decoration: none;
font-weight: normal;
}

a.menu:visited {
	display: block;
	width: 76px;
font-size: 11px;
font-face: Arial;
color: #000000;
padding: 2px;
text-decoration: none;
font-weight: normal;
}

a.menu:hover {
	display: block;
	width: 76px;
font-size: 11px;
font-face: Arial;
color: #000000;
padding: 2px;
background: #FFFFFF;
font-weight: normal;
}

a.menu:active {
	display: block;
	width: 76px;
font-size: 11px;
font-face: Arial;
color: #000000;
padding: 2px;
text-decoration: none;
font-weight: normal;
}

a.footer:link {
font-size: 11px;
font-face: Arial;
color: #000000;
text-decoration: none;
}

a.footer:visited {
font-size: 11px;
font-face: Arial;
color: #000000;
text-decoration: none;
}

a.footer:hover {
font-size: 11px;
font-face: Arial;
color: #000000;
text-decoration: underline;
}

a.footer:active {
font-size: 11px;
font-face: Arial;
color: #000000;
text-decoration: none;
}




a:link {
font-size: 12px;
font-face: Arial;
font-weight: bold;
color: #7a5736;
text-decoration: underline;
}

a:visited {
font-size: 12px;
font-face: Arial;
color: #7a5736;
text-decoration: underline;
font-weight: bold;
}

a:hover {
font-size: 12px;
font-face: Arial;
color: #ae8054;
text-decoration: none;
font-weight: bold;
}

a:active {
font-size: 12px;
font-face: Arial;
color: #7a5736;
text-decoration: underline;
font-weight: bold;
}


table.top {
position: relative; 
margin-top: 20px;
z-index: 2;
}

div.content {
position: relative;
border-width: 1px 1px 1px 6px;
border-style: solid;
border-color: #000000;
text-align: left;
margin: 8px;
padding: 8px;
z-index: 0;
background: #FFFFFF;
overflow: visible;
<?
if ($_GET[top] == "Trance_Masks"){
echo $sizeit;
} else {
echo "width:80%;";
}
?>

}



td.nav {
background-image: url('images/index_06.gif') ;
background-repeat: repeat-x;
background-position: top left;
}

div.footer {
padding: 5px;
margin: 0px;
border-width: 2px 0px 2px 0px;
border-style: groove;
border-color: #000000;

background: #cdbfa0;
text-align: right;
font-family: georgia;
font-size: 10;
}

p.footer {
padding: 0px;
margin: 0px;
border-width: 0px;
border-style: none;
background: #cdbfa0;
text-align: right;
font-family: georgia;
font-size: 11px;
}


img.cc {
border-width: 0px 0px 0px 5px;
border-style: solid;
border-color: #cdbfa0;
float: right;

}

p {
text-align: left;
}

h1 {
text-align: right;
}
h2 {
text-align: center;
background: #000000;
color: #b0e0e6;
padding: 3px;
text-decoration: none;
}
div.tm {
text-align: center;
color: #000000;
padding: 3px;
text-decoration: none;
height: 50px;
font-size: 14px;
font-weight: 900;
font-face: Georgia;
background: #000000;
border-top: 2px solid #db0909;
border-right: 2px solid #db0909;
border-bottom: 2px solid #db0909;
border-left: 2px solid #db0909;
margin-top: 0px;

}
h3.sch {
text-align: center;
background: #cccccc;
border-style: ridge;
border-width: 2px 0px 2px 0px;
width: 70%;
clear: none;
padding: 0px 20px 0px 20px;
}

h3.fav {
text-align: center;
background: #cccccc;
border-style: ridge;
border-width: 2px 0px 2px 0px;
width: 300px;
clear: none;
display: run-in;
padding: 0px 20px 0px 20px;
text-align: left;
}
ul.fav {
padding: 0px 0px 0px 40px;
}

h4 {
text-align: left;
}
h5 {
text-align: left;
}
h6 {
text-align: left;
}

