*{margin:0;padding:0;}

html, body {
	
	margin: 0 auto;
		}

body {
	background: #090;
	font-size: 1em;
	font-family: "Verdana", "Baskerville", serif;
	margin: 10px;
}

h1 {
	color:#a7c12d;
	font-size: 0.8em;
	margin: 10px;
	
}

a {
	color:#fff;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#d90;
}

#top {
		margin: 80px auto 0 auto;
width: 300px;

}

#wrapper {
	background: #ffffff;
	border: 10px solid #fff;
	padding: 10px;
	height: 1%;
	width: 700px;
	margin: 0 auto 0 auto;
	
    min-width:980px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 980 ? "980" : "100%" );
}

#thumb {
	border: 1px solid #ccc;
	display: inline;
	float: left;
	margin-right: 10px;
}

#main_image{
	display: inline;
	float: left;	
	text-align: center;
}

#main_image img{
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.gallery li{
	display:block;
	height:80px;
	overflow:hidden;
	float:left;
	border: 1px solid #aaa;
	margin: 5px;
	background:#eee;
	color:#887;	
	width:80px;
}

.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}


.nav{
	clear: both;	
	padding-top: 25px;
}

.caption{
	color:#aaa;
	font-style: italic;
}

br.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

