@charset "UTF-8";

html{	
	width: 100%;
	height: 100%;
}

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

ul {
	padding-left:30px;
}

p, blockquote, td, div {
	font-size:12px;
}

a img{
	border:0;
}

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

.clear{
	clear:both;
}

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

#header {
	width: 760px;
	height: 266px;
}

#menu {
	width: 760px;
	height:52px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
}

.menu{
	width:460px;
	text-align:center;
	font-size:12px;
	float:right;
}
.menu a {
	text-transform:uppercase;
	text-decoration: none;
	color:#496262;
}
.menu a:hover {
	background-color:#999999;
}

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

#left {
	width: 284px;
	height: 167px;
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	float:left;
}

#content {
	width: 450px;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	float:left;
	text-align:justify;
	padding-left:20px;
}

#footer {
	width: 760px;
	height:90px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

h1 {
	color: #496262;
	margin:5px;
	font-weight:normal;
	font-style:italic;
}

h2 {
	color: #a2a086;
	margin:5px;
	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: #a5a89d; 
	color: #666666; 
	border:1px solid #a5a89d;
	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;
}

