* {margin:0;padding:0}
body{
	font-family:'Lucida Sans Unicode',Arial,sans-serif;
	color:#CEC4B0;
	text-align:center;
	background-color: #5D4F44;
	background-image: url(../img/back_img.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 160px;
	padding-left: 0;
}
div,p,li{font-size:12px}
li{margin-left:16px;}
h1{color:#0061CA;text-align:center;padding-bottom:10px}
h2{
	color:#999;
	font-size:12px;
	font-weight:normal
}
h3{
	color:#072F67;
	font-size:12px;
	font-weight:normal;
	line-height: 150%;
}
pre{background:#666; color:#fff; padding:10px; margin:10px; height:auto; overflow:auto; font:12px Verdana,Courier,sans-serif}
* html pre {width:100%}

.description{padding:16px;margin:10px 0;background:#eee}

.sample{
	text-align: left;
	height: 320px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #359499;
	border-right-color: #359499;
	border-bottom-color: #359499;
	border-left-color: #359499;
}
h4.stitle{color:#666;margin:0 0 5px 0}

.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

#cont{
	width:700px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}

.buttons{
	padding:0px;
	height: 17px;
}
.buttons span{
	color:#F7ECCA;
	cursor:pointer;
	background-color: #359499;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 16px;
	font-style: normal;
}
.buttons span:active, .buttons span:hover{
	color:#fff;
	background-color: #666666;
}

.buttons a{
	color:#F7ECCA;
	cursor:pointer;
	background-color: #359499;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 16px;
	font-style: normal;
	text-decoration: none;
}
.buttons a:active, .buttons a:hover{
	color:#fff;
	background-color: #666666;
}
