@charset "utf-8";
/* CSS Document */

#body { background-color:#cbdee6;}
#container { width:900px; min-height:500px; margin-left:auto; margin-right: auto; text-align:center; background-image:url(images/container.jpg); background-repeat:repeat-y; }

h1 { font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

#top { width: 900px; height:184px; margin:0px; padding:0px}
    
#logo { float:left; width: 165px; height: 184px; margin:0px; padding:0px}

#header { float: right; width:735px; height: 184px; background-image:url(images/header.jpg); background-repeat:no-repeat; margin:0px; padding:0px}

#middle {width:900px; height:32px; background-image:url(images/empty_bar.jpg);}
        
#bottom  { width: 900px; min-height:584px; margin:0px; padding:0px;  }
    
#nav  { float:left; width:358px; padding-top: 33px; line-height: 40px; min-height:351px; background-image: url(images/nav.jpg); background-repeat:no-repeat; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:14px; color:#665d54; position:relative;}

#nav a:link { color:black; text-decoration: underline;}
#nav a:visited { color: black; text-decoration: underline;}
#nav a:hover { color:black; text-decoration: none;}
#nav a:active { color:black; text-decoration: underline;}


#menu1 { position: absolute; left:29px; top:30px; text-align:left;}
#menu2 { position: absolute; left:29px; top:70px; text-align:left;}
#menu3 { position: absolute; left:29px; top:110px; text-align:left;}
#menu4 { position: absolute; left:29px; top:150px; text-align:left;}
#menu5 { position: absolute; left:29px; top:190px; text-align:left;}
#menu6 { position: absolute; left:29px; top:230px; text-align:left;}
#menu7 { position: absolute; left:29px; top:270px; text-align:left;}
 
 #voice {
	position: absolute;



left:: 55px; 				top: 335px;
	left: 102px;
	width: 0px;
}
	
#content { 
         float:right;
		 background-image:url(images/content.jpg); 		
		 background-repeat:no-repeat; 
		 width:502px;
		 padding-left:20px; 
		 padding-right: 20px; 
	     min-height:344px; 
		 padding-top:40px; 
		 padding-bottom:0px;
		 font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
		 font-size:12px; 
		 color:black; 
		 text-align:left;
		 }
		 
#content a:link { color:black; text-decoration: underline;}
#content a:visited { color:black; text-decoration: underline;}
#content a:hover { color:black; text-decoration: none;}
#content a:active { color:black; text-decoration: underline;}
		 
#content li{ padding: 5px;}
 
#footer {clear:both; background-color:#574f3f; text-align:center; color:#d6d3d0;  font-size:12px; }

#footer a:link { color:#d6d3d0; text-decoration:underline;}
#footer a:visited { color:#d6d3d0; text-decoration:underline;}

#footer a:hover { color:#d6d3d0; text-decoration:none;}
#footer a:active { color:#d6d3d0; text-decoration:underline;}

