html{
  /*padding: 0.1px;*/
  padding-top:10px;
  margin:0px;
	}
body{  
  background-color:#373747;
  font:normal 8pt/16pt Arial;
  font-size:100.01%;
  text-align:center;
  /*background-image:url(img/moonpaper.jpg);
  background-repeat:repeat-y;
  background-position:right;*/
  }
A,A:ACTIVE,A:FOCUS,A:VISITED{
	text-decoration : none;
	color : #000000;
	}
/*the divs*/
#Top_Left_Corner{
  z-index:29;
  position:fixed;
  top:0px; left:0px; width:110px; height:45px;
	background-color:#eeeeee;
  padding-right:20px;
  border:3px solid #222222; border-bottom-right-radius:6em; border-top-right-radius:3em;
	-moz-opacity:0.9;
	opacity:.90;
	filter:alpha(opacity=90);
  /*text-align:right;
  float:left;*/
  }
 #BoxPacker{/*keeping everything packed left*/
  z-index:3;
  min-width:410px; max-width:800px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  margin-left:13%;  
  background-color:#B7B7B7;
  text-align:left;
  border:1px solid #222222; border-bottom-left-radius:0em; border-bottom-right-radius:1em; border-top-left-radius:1em; border-top-right-radius:1em;
	-moz-opacity:0.9;
	opacity:.90;
	filter:alpha(opacity=90);
  }  
#Lane_Logo{
  min-width:400px;
  background-color:#eeeeee;
  text-align:right;
  margin-top:13px;
  padding-top:3px; padding-bottom:3px;
  border:3px solid #222222; border-radius:9em; border-top-right-radius:8em; border-bottom-left-radius:0em;
}
#Logo{
	min-width:250px;
  font:normal bold 22pt Arial;
  color:#f6f6f8;
  z-index:10;
  padding:0px;
  margin-right:50px; 
  }
#Separatorbar_Pictures{
  min-width:400px;
	text-align:left;
  font-size:15px;
	padding-top:1px; padding-left:10px; padding-right:0px;	padding-bottom:0px;
	margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px;
  /*border: 0px solid #225588;
  background-color:#225588;*/
  z-index:9;
  }
#Lane_Pictures1{
  text-align:left;
  min-width:400px;
	margin-top:1px; margin-left:0px; margin-right:0px;
	padding-top:10px; padding-left:0px; padding-right:0px; padding-bottom:10px;
  z-index:11;
  border:3px solid #222222; border-radius:2em; border-top-right-radius:2em; border-top-left-radius:0em; border-bottom-left-radius:2em;
	background-color:#eeeeee;
  /*opacity: .5;background-image:url(img/moonpaper.jpg);*/
  }
#Pic_Frame{
  /*float:left;*/
  text-align:center; width:196px; min-width:196px;
	margin-top:1px; margin-left:0px;
	padding-top:0px; padding-left:0px;
  border:3px solid #222222; border-radius:5em;
  z-index:11;
	background-color:#225588;
  /*opacity: .5;*/
  }
#Separatorbar_Music{
  min-width: 400px;
	text-align:left;
  font-size:15px;
	padding-top: 1px;	padding-left: 10px;	padding-right: 0px;	padding-bottom: 0px;
	margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
  /*border: 0px solid #225588;
  background-color:#225588;*/
  z-index:9;
  }
#Lane_Music1{
  overflow:hidden;
  text-align:center;
  min-width:400px;
	margin-top:1px; margin-left:0px;
  padding-top:10px; padding-left:0px;
  border:3px solid #222222; border-radius:2em; border-bottom-left-radius:0em;
  z-index:11;
	background-color:#225588;
  }
#SongBox{
  font-size:15px;
  line-height:1.6em;
  text-align:center;
	padding-top:10px;
	padding-bottom:10px;
  z-index:20;
  }
#SongBox a { color:#f6f6f8; text-decoration:none; cursor:crosshair; }
#SongBox a:hover { color:#EE2916; cursor:crosshair;}
#Separatorbar{
  min-width:400px;
	text-align:left;
  font-size:15px;
	padding-top:1px; padding-left:10px;	padding-right:0px; padding-bottom:0px;
	margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px;
  /*border: 0px solid #225588;
  background-color:#225588;*/
  z-index:9;
  }
#Lane_News{
  min-width:400px;
	text-align:right;
  font-size:11px;	font-weight:lighter;
	color:#000000;
	padding-top:5px; padding-left:0px; padding-right:0px; padding-bottom:1px;
	margin-top:1px; margin-left:0px; margin-right:0px; margin-bottom:1px;
	background-color:#eeeeee;
  border:3px solid #222222; border-radius:2em; border-top-right-radius:2em; border-bottom-left-radius:0em;
  }
#News_Text{
  padding-right:10px;
  }
#button_mail{
  position:relative; top:17px; left:17px;
  float:left;
  width:181px; height:85px;
  background-image:url(img/Button_Mail.png); background-repeat:no-repeat; background-position:0px 0px;
  margin-top:0px;
  z-index:28;
  }  
#designContentBottom{
	padding-top:10px; padding-left:5px;
  margin-top:15px; margin-left:5px; margin-right:0px; margin-bottom:5px;
	}
  
/*Needed for the function of LightBox*/  
.leightbox {
	color:#333;
	display:none;
	position:absolute;	top:25%;	left:25%; width:50%; height:50%;
	padding:1em;
	border:1em solid #225588;
	background-color white;
	text-align:left;
	z-index:1002;
	overflow:auto;	
}

#overlay{
	display:none;
	position:absolute; top:0;	left:0;	width:100%;	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 98%;  /*Set to gallery width, in px or percentage */
/*height: 185px; /* Set to gallery height 
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60); */
}

/* End Gallery Styles */