* {
color: white;
font: normal "Arial" , sans-serif , "Helvetica" , sans-serif ;
}

img {
border: 0px;
}

body {
background-color: #404040;
text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6	{
text-align: center;
}

h1 {
border-bottom: 1px solid #ffee7c;
}

h2 {
border-bottom: 1px solid #f7eea7;
}

h3, h4, h5, h6 {
border-bottom: 1px solid #dbd7a6;
}

div.galbox {

/* border: 1px solid  #000000; */
	width:  150px;
	height:  150px;
	overflow: hidden;
    position: relative;

	margin: 5px ;
	padding: 5px ;

	background-color: #808080;

	float: left;
	display: table;

    /* IE hack: */
	_position: relative;
}

div.galbox:hover{

    background-color: #8c8c8c;

}


div.imggalbox {
	max-width:  150px;
	max-height:  150px;
	position: relative;

    vertical-align: middle;
    display: table-cell;
}


/* navigation  */
 #navcontainer
{
float: left;


}



 #navlist
 {
 color: white;
 background: #747474;
 border-bottom: 0.2em solid white;
 border-right: 0.2em solid black;
 padding: 0;
 margin: 0;
 width: 12em;
 font-size: 0.6em;
 }

 #navlist li
 {
 list-style: none;
 margin: 0;
 font-size: 1em;
 }

 #navlist a
 {
 display: block;
 text-decoration: none;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
 color: white;
 background: #747474;
 border-width: 1px;
 border-style: solid;
 border-color: #5bd #035 #068 #6cf;
 border-left: 1em solid #fc0;
 padding: 0.25em 0.5em 0.4em 0.75em;
 }

 #navlist div.galbox:hover
{
background-color: red;

}

 #navlist a#current {
	border-color: #5bd #035 #068 #f30;
 }

 #navlist a
 {
 width: 99%;
 /* only necessary for Internet Explorer */
 }

 #navcontainer>#navlist a
 {

 width: auto;
 /* only necessary if you use the hacks above for the Internet Explorer */
 }

 #navlist a:hover, #navlist a#current:hover
 {
 background: #747474;
 border-color: #069 #6cf #5bd #fc0;
 padding: 0.4em 0.35em 0.25em 0.9em;
 }

 #navlist a:active, #navlist a#current:active
 {
 background: #747474;
 border-color: #069 #6cf #5bd white;
 padding: 0.4em 0.35em 0.25em 0.9em;
 }




input{
   background: #777777;
   color: #FFA00B;
   font-weight:bold;
}












