 html,body{ 

            margin: 0; 

            padding: 0; 

            background-color: #ffffff; 

            background-image:url(../img/bg.png);

            background-repeat: repeat-x;

            font-size: 12px;

            font-family: Arial;

            line-height: 1.5em;

            color: #222222;

                        

       min-height:100%; height: 10%;

       } 



  #container {width: 975px; margin: 0 auto;}



  #header {width: 975px; height: 150px; background-image:url(../img/header.jpg);}

  

  #menu {width: 975px; height:60px; background-image:url(../img/menu.jpg); background-repeat: no-repeat;}

  #slidercontainer {width: 975px; height: 216px; background-image:url(../img/slidebg.png);} 
 

  #content {width: 975px; float: left;}

 
  #innercontent1 {width: 460px; float: left;}
  
  #innercontent2 {width: 460px; float: right;}
    
  #footer {width: 975px; height: 20px; padding:0px; clear: both;}
  

h1 {font-size: 1.4em; font-weight: bold; font-family: Arial; color:#3333cc;
/*
 text-shadow: 0.05em 0.05em 0.05em #66ccff; font-style: italic;*/}

h2 {font-size: 1.3em; font-weight: bold; font-family: Arial; color:#3333cc;
/*
 text-shadow: 0.05em 0.05em 0.05em #66ccff; font-style: italic;*/}
 
 
A.navi3:link {font-family:Arial; font-size:1.5em; font-weight:bold; color: #aa0000; text-decoration: none; line-height: 1.1em; text-align: center;}

A.navi3:visited {font-family:Arial; font-size:1.5em; font-weight:bold; color: #aa0000; text-decoration: none; line-height: 1.1em;}

A.navi3:hover {font-family:Arial; font-size:1.5em; font-weight:bold; color: #aa0000; text-decoration: underline; line-height: 1.1em;}

A.navi3:active {font-family:Arial; font-size:1.5em; font-weight:bold; color: #aa0000; text-decoration:none; line-height: 1.1em;}  
 
 
 
 
 .h3small
 {font-size: 1.2em; 
 font-weight: bold; 
 font-family: Arial; 
 color:#aa0000;
 }

hr {background-color: #cdcdcd; height:1px;}
  
  A:link {font-family:Arial; font-size:16px; font-weight:light; color: #aa0000; text-decoration: none; line-height: 1.1em;}

A:visited {font-family:Arial; font-size:16px; font-weight:light; color: #aa0000; text-decoration: none; line-height: 1.1em;}

A:hover {font-family:Arial; font-size:16px; font-weight:light; color: #ffffff; text-decoration: none; line-height: 1.1em;}

A:active {font-family:Arial; font-size:16px; font-weight:light; color: #aa0000; text-decoration:none; line-height: 1.1em;}     

  A.navi1:link {font-family:Arial; font-size:12px; font-weight:light; color: #3333cc; text-decoration: underline; line-height: 1.1em;}

A.navi1:visited {font-family:Arial; font-size:12px; font-weight:light; color: #3333cc; text-decoration: underline; line-height: 1.1em;}

A.navi1:hover {font-family:Arial; font-size:12px; font-weight:light; color: #0099ff; text-decoration: none; line-height: 1.1em;}

A.navi1:active {font-family:Arial; font-size:12px; font-weight:light; color: #3333cc; text-decoration:underline; line-height: 1.1em;}  
  
  
    A.navi2:link {font-family:Arial; font-size:14px; font-weight:light; color: #878787; text-decoration: underline; line-height: 1.1em;}

A.navi2:visited {font-family:Arial; font-size:14px; font-weight:light; color: #878787; text-decoration: underline; line-height: 1.1em;}

A.navi2:hover {font-family:Arial; font-size:14px; font-weight:light; color: #a5a5a5; text-decoration: none; line-height: 1.1em;}

A.navi2:active {font-family:Arial; font-size:14px; font-weight:light; color: #878787; text-decoration:underline; line-height: 1.1em;} 
  
  
  
  
  
  #slider{ width: 890px; height: 200px; margin-left: 42px; padding-top: 7px;}	
#slider ul, #slider li{
	margin:0;
	padding:0px;
	list-style:none;
	}
#slider li{ 
	width:890px;
	height:200px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
