body {
	background-color: #d6d1c1;
	text-align: center;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
}
#container {
	width: 610px;
	background-image:url(images/centralbg.jpg);
	background-repeat:repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #BA9E80;
	padding-bottom: 0px;
}

#Header {
	width:610px;
	background:url(images/header.jpg) no-repeat top left;
}
	#Header .homelink {
		height:229px;
		width:610px;
		text-decoration:none;
		display:block;
	}

#content {
	background: url(images/containerbg.jpg) no-repeat top left;
	padding-left: 49px;
	padding-right: 49px;
	padding-bottom: 25px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	color: #6e665f;
	text-align: left;
	width: 486px;
}

#nav {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	word-spacing: 8px;
	margin-bottom: 15px;
}


#nav a:link 
{
	color: #76583F;
	text-decoration: none;
}

#nav a:visited 
{
	color: #76583F;
	text-decoration: none;
}

#nav a:hover
{
color: #5E4733;
border-bottom: 1px dotted #76583F;
}

#nav #current
{
	background: #FFFFFF;
	border-bottom: 1px solid white;
	color: #333333;
}


#footer {
	margin: 0px auto;
	padding-left: 49px;
	padding-right: 49px;
	width: 486px;
	height: 63px;
	text-align: center;
	font-size:65%;
	color: #9E876E;
	

}
#subhead {
	font-family: Georgia, "Bell MT", Century, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #999999;
	text-align: right;
	margin-top: -9px;
	margin-bottom: -9px;
	padding-bottom: -9px;
	border: 0px;
	
}

a:link 
{
	color: #765A41;
	text-decoration: none;
}

a:visited 
{
	color: #765A41;
	text-decoration: none;
}

a:hover
{
	color: #5E4733;
	text-decoration: underline;
}

.quote {
	font-size:80%;
	color: #9E876E;
	width:50%;
	padding-bottom:10px;
	padding-top:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style:dotted;
	border-top-color: #9A7B5E;
	border-bottom-color: #9A7B5E;
}

h2 {
	text-align:center;
	letter-spacing: 3px;
	color: #9E876E;
	text-transform:uppercase;
	font-weight:lighter;
	padding-bottom:2px;
	padding-top:2px;
	border-top: 1px dotted #9A7B5E;
	border-bottom: 1px dotted #9A7B5E;
	margin-left:50px;
	margin-right:50px;

}

form.show_join_form, form.show_update_form {
	margin-left: 50px;
}
input, textarea, option, select { 
	background: #a39c92; 
	color: #666666; 
	border:1px solid #a39c92;
	padding:3px;
	font-family: Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
}
option, select {
	padding:0;
}
input.show_join_name_field, input.show_join_email_field, input.show_join_url_field, textarea.show_join_comments_field, input.show_update_old_email_field, input.show_update_email_field, input.show_update_current_password_field, input.show_update_name_field, input.show_update_url_field, input.show_update_favourite_field {
	width:309px;
}
select.show_join_country_field, select.show_join_fave_field, select.show_update_country_field {
	width:316px;
}


