

body {
margin: 0 auto;
padding: 0;
font-family: Trebuchet MS,Tahoma,Arial,sans-serif;
font-size: .9em;
color:rgb(252,252,184);
background-color:rgb(51,51,51);
}

#container {
margin:0 auto;
width:902px;
}

#header {  
position:relative; 
width:902px;
height:188px;
background:url('eliz_images/header_image.jpg');
}

#menu {
position:absolute;
top:140px;
left:145px;
} 

ul {
float:left;
padding:0;
list-style-type:none;
}

li {
display:inline;
}

/*  main menu links  */

a.menu:link {
float:left;
text-decoration:none;
color:rgb(255,165,12);
padding:0.2em 1em;
}

a.menu:visited {
float:left;
text-decoration:none;
color:rgb(255,165,12);
padding:0.2em 1em;
}

a.menu:hover {
color:rgb(252,252,184);
}



/*  standard links  */

a:link {
color:rgb(252,252,184);
text-decoration:underline;
}

a:visited {
color:rgb(252,252,184);
text-decoration:underline;
}

a:hover {
color:rgb(255,165,12);
}

#main_background {
width:902px;
height:549px;
background:url('eliz_images/main_image.jpg');
}

.next_exhibit {
position:relative;
top:400px;
margin-left:50px;
text-align:center;
}

img {
border:none;
}


