@charset "UTF-8";

html{	
	width: 100%;
	height: 100%;
	padding:0px;
	background:url(images/mainBackground.jpg) repeat-x #8f9597;
	background-color: #8f9597;
}

body {
	font-size:80%;
}

* {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#515151;
	line-height:15px;
	margin:0px;
}

ul {
	padding-left:30px;
}

p, blockquote, td {
	padding:10px 15px;
	font-size:1.2em;
}

a img{
	border:0;
}

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

.clear{
	clear:both;
}

#container {
	width: 740px;
	text-align:center;
	min-height: 100%; 
	margin: 0 auto; 
}

#header {
	width: 740px;
	height: 248px;
	background:url(images/topBanner.jpg) no-repeat;
}

#menu {
	width: 760px;
	height:52px;
	padding-top:128px;
}

.menu{

	text-align:center;
	font-size:14px;
	float:right;
	padding-right:90px;
}
.menu a {
	text-decoration: none;
	color:#e4dac5;
	font-style:italic;
}
	.menu a.even {
		color:#d6d6d6;
	}
.menu a:hover {
	background-color:#999999;
}

#middle {
	width:740px;
	height:100%;
}


#content {
	width: 677px;
	float:left;
	text-align:justify;
	padding-left:10px;
	padding-top:10px;
	background:url(images/contentBackground.jpg) repeat-x;
}

#footer {
	clear:both;
	text-align:center;
}
	#footer p {
		font-size:1em;
	}

h1 {
	color: #c3bbaa;
	margin:5px;
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
	padding-bottom:5px;
}

h2 {
	color: #bebebe;
	margin:5px;
	font-size:2em;
	font-weight:normal;
	font-style:italic;
}


.small p {
	font-size:9px;
	text-align:right;
	line-height: 90px !important;
}

blockquote {
	padding-left:30px;
}


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;
}

