@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	font-size: 62.5%; 
	font-family: Georgia, Garamond, “Palatino Linotype”, Palatino, “Book Antiqua”, Times, “Times New Roman”, “New York”, serif;
	text-align:center;
}

html {
	background: #e7e7e7 url(images/mainBg.jpg);
}

p {
	margin:0 0 10px 0;
}
.center {
	text-align:center;
}

ul {
	padding-left:30px;
}

a img{
	border:0;
}

a {
	color: #84a8c3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
	color:#acb08b;
	border-bottom:#d1d3be dotted 1px;
	font-weight:normal;
}
h1 {
	font-size:20px;
	line-height:18px;
	font-weight:normal;
	font-style:italic;
	margin:0 0 10px 0;
}

h2, h3 {
	color:#e1d5c0;
	font-size:18px;
	line-height:16px; 
	margin-bottom:5px;
}
form.show_join_form, form.show_update_form {
	margin-left: 50px;
}
input, textarea, option, select { 
	background: #d9d7c4; 
	color: #666666; 
	border:1px solid #d9d7c4;
	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:252px;
}
select.show_join_country_field, select.show_join_fave_field, select.show_update_country_field {
	width:259px;
}

blockquote {
	width:70%;
	margin:20px 70px;
	padding:15px;
	background:#eceddf;
}

.clear{
	clear:both;
}

#Container {
	width: 643px;
	text-align:left;
	min-height: 100%; 
	margin: 0 auto; 
	background:#f7f5f2 url(images/contentBg.jpg) repeat-y;
}

#Navigation {
	float:right;
	background:#f5f5f5;
	width:160px;
	text-align:left;
	margin:0 5px;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}
	#Navigation h3 {
		color:#b9c4af;
		font-weight:normal;
		border:0;
	}
	#Navigation ul {
		list-style-type:none;
		text-align:left;
		margin:0 0 10px;
		padding:0 20px 0 10px;
	}
	#Navigation ul li a {
		background-color:#ecefe7;
		border-right:6px solid #ccd1b8;
		color:#62625A;
		display:block;
		padding:2px 5px;
		text-decoration:none;
		text-transform:lowercase;
		margin:2px 0;
		font-size:11px;
	}
	

	#Navigation a:hover {
		border-right:6px solid #d8dad0;
	}

#Header {
	width: 607px;
	margin:0;
}

#Layout {
	padding:0 10px;
	width:450px;
	font-size:1.2em;
	float:left; 
}

#Footer {
	padding:10px;
	font-size:1.1em;
	margin:10px 0;
	text-align:center;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}

