@charset "UTF-8";

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

* {
	padding: 0;
	margin: 0;
	font-family: Helvetica, "Helvetica Neue", Verdana, "Tahoma",Arial,Helvetica,sans-serif;
	color:#666666;
	line-height:15px;
}

a img{
	border:0;
}

.clear{
	clear:both;
}


body {
	background: #f0efee;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align:center;
	color: #777471;
}

 h1 {
 	color: #a8aaa4;
	border-bottom:1px dashed #dbd8d3;
	font-weight: bold;
	line-height: 11px;
	margin:10px 0;
	font-size:12px;
	text-align:center;
	text-transform:lowercase;
	letter-spacing:2px;
 }
	h1.big {
		font-size:2em;
	}
 
  h2 { 
 	color: #a8aaa4;
	border-bottom:1px dashed #dbd8d3;
	font-weight: normal;
	line-height: 11px;
	margin:10px auto;
	font-size:12px;
	text-align:center;
	text-transform:lowercase;
	letter-spacing:2px;
	width:75%;
 }

a, a:active, a:visited {
	color:#2784A1;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom:10px;
}

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

#header {
	width:690px;
	height: 465px;
	background:url(images/header2.jpg);
}

#body-content {
	width:550px;
	height:100%;
	padding:5px;
	min-height:100%;
	text-align:left;
	margin:0 auto;
}
#body-content a {
	font-weight:bold;
	text-decoration: none;
}
#body-content a:hover {
	text-decoration: underline;
}


.menu {
	color:#8EC984;
	height:250px;
	margin-left:60px;
	padding-top:275px;
	text-align:right;
	width:200px;
}
	.menu ul {
		list-style-type:none;
	}
		.menu ul li {
			color:#6a696d;
			font-size:16px;
			font-weight:bold;
		}
			.menu ul li a {
				text-decoration:none;
				color:#a8aaa4;
			}
.menu a:hover {
	text-decoration:none;
}

.small {
	width:523px;
	padding:3px;
	margin-top:20px;
}
.small p {
	font-size:9px;
	text-align:center;
	line-height: 9px !important;

}
.footer {
	border-bottom:1px dashed #dbd8d3;
	border-top:1px dashed #dbd8d3;
}

blockquote {
	width:60%;
	background:#dbd7d3;
	margin:10px auto;
	padding:10px;
}

ul {
	margin-left:30px;
}

input, textarea {
	background:#ebeae6;
	border:1px solid #a8aaa4;
	font-size:12px;
	padding:5px;
	width:284px;
}
input.show_join_email_settings_field, input.show_join_password_field, input.show_join_password_field2, input.show_join_submit_button, input.show_join_reset_button, input.show_join_send_account_info_field, input.show_update_password_field, input.show_update_password_field2, input.show_update_email_settings_field, input.show_update_url_delete_field, input.show_update_submit_button, input.show_lostpass_submit_button {
	width:auto;
}
