/* CSS Document */


body {margin: 10px 0px 0px 80px; font: 15px verdana; color: blue;}

#page {border: 1px solid red; width: 597px; background-color: #ffe5dd;}

#nav { width: 600px; padding: 5px 0px 5px 5px; background-image:  url(../images/nav-bg-1.jpg); border: 1px solid #ff13cf;
	line-height: 20px;  margin-left: 0px;}

#top-nav { width: 600px; padding: 5px 0px 5px 5px; background-image:  url(../images/nav-bg-1.jpg); 
		border: 1px solid #ff13cf; line-height: 20px;  margin-left: 1px;}
		
.nav-inside {padding: 0px; background-color: transparent; float: left; width: 118px; 
				text-align: center; }		
		
a.nav {font: 14px/20px verdana; color: white; text-decoration: none; }
a.nav:visited { font: 14px/20px verdana; color: #ffffd6; }
a.nav:hover {font: 14px/20px verdana; color: #ffffff; text-decoration: none; border-bottom: 1px dashed white;}

	
.header-1 {border: 1px solid red; width: 555px; height: 30px; background-image:  url(../images/header-bg-1.gif); 
		color: white; font: italic 18pt arial;  padding: 10px 10px 10px 40px; margin-left: 1px;}
		
a.header {font: italic 18pt arial; color: white; text-decoration: none;}
a.header:visited {color: #ffffd6;}
a.header:hover {border-bottom: 1px dashed white; text-decoration: none;}

a.text {font: bold 15px verdana; color: blue; text-decoration: none;}
a.text:visited {color: blue;}
a.text:hover {color: red; border-bottom: 1px dashed red; text-decoration: none;}

	
#main {height: 400px; width: 600px; background-color: #fff9e9; padding: 10px 0px 10px 9px; 
			border-top: 1px solid red;}
			
#main-text {padding: 30px 60px 30px 50px; line-height: 20px;}

a.main { font: 15px verdana; color: #b70009; text-decoration: none; border-bottom: 1px dashed #b70009;}
a.main:visited { font: 15px verdana; color: #b70009; text-decoration: none;}
a.main:hover { font: 15px verdana; color: #9b0005;  text-decoration: none; border-bottom: 1px dashed #fff9e9;}
			
.title {font-weight: bold; } 

#footer {border: 1px solid red; width: 555px; height: 30px; background-image:  url(../images/header-bg-1.gif); 
		color: white; font: italic 14pt arial;  padding: 10px 10px 10px 40px; margin-left: 1px;}


