@charset "UTF-8";
/* CSS Document */

body			{ background: #EFEFEF; color: #E6C896; font-family: Copperplate, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
h1, h2, h3, a	{ color: #999999; font-size: 14px; margin: 0; padding: 0; }
img				{ border: none; }
a				{ cursor: pointer; }

#container		{ margin: 60px auto 0 auto; width: 800px; }

#line			{ border: solid 2px #E6C896; border-left: none; border-right: none; height: 2px; margin: 10px 0 10px 0; }

#header			{ height: 37px; position: relative; }
#header h1		{ font-size: 1em; font-weight: normal; position: absolute; bottom: 0; text-transform: uppercase; }
#header img		{ border: none; position: absolute; right: 0; bottom: 0; }

#thumbs			{ position: relative; }
#thumbs a		{ float: left; margin: 20px 0 0 20px; }
#thumbs img		{ height: 137.5px; outline: solid 1px #DDDDDD; width: 110px; }
