*, body {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
}
body {
	color:#8b8b8b;
	background:#ffffff;
}
img {
	border:0;
}
a {
	color:#475457;
	outline:none;
}
a:hover {
	background:#FFFFFF;
	text-decoration:underline;
}
h1 {
	text-align:center;
	font-size:140%;
	font-weight:normal;
	color:#7c6b54;
}
#container {
	width:636px;
	margin:0 auto;
	text-align:left;
}
#about {
		
}
	#about div {
		background:#d6eeff;
		padding:4px 10px 0 10px;
		display:none;
	}
	#about p span {
		background:#fff;
		border-bottom:1px solid #CCCCCC;
	}
	#about ul {
		margin:0 0 0 30px;
	}
	#about ul li {
		padding:0 0 0 10px;
		list-style:disc;
	}
	#about-toggler {
		background:transparent url(../images/about.gif) no-repeat 0 -25px;
		width:636px;
		height:25px;
		display:block;
		text-indent:-9999px;
	}
	#about-toggler:hover {
		background:transparent url(../images/about.gif) no-repeat 0 0;
	}
	
#header {
	width:100%;
	overflow:hidden;
}
	#h-left {
		float:left;
		width:185px;
		padding:5px 0 0 15px;
	}
	#h-right {
		float:right;
		width:436px;
		height:60px;
		background:transparent url(../images/clouds.gif) no-repeat 95% 100%;
	}
#content {
}
	.txta-wrapper {
		width:636px;
		height:184px;
		background:transparent url(../images/textarea.gif) no-repeat 0 0;
	}
		textarea {
			border:0;
			width:606px;
			height:142px; /* ie 6 */
			overflow:auto;
			background:none;
			margin:20px 10px 20px 20px;
		}
		html>body textarea {
			height:144px;
		}
#footer {
	overflow:hidden;
	width:100%;
	margin:8px 0 0 0;
}
	#f-left {
		float:left;
		width:290px;
		padding:0 0 0 10px;
	}
	ul.links {
		overflow:hidden;
		width:100%;
	}
	ul.links li {
		margin:0 2px 2px 0;
	}
	ul.links li,
	ul.links li a {
		float:left;
		width:16px;
		height:16px;
	}
	ul.links li a {
		text-indent:-9999px;
	}
	ul.links li a.bey-1 {
		background:transparent url(../images/exchange-icos.gif) no-repeat 0 0;
	}
	ul.links li a.bey-2 {
		background:transparent url(../images/exchange-icos.gif) no-repeat -16px 0;
	}
	ul.links li a.bey-3 {
		background:transparent url(../images/exchange-icos.gif) no-repeat 0 -16px;
	}
	ul.links li a.bey-4 {
		background:transparent url(../images/exchange-icos.gif) no-repeat -16px -16px;
	}
	ul.links li a.bey-5 {
		background:transparent url(../images/exchange-icos.gif) no-repeat 0 -32px;
	}
	#f-right {
		float:right;
		width:336px;
		text-align:right;
	}
	#f-right input {
		width:146px;
		height:33px;
		text-indent:-9999px;
		border:0;
		cursor:pointer;
		background:transparent url(../images/submit.gif) no-repeat 0 0;
		/* ie 6 */
		text-align:left;
		font-size:0;
		color:#d6eeff;
	}
	#f-right input.hover {
		background:transparent url(../images/submit.gif) no-repeat 0 -33px;
		color:#ffff99;
	}
