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

  html  {
margin : 0;
padding : 0;
}
body {

line-height : 1.88889;
color : #555753;
background : #fff url(images/background.gif) repeat;
margin : 0 0 0 0;
padding : 0 0 0 0;
}
p {
margin-top : 0;
text-align : justify;
margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
} 


#header  {
font : 70% georgia, sans-serif;
background : #fff url(images/header.gif) repeat;
text-align : left;
padding : 0 0 0 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;

}



/*       Menu      */

.outer{
	margin:0px;
	padding:0px;
}	
#menu {
	font : 15px arial, bold;
	width: 262px;
	border-style: solid solid none solid;
	border-color: #a8422e;

	border-width: 1px;
	
	}
#menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background: url(images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #fff;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}                    
                  
					
#links {
	font : 15px style2 bold;
	width: 264px;
	border-style: solid solid solid solid;
	border-color: #fff;
	
	border-width: 1px;				}
	
	
	#content {
	font : 10px verdana, sans-serif; 
	padding:0 0 0 0;
	background : #ffffff url(images/footer.gif) no-repeat top center; 
	margin: 0px;
		
	}
	
	
	#right {
	font : 10px verdana, sans-serif;
	background: #000000;
	text-align : right;
	}
