body { 
margin:0px; 
background-image: url(./images/bgx.jpg); 
background-repeat: repeat-x; 
background-color: #6a7181;
}


table#bdytbl { 
border: 0px;
width: 800px;
background-image: url(./images/bgy.jpg);
background-repeat: repeat-y;
}

td#bdy {  
margin:0px;
}

 a { 
font-family: arial; 
color: #111111;
font-family: arial; 
text-decoration: none; 
border-bottom: 1px dotted #000000;
}

 a:hover { 
background-color: #797f8e; 
}


#foot {
text-align: center; 
font-family: arial; 
font-weight: bold; 
font-size: 12px;
color: #111111; 
vertical-align: center;
margin: 30px 0px 20px 0px;
}

#links {
margin: 10px 100px 10px 0px;
float: right;
	}	
		
#links a {
text-decoration: none;
display: block;
width: 160px;
border-bottom: 1px dotted #3b3f4a;
text-align: left;
padding: 3px 3px 3px 5px;
margin: 2px 0px 3px 0px;
color: #53565c;
font-family: verdana;
font-size: 11px;
letter-spacing: 2px;
font-weight: bold;
	}
	
#links a:hover {
color: #1d1b18;
background-color: transparent;
	}		
	
#links h2 {
text-decoration: none;
display: block;
width: 160px;
text-align: right;
padding: 3px 3px 3px 3px;
margin: 11px 0px 3px 0px;
color: #2b2522;
font-family: verdana;
font-size: 12px;
letter-spacing: 2px;
	}
	
#links h2:first-letter {
font-size: 17px;
color: #1d1a19;
text-transform: uppercase;
	}		
	
h1 {
color: #383c45;
text-align: left;
font-size: 14px;
font-family:  verdana;
text-transform: uppercase;
margin: 0px 0px 0px 0px;
padding: 15px 10px 10px 40px;
letter-spacing: 2px;
background-image:url(./images/h1.jpg);
background-repeat: no-repeat;
width: 500px;
background-position: left;
	}
	
h3 {
color: #999999;
text-align: right;
font-size: 10px;
font-family:  verdana;
text-transform: capitalize;
margin: 0px;
padding: 5px;
letter-spacing: 2px;
width: 490px;
	}
	
		
	
p {
color: #272930;
text-align: left;
font-size: 12px;
font-family: verdana;
margin: 5px 0px 15px 10px;
width: 500px;
	}	
	
p img {
border: 1px solid #111111;
margin: 4px;
	}	
