@charset "utf-8";
/* CSS Document */

Html, body,div, h3, p,ul,li,img
{
Margin:0;
Padding0;
}
Article,aside,figure,footer,header,hgroup,menu,nav,section{
Display:block;
}
Body{
Background:#0000;
Font-family:"trebuchetms",arial,helvertical,sans-serif;
}
.container{
Width:700px;
height:auto;
Margin:30px auto 0;
}
.header { background:#41217;
Border-botton:1px solid#000000;
}
Header h3{
	color:#606;
	text-align:center;
	padding-bottom:3px;
	font-size:16px;
	white-space:1px;
	text-shadow:1px 1px 2px 2px #333;
}
#content{ background:linear-gredient(to top, #063 0%,#336 50%,#C00 100%);
background-webkit-linear-gredient(to bottom,#C30 0%;#33C 50%, #339 100%);
padding-top:30px;
padding-bottom:30px;
overflow::hidden;
}
.gallery
{width:526px;
margin:auto;
}
.gallery ul{list-style:none;
}
.gallery li{ float:left;
margin:10px;
}
.gallery img{
display:block;
padding:5px;
background:#036;
border:1px solid #909;
box-shadow: 
box-shadow:1px 1px 2px #099;
}
.gallery img:hover{ border:1px solid #C63;
}
.footer{background:#63C;
}
.footer p{color:#636;
text-align:center;
font-size:11px;
padding-top:2px;
padding-bottom:2px;
}
