body {
	margin: 0;
	padding: 0;
	background: #503522 url('../images/tile.jpg') top center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
}

img {
	border: none;
}

a:link {
	color: #551100;
}

a:visited, a:focus, a:active {
	color: #331100;
}

a:hover {
	color: #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

.wrapper {
	width: 920px;
	margin: 20px auto 0 auto;
	background: url('../images/paper.jpg') 50px 0 repeat-y;
	text-align: left;
}

.top {
	background: url('../images/nav.jpg') top left no-repeat;
	width: 920px;
	height: 140px;
}

.content-left {
	width: 865px;
	background: url('../images/left.jpg') top left no-repeat;
	padding: 0 0 0 55px;
}

.content-right {
	width: 710px;
	min-height: 512px;
	padding: 5px 150px 5px 5px;
	background: url('../images/right.jpg') top right no-repeat;
}

.footer {
	margin: 0 auto;
	padding: 15px 0 15px 110px;
	width: 810px;
	height: 60px;
	background: url('../images/foot.jpg') 50px 0 no-repeat;
	text-align: left;
	font-size: .8em; 
}

.gallery {
	width: 100%;
}

.gallery a img {
	float: left;
	margin: 8px;
	border-top: 5px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 10px solid #333333;
}

.gallery a:hover img {
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;
}

.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Forms */
label {
	color: #333333;
	display: block;
	font-size: .9em;
}

label span {
	color: #666666;
	font-size: .8em;
}

input, textarea, select {
	border: 1px solid #666666;
	color: #333333;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform {
	width: 640px;
	margin: 0 auto;
}

#name, #email {
	width: 312px;
}

#subject {
	width: 640px;
}

#message {
	width: 640px;
	height: 140px;
}

