body{color:#000;font-family:"Verdana"}
	.myfirstfloat{float:left;}
	.home{background-color:#CDC9C9;}
	.hats{background-color:#CDC9C9;}
	.myclass{border:1px #CD0000;float:left;width410px;}
a{text-decoration:none;}
a:hover{background-color:blue;color:white;}
.imagegallery a:hover{background-color:transparent;width:1000px;height:800px;}
.imagegallery a img{float:left;margin:0 8px 0 0;}
.headerrap{border:3px solid black;height:182px; width:1000px;}
.clearfloat{clear:left;height:1px;width:100%;}
.inform{/*position:relative;  top:1270px; left:255px;xborder:1px red solid; width:700px; height:50px;*/ color:red;}
.in{float:left;}
/*this is code for my menu*/
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
/*end menu code*/
