html, body { 
            padding:0; 
            margin:0; 
            height:100%; 
            position:relative;
			font-family: Arial, Helvetica, sans-serif;
			background: url(../images/bg0.jpg) repeat-x;
			background-color: #000;
        }

.maintext H1 { color: #006; font-weight: normal; font-size: 22px; text-align: center; margin: 0 20px 20px 20px; line-height: 120%; }
.right H2 { color: #FFF; font-weight: bold; font-size: 17px; margin: 0 20px 20px 20px; line-height: 120%; }
.right H3 { color: #FFF; font-weight: bold; font-size: 16px; margin: 20px 20px 15px 20px; line-height: 120%; }

.right p { font-size: 16px; color: #FFF; text-align: justify; text-indent: 20px; margin: 12px 20px 0 20px; line-height: 120%; }
.right p.list { text-indent: 0px; margin: 12px 20px 0 40px; line-height: 120%; }
.right p.table { font-size: 13px; text-align: center; text-indent: 0px; margin: 10px 0 40px 0; line-height: 120%; }
.right p.partners { font-size: 13px; text-align: left; text-indent: 0px; margin: 10px 0 40px 0; line-height: 120%; }
.maintext p { font-size: 15px; color: #111; text-align: justify; margin: 12px 20px 0 20px; line-height: 120%; }

a:link { text-decoration: underline; }
a:hover { text-decoration: none; }


   .main { 
	min-height:100%; 
	_height:100%;
	width: 940px;
	position: relative;
	margin: 0 auto;
   }
   
   .left { 
	width: 240px; 
	float: left;
	padding-bottom: 20px;
   }
   
   .menu { 
	margin-top: 202px;
	font: 13px/18px Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; text-align:left; text-transform: uppercase;
   }
   
   .menub { 
    height: 32px;
	clear: both;
   }
   
   .right {
	height: auto;
	width: 640px; 
	margin-left: 40px;
	float: left;
   }
   
   .logo {
	height: auto;
	width: 640px;
	margin: 40px 0 30px 0;
	clear: both;
   }
   
   .slideshow {
	width: 640px;
	height: 242px;
	margin-bottom: 30px;
   }
   
   .maintext { 
	width: 640px;
	min-width: 640px;
	max-width: 640px;
	height: 100%;
    background: #FFF;
	border-radius: 5px;
	margin: 0 auto 30px auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 25px;
   }
   
   .footer { 
    height: 43px;
	width: 100%;
	font-size: 13px; color: #FFF; text-align: center;
	padding-top: 7px;
    background: #363636;
	border-top: 1px solid #FFF;
	border-top-color: #FFF;
	position: relative;
	margin: 0 auto;
	margin-top:-50px;
	clear: both;
   }
   
   .liveint { 
	width: 88px;
	height: 15px;
	position: fixed;
	bottom: -20px;
	right: 50%;
	margin-right:-44px;
	z-index: 9999;
   }

img { border: none; }
img.head { margin-bottom: 30px; border-radius: 5px; }
.slideshow img { border-radius: 5px; }

hr { margin: 12px 20px 0 20px; }

.menu a { display: block; color: #000; text-align: left; padding-left: 15px; text-decoration: none; width: 225px; height: 32px; background:url(../images/menubg.jpg) top repeat-x; line-height: 32px; clear: both; border-radius: 5px; margin-bottom: 3px; }
.menu a:hover { color: #FFF; text-decoration: none; background:url(../images/menubg.jpg) bottom repeat-x; }
.right a { color: #FFF; }
.maintext a { color: #006; }
.footer a { color: #FFF; }