*{ /*universal reset*/
	margin:0px;
	padding:0px;
	
}

body{ /* setting a font stack, color and backgroung image */
	font-family:'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	font-size:14px;
	background:#c0c0c0 url(images/bg.png) repeat top left;
	color:#333;
}
h1{
	font:30px/42px 'Cantarell';
	font-weight:900;
	font-style:Bold;
	letter-spacing:-1px;
	color: white;
	text-align:center;
	text-shadow:1px 1px 1px #000;
}
h2{
	font-size:20px;
	text-indent:4px;
	font-weight:normal;
	font-style:italic;
	color: #d7d7d7;
	padding:5px 0px 0px 0px;
}
.clear{
	clear:both;
}

a{
	color: #dedede;
	text-decoration:none;
}
a:hover{
	color:#d0d0d0;
}
p{
	font:13px/15px 'Cantarell';
	margin:0px 20px 0 0;
}

#wrapper{/*main page contents*/
	margin: 0 auto;
	width:1000px;
	background:#999;
	box-shadow: 0px 0px 50px #000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	border-radius:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.nav{
	text-align:center;
	margin-bottom:16px;
	margin-top:8px;
}
.footer {/*bottom footer*/
	width:100%;
	padding:0px;
	line-height:50px;
	bottom:0;
	background:#f0f0f0;
	margin-bottom: 8px;
/* 	border-top:7px solid #ccc; */
	text-align:center;
	text-shadow:1px 1px 1px #000;
	background:#000 url(images/stripe.gif) repeat top left;
}
.footer a{
	border-right-color: white;
	border-right-style: none;
	color:#aaa;
	padding:0px 10px;
	text-shadow:2px 2px 2px #000;
	border-right:3px;
}
.footer a:hover{
	color:#fff;
	text-shadow:0px 0px 1px #fff;
}


/*styling for our gallery*/
.image{/*styling for the image*/
	float:left;
	border:10px solid #777;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px;
	}

.image a{
	width:210px;
	height:210px;
	text-indent:-999px;
	display:block;
}
.image:hover{
	border-color: #666;

}
