@charset "UTF-8";
body {
	background-color: #FFFFFF;
	/*background-image: url(images/background_tile_pale.gif);*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

h1 {
text-align: center;
margin-left: -55px;
}

input { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

textarea { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

img { border: 0; }

#contact form {
float: right;
}

#copyright {
	clear: both;
	width:260px;
	display:block; 
	margin: auto;
	margin-top:60px; 
	font-size: small;
	font-style: italic;
}

#links {
	width: 510px;
	display: block;
	margin: auto;
	margin-top: 25px;
	clear: both;
	border-top: 1px solid black;
}

#links a:link, #links a:visited {
	width: 130px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	color: #000;
	background-color: transparent;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

#links a:hover, #links a:active {
	width: 130px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

#gallery {

	width: 900px;
	display: block;
	margin:auto;
	padding-left: 40px;
	margin-top: 10%;
	
}

#gallery img {
	margin: 15px;
	cursor: pointer;
	border: 1px solid #000;
}

#gallery ul { list-style: none; padding: 0; margin:0; }
#gallery ul li { display: inline;}

#contact {
	height: 500px;
	width: 600px;
	display: block;
	margin:auto;
	margin-top: 10%;
	padding: 10px;
	padding-left: 20px;
	border: 1px dashed #000;
}	

#contact img {
float: left;
}

#form {
	display: block;
	float: left;
	width: 300px;
}

#form .pad {
	display: block;
	width: 100px;
	float: left;
}

#commission {
	display: block;
	float: left;
	width: 210px;
	padding-right: 40px;
}

#thanks {
	height: 380px;
	width: 700px;
	display: block;
	margin:auto;
	margin-top: 10%;
}	

#thanks img {
float: left;
}

#shop {
	height: 470px;
	width: 800px;
	display: block;
	margin:auto;
	padding-left: 40px;
	margin-top: 10%;
	
}

#shop img {
	margin: 15px;
}

#shop ul { list-style: none; padding: 0; margin:0; }
#shop ul li { display: inline;}
