header, nav, main, footer { display: block; } 
	
body	{
		background-color: #FFFFFF; 
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
}
header	{
		background-color: #CCCC99;
		line-height: 500%;
}
main img	{
		float: left;
		padding-right: 20px;
		padding-bottom: 20px;
}
h1		{
		text-align: center;
	
}
p		{
		line-height: 175%;
}
nav		{
		text-align: center;
}
h3		{
		clear: left;
}
h4		{
		font-style: italic;
		text-indent: 1em;
		font-weight: normal;
}
footer	{
		text-align: center;
		font-size: small;
}
label		{
		float: left;
		display: block;
		width: 8em;
		padding-right: 10px;
}
input, text {  
        display: block; 
} 


table	{
		width: 800px;
}
.myname	{
		color: #B22222;
		font-weight: bold;
}
#wrapper{
		background-color: #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		width: 80%; min-width: 700px; max-width: 1024px;
		box-shadow: 5px 5px 5px #828282;
}
.clear	{
		clear: left;
}
#gallery	{	position:  relative;
				height: 250px;
}
#gallery ul	{	width: 475px;
				list-style-type: none;
}
#gallery li	{	display: inline-block;
				padding: 10px;
}
#gallery img {	border-style: none; 
				float: none;
}
#gallery a 	{ 	color: #333;
				text-decoration: none; 
				font-style: italic;
}
#gallery span{	display: none;
				left: 340px;
}
#gallery a:hover span { 	display: block;
						position: absolute;
                        top: 10px; 
						left: 500px;
                        text-align: center; 
}