body {
background-color: #248ad1;
margin: 0cm;
background-image: url('../images/bk.jpg');
background-repeat: repeat-x;
background-attachment: fixed;

}

table {
background-color: #ffffff;
font-family: arial;
font-size: 95%;
}

h3 {
font-family: arial;
background-image: url('../images/title.jpg');
color: white;
background-repeat: repeat-y;
padding-left: 10px;
}

.mini {
font-family: arial;
background-image: url('../images/titlem.jpg');
color: white;
background-repeat: repeat-y;
padding-left: 2px;
}

A:link {text-decoration: none; color: #1D2758;}
A:visited {text-decoration: none; color: #1D2758;}
A:active {text-decoration: none; color: #1D2758;}
A:hover {text-decoration: underline; color: #1D2758;}


/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for sample Gallery
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid darkred;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #000000;
border-width: 1px 0;
background: black url(../images/nav/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 8px 8px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/nav/blockdefault1.gif) center center repeat-x;
}

.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid  #000000;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #494949;
color: white;
}

.fader {
background-image: url('../images/fader.jpg');
background-repeat: repeat-x;
}

.fader1 {
background-image: url('../images/fader1.jpg');
background-repeat: repeat-x;
}