/* body */
	body {
	text-align: justify;
	width: 100%;
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	font-size: 16px;
	line-height: 24px;
	color: #7e7e7e;
	background-color: #f0f0c6;
	}
/* navigation */
	#navigation{
	position:absolute;
	top:375px;
	left:0px;
	}
	ul.menu{
	width:450px;
	height:40px;
	list-style:none;
	padding: 0px;
	margin: 0px;
	}
	li.menu {
	width:450px;
	height:40px;
	background-color:#fbe3b1;
	list-style:none;
	text-align:center;
	margin:0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	} 
	li.menu:hover{
	width:450px;
	height:40px;
	color:#708063;
	background: url(navi-bg.jpg);
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	text-align: center;
	font-size: 30px;
	font-style:normal;
	font-weight: normal;
	text-decoration:none;
	border: 0px;
	list-style:none;
	} 

	li.menu a, li.menu a:link, li.menu a:active{
	width:450px;
	height:40px;
	color:#708063;
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	text-align: center;
	font-size: 30px;
	font-style:normal;
	font-weight: normal;
	text-decoration:none;
	border: 0px;
	list-style:none;
	} 
	li.menu a:hover{
	width:450px;
	height:40px;
	color:#708063;
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	text-align: center;
	font-size: 30px;
	font-style:normal;
	font-weight: normal;
	text-decoration:none;
	border: 0px;
	list-style:none;
	} 

/* ids */ 
	#content{
	position: absolute;
	left: 0px;
	top: 0px;
	}
	#header{
	position: absolute;
	left: 0px;
	top: 0px;
	}
	#main{
	position: absolute;
	left: 500px;
	top: 50px;
	width: 500px;
	}
	#stats{
	background-color:#fbe3b1;	
	font-size: 12px;
	line-height: 20px;
	color:#050505;
	width: 400px;
	height: 90px;
	margin: 5px 0px 15px 35px;
	padding: 5px 25px 5px 5px;
	border:0px solid #ffffff;
	}
	#footer {
	background-image:url(footer-bg.png);
	background-repeat: no-repeat;
	background-color:#f0f0c6;
	font-size: 12px;
	line-height: 20px;
	color:#050505;
	text-align: center;
	height:129px;
	width:351px;
	margin: 40px 0px 0px 80px;
	padding: 30px 0px 0px 0px;
	border-top: 0px solid #ffffff;
	}
	p {
	padding: 0px 0px 0px 20px;
	}
	.whatis {
	font-size: 14px;
	line-height: 20px;
	}
/* ul, li */
	#main ul {
	padding: 0px 0px 5px 20px;
	}
	#main ul li  {
	padding: 10px 0px 0px 0px;
	list-style: url(bullet.png);
	}
	#main ol li {
	padding: 3px 0px;
	}
/* links */
	a:link, a:active, a:visited{
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	font-style: italic;
	color: #708063;
	border-bottom: 1px dotted #010101;
	text-decoration: none;
	}
	a:hover {
	color: #010101;
	border-bottom: 1px dotted #708063;
	text-decoration: none;
	}
/* text */
	b, strong {
	color : #b55336;
	}
	i, em {
	color : #7e7e7e;
	}
	u {
	color : #000000;
	}	
	input, textarea, option, select, code {
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	font-size : 11px;
	font-style: italic;
	color: #3b3b3b;
	border-left: 10px solid #708063;
	border-top: 1px solid #708063;
	border-right: 1px solid #708063;
	border-bottom: 1px solid #708063;
	background-color:#f2f2f2;
	padding: 0px 0px 0px 10px;
	}
	textarea{
	display: block;
	width: 100%;
	border-top: 1px solid #708063;
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 5px;
	background-color: #f0f0c6;
	}
	.show_join_comments textarea, #comments {
	background-color: #f0f0c6;
	margin: 0;
	width: 30%;}

/* titles */
	.title, h1 {
	text-align: left;
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	font-size: 26px;
	color: #b55336;
	border-bottom: 0px dotted #888984;
	width: 100%; 
	font-weight: normal;
	padding: 20px 0px 0px 100px;
	margin: 10px 0px 0px 0px;
	letter-spacing: 5px;
	font-style: italic;
	line-height: 30px;
	text-transform: lowercase;
	}
	.title2, h2 {
	text-align: center;
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	font-size: 15px;
	color: #708063;
	border-bottom: 0px dotted #050505;
	width: 100%; 
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 3px;
	font-style: italic;
	line-height: 12px;
	text-transform: lowercase;
	}
	.title3, h3 {
	text-align: center;
	font-family:  Georgia, Helvetica, Garamond,  Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	color: #889370;
	border-bottom: 1px solid #ffffff;
	width: 100%; 
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	letter-spacing: 5px;
	line-height: 8px;
	text-transform: lowercase;
	}
/*codes*/
	p.codes{
	text-align: center;
	}
	p.icons{
	text-align: center;
	}
/*join form*/
	fieldset {
	border: 0;
	margin: 0 0 12px 0;
	padding: 2px;
	background-color: #f0f0c6;
	}
	fieldset label {
	float: left;
	width: 25%;
	}
	fieldset input.input1, fieldset select, fieldset option, {
	float: left;
	margin: 0 1%;
	width: 48%;
	background-color: #f0f0c6;
	}
	fieldset legend {
	width:100%;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
	}
	.show_join_name_field, .show_join_email_field, .show_join_country_field, .show_join_password_field, 
	.show_join_password_field2, .show_join_url_field, .show_join_submit, .show_update_old_email_field, 
	.show_update_current_password_field, .show_update_name_field, .show_update_email_field, .show_update_password_field, 
	.show_update_password_field2, .show_update_country_field, .show_update_url_field, .show_update_submit_button{

{
	background-color: #f0f0c6;



	}