@charset "UTF-8";

/*  the body that creates background and- the html document should entirely fill the browser with no margin or padding depending on px selected between the edge of the browser window and the content page */




body
{
	background-image: url("image/lrg/49handsbackground.jpeg");
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-position:center top;
	background-attachment:fixed;
	font-family: Arial,Helvetica,Georgia,Times New Roman,sans-serif;
	color: #404040;
	margin: 7px;
	padding: 7px;
	background-color: #F8F8FF;
	
:	font-weight: lighter;
}

/* end body */


/* purple header */
header{
	height:120px;
	background-color:none;
	padding:2px;
	
		opacity: .7;
}

/* end purple header */





img.large{
	width:900px:
	height:500px;
	
	img.medium{
		width:250px:
	height:250px;
	
	img.small{width:100px:
	height:100px;}
	}
}


/* heading the list in the heading- this is the list in the box */
header li {
display:inline;margin-right:10px;}
header li a{
text-decoration:none;
color:#cccccc;
padding:8px;
background-color: #606060;
font-weight: bold;
}

	header li a:hover{
		color:#333333;
		background-color:#999999;
		}
	
		

	
}

/* end heading list */






/* start aside*/
REMOVED
/* end aside*/








/* START IMAGE ALIGNMENT*/
img.align-left {
float:left;
margin-right: 15px;}

img.align-right {
float:right;
margin-left: 15px;}

img.medium {
width:250px;
height:250px:}



/* END IMAGE ALIGNMENT*/



/* start LINK coloryellow 6600cc, visited link light purple cc99ff hoover black 202020 underline is 990000*/


a:link{
	color:#6600CC;
	text-decoration:none;

		
}
a:visited{
	color:#CC99FF;
	text-decoration:none;
	
}
a:hover{
	color:#202020;
	background-color: #CCC;
	text-decoration: underline;
	
}
a:active{
	color:#990000;
	text-decorarion: underline;
	
}
/* end link overs*/






/* border color black 000000*/

h1, h2, h3, {

	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color:#000000;
		
}	
	/* end borders*/
	
	


/* start heading Welcome text color and background color*/
h1
{	
	width:100%
	color: #FF33FF;
	background-color: #FFCCCC;
	opacity: .6;
	

	
}
/* end heading welcome */
 




 







/*  para, make same as article  font size,line height, weight */

p {
	font-family: Helvetica,Times New Roman,Arial,Georgia,sans-serif;
	font-size:11pt;
	line-height:2;
	color:#brown;
	background-color: #FFFFFF;
	font-weight: lighter;
}
/* end para */











/*  article same as para font color brown */
article  {
	color:brown;
	font-weight: lighter;
	background-color: #ffffff;
}
/*  end article  */











/*  top navigation font color orange background white */
nav  {
    font-size:18pt;
	color:orange;
	font-weight: bold;
	background-color: #FFFFFF;
}
/*  end top navigation  */

}
footer{
	height:100px;
	background-color:white;
	padding: 5px;
}

/* h6 start */
h6 {
	
	
	
}

/* end h6 */

