
   
#header {
	background-image: url(images/top.gif);
	width:724px;
	height:116px;
	margin-left: auto ;
	margin-right: auto ;
}


#content {
	background-image: url(images/body-bkg.gif);
        background-repeat: repeat-y;
        width:724px;
        padding-top: 20px;
        padding-bottom: 20px; 
        margin-left: auto ;
	margin-right: auto ;
}

#text {
        
        width:90%;
        padding-left: 40px;

}

#footer {
	width:724px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	margin-left: auto ;
	margin-right: auto ;
}






body {
        background-color: #E1F2FF;
        margin:20px;
}
.footer {
	font-family : sans-serif;
	font-size : small;
	color : black;
}

.footer:link { 
	text-decoration: none; 
}

.footer:link:hover { 
	text-decoration: underline; 
}

.footer:visited { 
	text-decoration: none;  
}

.footer:visited:hover { 
	text-decoration: underline; 
}

.copyright {
	font-family : sans-serif;
	font-size : smaller;
	color: gray;
}


a { 
	color: #597A96;
}

a: visited { 
	color: #597A96;
}

p {     
	font-family: georgia;
	
} 




h3 { 
   font-family: verdana; 
   border-bottom : thin dashed #597A96;
}