body,html {
	background-color: 		#3B210E;
	font-family: 				Trebuchet MS;
	font-size: 					13px;
	color: 						#000000;
	margin:	 					0px;
	height:						100%;
}

#column {
	width:						734px;
	margin-left:				auto;
	margin-right:				auto;
	background-image:			url('./img/containerbg.png');
	background-repeat:		repeat-y;
}

#container {
	width:						660px;
	margin:						0px 0px 0px 37px;
}

#header {
	width:						700px;
	height:						170px;
	background-image:			url('./img/header.png');
	background-repeat:		no-repeat;
	font-size:					0px;
	line-height:				0px;
	margin-left:				17px;
}

#header a {
	display:						block;
	width:						100%;
	height:						100%;
}

#footer {
	width:						734px;
	height:						60px;
	background-image:			url('./img/footer.png');
	background-repeat:		no-repeat;
	font-size:					11px;
	color:						#3B210E;
}

#footer div {
	margin-top:					10px;
}

#footer .links {
	float:						left;
	margin-left:				65px;
}

#footer .gdlink {
	float:						right;
	margin-right:				30px;
}

/* LEFT & RIGHT CONTAINERS */

.left {
	float:						left;
	width:						320px;
}

.right {
	float:						right;
	width:						320px;
}

/* FORM DETAILS */

form {
	margin:						0px;
}

.formfield {
	font-weight:				bold;
	text-align:					justify;
}

.formfield label {
	width:						100px;
	text-align:					right;
	color:						#3B210E;
}

.formfield input {
	height:						16px;
}

button {
	text-align:					center;
	font-family:				Trebuchet MS;
	font-size:					11px;
	margin-left:				10px;
}

/* SEARCH RESULT TABLE */

table {
	font-size:					12px;
	background:					#FFFFFF;
	width:						320px;
	border-collapse:			collapse;
	text-align:					left;
	border-top:					1px dotted #3B210E;
}

table tr td {
	padding:						5px 8px;
	border-left:				2px solid #3B210E;
	border-bottom:				1px dotted #3B210E;
}

table tr td.title {
	width:						100px;
	background-color:			#EEDBB5;
	border-left:				none;
}

/* ELEMENTS */

h1 {
	margin:						0px 0px 10px 0px;
}

a:link, a:hover, a:visited {
	color:						#3B210E;
}

strong, b {
	color:						#3B210E;
}

hr {
	width:						100%;
	border-top:					0px;
	border-bottom:				1px dotted #3B210E;
	border-right:				0px;
	border-left:				0px;
	color:						#FFFFFF;
	background-color:			#FFFFFF;
	height:						2px;
	clear:						both;
	margin:						10px 0px 10px 0px;
}