@charset "utf-8";

/* CSS Document */

body 
{
	background-color:#d19f4e;
	background-position:center top;
	background-size:98%;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-image:url(Images/background_lengthened.png) 
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	font-variant: small-caps;
	left: 17%;
	top: 60px;
	position: relative;
}

.icon{
	left: 17%;
	top: 40px;
	position: relative;
}

.thumbnails {
	position: relative;
	left: 20%;
	top: 40px;
	margin: 5px;

}

/*.artful {
	left: 10%;
	top: 10%;
	position: relative;
}


/.thumbnail from w3s 
{
float:left;
width:110px;
height:90px;
margin:5px;
}
