body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana,;
	font-size:x-small;	
	cursor:url(http://www.1nd3x.com/images/devilhand.ani);
}

.help { cursor: help }
.pointer { cursor: pointer }
.wait { cursor: wait }
.crosshair { cursor: crosshair }
.move { cursor: move }
.devil { cursor:url(http://www.1nd3x.com/images/devilhand.ani),auto }

/* menu */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px;
	font-family: Verdana;
}

ul li {
	position: relative;
	width:150px;
}
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:150px;	
	width:150px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: relative;
	display:none;
}
li ul li {
	width:150px;
	border-left:10px;
	border-color: #D8FF00;
}

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #777;
	background: #ffffff; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px
}
li li a {background:#f8f8f8}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #777;
   background-color: #f8f8f8;
}

/* this sets all hovered lists to green */
li a:hover,
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   background-color: #D8FF00;
}

li ul li  {  } /* Sub Menu Styles */
 li.on ul { display:block  } /* The magic */
li.off ul{display:none}

/* fine menu */




/* layout */

#header {
	border-bottom: 1px dotted #B2BCC6;
	height:30px;
	background-color:#fff;
}

#page{
background-color:#fff;
overflow:hidden;
font-size:100%;
}

#menu{
	top:31px;
	width:200px;
	float:left;
}

#content {
	top: 40px;
	float:right;
	left:250px;
	padding: 10px;
	overflow:auto;
	position:absolute;
}

#back {
	width: 250px;
	height: 15px;
	font: 70%;
	left: 20px;
	top: 20px;
	margin: auto;
	clear: right;
	font-family:Arial, Helvetica, sans-serif;
}



/* gallery */



.gall
{
	float: left;
	width: 750px;
	margin-left:10px;
	margin-right:0px;
	padding-bottom:20px;
}


.gallbox {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #333333;
	background-image: url(/images/bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 180px;
	padding: 4px;
}

.gallbox200 {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #333333;
	background-image: url(/images/bg200x300.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 318px;
	width: 218px;
	padding: 4px;
}


.box100 {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #333333;
	background-image: url(/images/bg120.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 120px;
	padding: 4px;
}

.box270x220 {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #333333;
	background-image: url(/images/bg270x220.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 270px;
	padding: 4px;
}

.box300 {
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
	color: #333333;
	width: 300px;
	padding: 4px;
}

.gall900
{
	float: left;
	width: 900px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:20px;
}

.freebox {
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
	color: #333333;
	padding: 4px;
}

.gall img {
	display: block;
	border: 1px solid #f8f8f8;
}


/*txt*/
a.link {color: #000000;text-decoration: none;font-weight: normal; font-family:Arial, Helvetica, sans-serif;padding: 5px;}
a.link:visited {color: #999999;text-decoration: none;font-weight: normal;font-family:Arial, Helvetica, sans-serif;padding: 5px;}
a.link:active {color: #333333;text-decoration: underline;font-weight: normal;font-family:Arial, Helvetica, sans-serif;padding: 5px;}
a.link:hover {color: #FF3366;text-decoration: underline;font-weight: normal;font-family:Arial, Helvetica, sans-serif;padding: 5px;}

.normal {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
}

.capitals{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999;
text-transform:capitalize;
text-transform:uppercase;
text-decoration:none;
}

