@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #A4570C;
}
.max{
	background:url(max.gif) no-repeat center top;
	height: 910px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
.logo{
	height: 94px;
	width: 84px;
	font-size: 10px;
	color: #000000;
	display: block;
	float: left;
	position: relative;
}
.logo a{
	height: 94px;
	width: 84px;
	display: block;
	position: absolute;
	float: left;
	background: url(logo.gif) no-repeat center top;
	font-size: 1px;
	text-align: right;
	color: #303A5B;
	left: 42px;
	top: 78px;
}
.logo a:hover {
	height: 94px;
	width: 84px;
	display: block;
	position: relative;
	float: left;
	background: url(logo.gif) no-repeat center -107px;
	font-size: 1px;
	text-align: right;
	color: #303A5B;
}
.cbox{
	position: absolute;
	left: -211px;
	top: 137px;
	height: 377px;
	padding-top: 130px;
}
.ff{
	background:url(tx.gif) no-repeat center center;
	width: 144px;
	border-style: none;
	border-width: 0px;
	margin-bottom: 5px;
	position: relative;
	font: 10px tahoma;
	height: 16px;
	color: #A4570C;
}
.cmm{
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.submit{
	background:url(sub.gif) no-repeat;
	height: 42px;
	width: 79px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-style: none;
}
.inp{
	background:url(cbg.gif) repeat-y center top;
	height: 100px;
	width: 150px;
	scrollbar-face-color: #353F60;
	scrollbar-arrow-color: #A4570C;
	scrollbar-track-color: #353F60;
	scrollbar-shadow-color: #353F60;
	scrollbar-highlight-color: #353F60;
	scrollbar-3dlight-color: #353F60;
	scrollbar-darkshadow-color: #353F60;
	margin-bottom: 20px;
	position: relative;
}
.pages{
	position: absolute;
	height: 622px;
	top: 203px;
	left: -70px;
	width: 122px;
	padding-top: 35px;
	background: url(cbg.gif) repeat-y;
	font: bold 1px Georgia, "Times New Roman", Times, serif;
	color: #303A5B;
}
.pages a{
	background: url(p.gif) no-repeat 7px 0px;
	text-decoration: none;
	color: #A4570C;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	float: left;
	margin: 1px 1px 1px 20px;
}
.pages a:hover {
	background: url(p.gif) no-repeat 7px -30px;
	text-decoration: none;
	color: #000000;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	display: block;
	
	width: 30px;
	margin: 1px 1px 1px 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.cat{
	position: absolute;
	width: 138px;
	height: 383px;
	left: 218px;
	top: 168px;
	padding-top: 0px;
}
.cat a{
	display: block;
	text-transform: capitalize;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background: url(p.gif) no-repeat left top;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cat a:hover{
	display: block;
	text-transform: capitalize;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background: url(p.gif) no-repeat left -30px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ax{
	position: absolute;
	left: 58px;
	top: 202px;
	height: 238px;
	width: 125px;
}
.ax img{
	background:#666666;
	width: 30px;
	height: 20px;
	margin: 9px 10px 11px 12px;
	float: left;
	position: relative;
	border-style: none;
}

