/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
font-size: 1px;
}

html, body {
width: 100%;
height: 100%;
background: #000000 url(img/bgr.jpg) repeat-y right 400px;
}
#content {
	min-height: 100%;
	margin-bottom: -48px;
	background: url(img/bgl.jpg) repeat-y -100px 200px;
}
* html #content {height:100%;}

#top {
	height: 90px;
	background: #000000 url(img/logo.jpg) no-repeat;
}
#topmenu {
	width: 340px;
	height: 90px;
	float: right;
}
#middle {
	height: 282px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background: url(img/middle.jpg) center;
}
.left {
	float:left;
}
.right {
	float:right;
}
#main {
	background: url(img/main.jpg) no-repeat top right;
	padding-bottom: 20px;
}
#leftmenu {
	width: 250px;
	float: left;
	padding-top: 25px;
}
#leftmenu a {
	display: block;
	width: 244px;
	height: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 10px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #e69252;
	text-decoration: none;
}
#leftmenu div {
	width: 234px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 2px 0px 2px 10px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(img/leftmenu.jpg);
}
#leftmenu a:hover {
	text-decoration: underline;
}
#leftmenu a.ain {
	background: url(img/leftmenu.jpg) no-repeat;	
}
#righttext {
	padding: 30px;
	margin-left: 250px;
}
/* Hides from IE-mac \*/
* html #righttext {height: 1%;}
/* End hide from IE-mac */

#text {
	padding: 30px;
}
#righttext p, #text p {
	margin-top: 8px;
	border-top: 1px solid #e69252;
	padding-top: 12px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#text td {
	width: 50%;
	vertical-align: top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding:0 25px 25px 0;
}
#text td div {
	height: 30px;
}
#righttext div {
	margin-bottom: 10px;
}
#righttext h1 {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #e69252;
	padding-top: 8px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#logo {
	vertical-align: bottom;
	margin: 0;
}
#righttext h2 {
	margin-bottom: 8px;
	padding-left: 40px;
	border-top: 1px solid #e69252;
	padding-top: 12px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#righttext div img {
	margin-right: 5px;
}
#righttext th {
	width: 60px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#righttext, #righttext td, br {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;	
}
#righttext td {
	padding-right: 10px;
}
#bottom {
	background: url(img/bottomc.jpg);
}
#bottom div {
	background: url(img/bottomr.jpg) no-repeat right;
}
#bottom div div{
	height: 48px;
	background: url(img/bottoml.jpg) no-repeat;
}
#bottom p {
	padding-top: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #626262;
	float: left;
}
#bottom p.foot1 {
	padding-left: 200px;
	width: 200px;
}
#bottom p.foot2 {
	padding-left: 20px;
	width: 200px;
}
#bottom p.foot3 {
	float: right;
	text-align: right;
	padding-right: 20px;
	width: 200px;
}
#bottom p.foot3 a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #626262;
}

table.tab {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 15px;
}
#righttext table.tab th, #righttext table.tab td {
	width: auto;
	border: 1px solid #555555;
	text-align: center;
	padding: 5px;
}

#righttext .hand,#righttext .hand2,#righttext .hand3 {
	margin: 0;
	padding: 0;
	float: left;
	width: 415px;
	height: 290px;
	margin-right: 30px;
	margin-bottom: 0;
}
#righttext .hand2 {
	height: 270px;
}
#righttext .hand3 {
	width: 237px;
	height: 180px;
}
#righttext table {
	margin-bottom: 10px;
}
