*
{
	padding: 0;
	border-width: 0;
	border-style: none;
	margin: 0;
}

body
{
	font: 59%/1.5 verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	color: #6E6E6E;
	padding: 0;
	margin: 2em;
	background-color: #232323;   /* was 3C3C3C */
}

a:link { color: #6E6E6E; }
a:visited { color: #6E6E6E; }
   /*  a:hover { color: #6E6E6E; }  */   
a:active { color: #6E6E6E; }

#container
{
	width: 85em;
	height: 53.6em;
	text-align: left;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: auto;
	background-color: black;
	border-color: black;
	border-width: 1px 0 1px 0;
	border-style: solid;
	padding: 0;
}

#wandling
{
	width: 26%;
	position: relative;
	top: 1em;
	left: 1.65em;
}

#tagline
{
	position: absolute;
	top: 1.7em;
	left: 25.6em;
}

#content
{
	clear: left;
	background-color: #141414;
	position: absolute;
	top: 17em;
	left: 0;
	margin: 0;
	padding: 0;
	height: 17em;
	width: 100%;
}

#content a {
	text-decoration: none;
}


#left, #right
{
	color: #8C0000;
	font-size: 1.5em;
	padding: .5em 0 2em 0;
}

#left
{
	margin: 0 -.25em 0 .4em;
	position: absolute;
	top: 4.3em;
}

#right
{
	margin: 0;
	position: absolute;
	top: 4.3em;
	right: .45em;
}

#left:hover, #right:hover { color: #E10032; }

#box_left
{
	height: 17em;
	width: 2.1em;
	position: absolute;
	top: 0;
	left: 0;
	border-right: #333333;
	border-width: 0 1px 0 0;
	border-style: solid;
}

#box_right
{
	height: 17em;
	width: 2.15em;
	position: absolute;
	top: 0;
	right: 0;
	border-left: #333333;
	border-width: 0 0 0 1px;
	border-style: solid;
}

#logo
{
	height: 17em;
	width: 8em;
	position: absolute;
	top: 0;
	left: 2.2em;
}
  
#sample1
{
	height: 15em;
	position: relative;
	top: 1em;
	left: 26em;
}

#sample2
{
	height: 15em;
	position: relative;
	top: 1em;
	left: 29em;
}

#sample3
{
	height: 15em;
	position: relative;
	top: 1em;
	left: 28.65em;
}

#text
{
	width: 16em;
	display: inline;
	position: absolute;
	top: .7em;
	left: 66em;
	letter-spacing: .1em;
}

#hang
{
	position: absolute;
	top: 0;
	left: -.6em;
}
  
#bigtext
{
	width: 40em;
	display: inline;
	position: absolute;
	top: .2em;
	left: 30.7%;
	color: #CC0033;
	font-size: 1.3em;
	text-decoration: none;
	line-height: 2.1em;
}

.check { color: #999999; }

/*  Dropdown menu code below (c) Patrick Griffiths, http://www.htmldog.com/articles/suckerfish/  */   

#nav
{
	position: absolute;
	bottom: -1px;
	left: 1em;
}

#nav, #nav ul
{
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.2;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 .9em;
	background-color: transparent;	/*  nav links bkgd  */
}

#nav a
{
	display: block;
	width: 11.7em;			/*  for IE 5.x  */
	w\idth: 11.7em;			/*  for other browsers  */
	text-decoration: none;
	padding: 0.25em 0em 1.1em 0em;
	text-align: left;
	margin: 0 0 0 .4em;
}

#nav li
{
	float: left;
	padding: 0;
	width: 11.7em;			/*  for IE 5.x  */
	w\idth: 11.7em;			/*  for other browsers  */
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: transparent transparent transparent #990000;	   /*  button borders  */   
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.7em;			/*  for IE 5.x  */
	w\idth: 11.7em;			/*  for other browsers  */
	font-weight: normal;
	border-width: 0; 
	margin: 1px 0 0 0;
}

#nav li li {
	padding: 0.25em 0em 0em 0em;	 
	width: 11.7em;			/*  for IE 5.x  */
	w\idth: 11.7em;			/*  for other browsers  */
	border-width: 0;
	border-style: solid;
	border-color: transparent transparent transparent transparent;	   /*  button borders  */   
}

#nav li ul a {
	width: 11.7em;			/*  for IE 5.x  */
	w\idth: 11.7em;			/*  for other browsers  */
	text-align: left;	
	padding: 0.2em 0em 0.6em .2em; 
}

#nav li ul ul {
	margin: -1.75em 0 0 0;	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover
{
	background-color: transparent;	
}	

#nav a:hover, #nav a.sfhover { color: #F0F0F0; }	


/*  Dropdown menu code above (c) Patrick Griffiths, http://www.htmldog.com/articles/suckerfish/  */   

/*  nav bar rules below - Ray Wandling  */   

#nav li#e, #nav li #ea, #nav li #d, #nav li #da, #nav li #du, #nav li #d1, #nav li #d2, #nav li #d3 , #nav li #d4 , #nav li #d5 , #nav li #d6, #nav li #d7  { 
	width: 14.7em;			/*  for IE 5.x  */
	w\idth: 14.7em;			/*  for other browsers  */
}

#nav li #e a, #nav li #ea a, #nav li #eu a, #nav li #d a, #nav li #da a , #nav li #du a { 
	width: 14.7em;			/*  for IE 5.x  */
	w\idth: 14.7em;			/*  for other browsers  */
}

#e
{
	position: absolute;
	left: 38.4em;
}

.one
{
	position: absolute;
	bottom: 2.3em;
	left: 0;
	background-color: transparent;	/*  nav links bkgd */
}

.two
{
	position: absolute;
	bottom: 3.9em;
	left: 0;
	background-color: transparent;	
}

.three
{
	position: absolute;
	bottom: 5.6em;
	left: 0;
	background-color: transparent;	
}

.four
{
	position: absolute;
	bottom: 7.3em;
	left: 0;
	background-color: transparent;	
}

.five
{
	position: absolute;
	bottom: 9em;
	left: 0;
	background-color: transparent;	
}

.six
{
	position: absolute;
	bottom: 10.6em;
	left: 0;
	background-color: transparent;	
}

.seven 
{
	position: absolute;
	bottom: 12.3em;
	left: 0;
	background-color: transparent;	
}

#column5, #column6, #end_rule 
{
	text-decoration: none;
	padding: 0.25em 0em 0.9em .4em;
	text-align: left;
	margin: 0 0 0 .4em;
	color: #999999;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: transparent transparent transparent #990000;	   /*  button borders  */   
}

#column5 { 
	width: 14.7em;
	w\idth: 14.7em;
	position: absolute;
	left: 54.5em;
	bottom: -1px;
}

#column6 { 
	width: 17em;
	w\idth: 17em;
	position: absolute;
	left: 68em;
	bottom: -1px;
}

.selections
{
	text-decoration: none;
	padding: 0 .2em 0 .4em;
	color: #CCCCCC; 
}

.selections:hover {color: white } 


#end_rule { 
	width: 1.9em;
	w\idth: 1.9em;
	position: absolute;
	right: 0;
	bottom: -1px;
}










