﻿/* C.R. Saltpaw CSS */

/* common  */

* {
 padding: 0;
 margin: 0;
}

html {
 background: #4c4c4c;
 font: 12px Arial, Verdana, Geneva, sans-serif;
}

body {
 margin: 0px auto 0 auto;
 padding-bottom: 100px;
}

br {
 clear: both;
}

/* Left Column */

#leftCol {
 padding-left: 0px;
}
#leftCol p.header{
 padding-top: 100px;
 height: 16px;
 background: url(..images/header_01.gif) repeat-x;
}
/* Center Column */
#centerCol{
 padding-left: 349px;
}
/* navigation */

#navigation { 
 list-style-type: none;
}
#navigation li {
 float: left;
 margin-bottom: 10px;
}
#navigation a {
 display: block;
 height: 0px;
 padding-top: 20px;
 overflow: hidden;
 background-color: #5e5e5e;
}
#nav_home a {
 background: url(../images/menu_01.gif);
 width: 60px;
}
#nav_contact a {
 background: url(../images/menu_02.gif);
 width: 69px;
}
#nav_about a {
 background: url(../images/menu_03.gif);
 width: 107px;
}
#nav_exhibitions a {
 background: url(../images/menu_04.gif);
 width: 88px;
}
#nav_collections a {
 background: url(../images/menu_05.gif);
 width: 127px;
}
#nav_home a:hover {
 background: url(../images/menu_01_h.gif);
 width: 60px;
}
#nav_contact a:hover {
 background: url(../images/menu_02_h.gif);
 width: 69px;
}
#nav_about a:hover {
 background: url(../images/menu_03_h.gif);
 width: 107px;
}
#nav_exhibitions a:hover {
 background: url(../images/menu_04_h.gif);
 width: 88px;
}
#nav_collections a:hover {
 background: url(../images/menu_05_h.gif);
 width: 127px;
}



