@import url(z5_000.css);

html {
 background: #333; 
} 

body {
 background: transparent; 
} 


#middle {
 	margin: 0px 160px 0px 160px;
	padding: 0;
	border: none;
	}

#main {
/* inside middle container */
 padding: 0;
 border: none;
}

#clock {
        height: 127px;
        width: 102px;
        margin: 5px 20px 0 0;
        padding: 0;
	}

#search {
        margin: -1px 20px 0 20px;
        border: none;
        padding: 0;
	}

#search p {
 background-color: #000;
 color: #ffe;
}

h1.logo {
 margin: 20px 20px 10px 20px;
 padding: 5px 20px;
 border: 1px solid #fff;
 color: #fff;
}

h1.title {
 margin: 10px 0 15px 0;
 padding: 0;
 border: none;
}

#nav ul {
 background-color: transparent;
 background: url(painting/amphitrite/amphitrite_menu.jpg) fixed; 
 background-position: 20px 20px;
 background-repeat: no-repeat;
}

#nav li a:link {
 color: #000;
 background: transparent url(painting/amphitrite/amphitrite_menu_p.jpg) fixed;
 background-position: 20px 20px;
 background-repeat: no-repeat; 
}

#nav li a:visited {
 color: #000;
 background: transparent url(painting/amphitrite/amphitrite_menu.jpg) fixed;
 background-position: 20px 20px;
 background-repeat: no-repeat; 
}

#nav li a:hover {
 color: #ffe;
 background-color: transparent;
 background: url(painting/amphitrite/amphitrite_menu.jpg) fixed;
 background-position: 20px 20px;
 background-repeat: no-repeat; 
}

#right {
 background: #333;
}

#right li a:link {
 color: #fd9;
}

#right li a:visited {
 color: #fd9;
}

#right li a:hover {
 color: #fa6;
}


