@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;
	background:#efeae2;
}

html {
	background: #e1e1e1 ;
}

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

ul {
	padding-left:30px;
}

a img{
	border:0;
}

a {
	color: #3687d2;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	color:#363636;
	font-family:Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
	font-style:italic;
}
h1 {
	font-size:20px;
	line-height:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:22px;
}

h2, h3 {
	color:#909090;
	font-family:Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:center;
}

h3 {
	font-size:16px;
	margin:5px 0;
}
form.show_join_form, form.show_update_form {
	margin-left: 50px;
}
input, textarea, option, select { 
	background: #e3e3e3; 
	color: #666666; 
	border:2px solid #e3e3e3;
	padding:5px;
	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:#efebe2;
}

.clear{
	clear:both;
}

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

#Navigation {
	float:none;
	width:605px;
	text-align:left;
	margin:5px;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}
	#Navigation h3 {
		color:#99b0d7;
		font-weight:normal;
		border:0;
		font-size:16px;
		margin:0 0 0 10px;
	}
	#Navigation ul {
		list-style-type:none;
		text-align:left;
		margin:0 0 10px;
		padding:0 20px 0 10px;
	}
	#Navigation ul li {
		display:inline;
		padding:0;
		margin:2px 5px;
	}
	#Navigation ul li a {
		background:#ffe3ca;
		color:#62625A;
		display:inline;
		text-decoration:none;
		text-transform:lowercase;
		padding:5px 7px;
		font-size:14px;
	}
	

	#Navigation a:hover {
		background:#e0e9f2;
	}

#Header {
	width: 605px;
	margin:0;
	background:url(images/header.jpg) no-repeat;
	height:383px;
	padding:0 30px;
}
	#Header .icon {
		border:10px solid white;
		float:left;
		margin:10px;
	}

#Layout {
	padding:20px 10px;
	text-align:justify;
	width:540px;
	font-size:1.2em;
	float:left; 
	margin-left:5px;
}
	#Layout ul {
		list-style-type:none;
		padding-left:10px;
	}
		#Layout ul li {
			background:url(images/bullet.jpg) no-repeat 0px 4px;
			padding-left:15px;
			margin:10px;
			font-weight:normal;
		}
			#Layout ul li ul li, #Layout ol li ul li {
				background:url(images/bulletsm.png) no-repeat 0px 4px;
				font-size:80%;
				margin:10px 0;
				font-weight:normal;
			}

	#Layout img.icon {
		margin:2px;
		border:5px solid #fff; 
	}
#Footer {
	padding:20px 40px;
	font-size:1.1em;
	margin:10px 0;
	text-align:center;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}

