html, body {
	height: 100%;
}
body {
	background: #6699cc;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 14px;
}
img {
  border: 0px;
}
h1 {
	font-family: "Comic Sans MS";
	word-spacing: -2px;
	letter-spacing: -2px;
}
label {
  font-weight: bold;
  display: block;
  background: transparent url(smarrow.png) left center no-repeat;
  padding-left: 25px;
}
form em {
  font-size: 11px;
}
.fieldWithErrors * {
  background: #ff6666;
}
select,textarea, input[type="text"], input[type="password"] {
  font-size: 18px;
  padding: 5px;
  border: 2px dashed #6699cc;
  width: 95%;
}
#wrapper {
	width: 970px;
	margin: 0px auto;
	border: 0px solid #336699;
	border-width: 0px 10px;
	background: #ffffff;
	position: relative;
	min-height: 100%;
}
#innerwrapper {
	background: #79b6f2;
        background: #79b6f2 url(/images/home.jpg) right 180px no-repeat;
}
#header, #content, #footer {
	padding: 20px;
}

#header {
	height: 147px;
	background: transparent url(cloudtop.png) top left no-repeat;
}
#content {
	background: transparent url(cloudbottom.png) left 400px no-repeat;
}
#footer {
}


#maincontent {
	width: 401px;
	padding: 0px 10px;
	padding-bottom: 10px;
	background: transparent url(content.png) top center no-repeat;
	min-height: 500px;
}
#splash {
	position: absolute;
	top: 125px;
	right: 50px;
}
#footer {
	position: absolute;
	width: 500px;
	top: 650px;
	right: 20px;
	padding: 0px;
	text-align: right;
	font-weight: bold;	
}

.buttons, .buttons li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.buttons a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 1.6em;
  background: transparent url(arrow.png) left center no-repeat;
  padding-left: 40px;
}
.buttons a:hover {
  text-decoration: underline;
  color: red;
}
.buttons li {
  padding: 5px;
}
.amount {
  font-size: 1.6em;
  font-weight: bold;
  color: green;
}

#navlinks, #navlinks li {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}
#navlinks {
  position: absolute;
  top: 10px;
  right: 20px;
}
#navlinks li {
  display: inline;
  margin-left: 20px;
}

#artworks {
  width: 700px;
}

a.thumbnail {
  text-align: center;
  display: block;
  float: left;
  width: 150px;
  margin: 10px;
  border: 2px dashed #336699;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-top: 10px;
}
a.thumbnail img {
}
