@charset "UTF-8";
/* CSS Document for my Self-Portriat Website */
header, section,footer, aside, nav, article, figure {
	display: block;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
  #centeringDiv {
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: thick dashed #D08661;
	background-image: url(../Images/background-gray-lc.gif);
}
#Header {
	position: absolute;
	width: 217px;
	height: 232px;
	z-index: 1;
	left: 415px;
	top: 23px;
	font-size: 80px;
}
#Footer {
	position: absolute;
	width: 151px;
	height: 44px;
	z-index: 5;
	left: 846px;
	top: 690px;
	font-size: 9px;
	text-align: right;
}
#Content {
	position: absolute;
	width: 750px;
	height: 400px;
	z-index: 4;
	left: 118px;
	top: 324px;
	background-color: #A494A4;
	border: 4px dashed #D08661;
	font-family: lelim2;
	overflow: auto;
	padding: 5px;
}
/*This block is for the container that holds
 all the smaller div containers for the each button.*/
 #Buttonsleft {
	position: absolute;
	height: 65px;/*adjust to your specific needs*/
	width: 532px;/*adjust to your specific needs*/
	z-index: 500;
	top: 253px;
	left: 13px;
	overflow: hidden;
 }
#Buttonsright {
	position: absolute;
	height: 49px;/*adjust to your specific needs*/
	width: 504px;/*adjust to your specific needs*/
	z-index: 500;
	top: 253px;
	left: 529px;
	overflow: hidden;
}
 
/*This sets the width and height of each button image */
 .btnImg {
	width: 1000px;/*adjust to your specific needs*/
	height: 107px;/*adjust to your specific needs*/
	cursor: pointer;
 }

 /*This sets the rollover effect by shifting 
 the hovered/clicked image UP to reveal the desired version */
 .btnImg:link {/*normal link without ever clicking on it*/
     margin-top: 0px;
 }
 .btnImg:hover {/*hover is when the mouse is hovering over the image, adjust as needed*/
	margin-top: -47px;/*negative shifts image UP, positive would shift image DOWN*/
 }
 .btnImg:active {/*active is when the mouse is being pressed down, adjust as needed*/
     margin-top: -80px;
 }

 /*This allows each div holding a sprite to position itself 
 to the right or bellow of the previous div.*/
 .btnDiv {
	width: 168px;
	height: 50px;
	overflow: hidden;/*hides the part of the image not in the div */
	float: left;
	margin-top: -10px;
	z-index: 550;
 }

 /*This block positions the images in particular divs 
in the right location to display the desired image.*/
 #btnImg2 {
	margin-left: -175px;/*negative shifts image LEFT, positive would shift image RIGHT*/
 }
 #btnImg3 {
	margin-left: -340px;
 }
 #btnImg4 {
	margin-left: -500px;
 }
 #btnImg5 {
	margin-left: -690px;
 }
 #btnImg6 {
	margin-left: -855px;
 }
 #btnImg7 {
     margin-left: -600px;
 }
.floatRight {
	border: 1px dotted #000;
	padding: 5px;
	margin: 5px;
	float: right;
	text-align: center;
}
.floatLeft {
	margin: 5px;
	padding: 5px;
	border: 1 px dotted #000;
	float: left;
	text-align: center;
}
.centering {
	text-align: center;
}
