* {
    color: #000;
    margin: 0px;
    padding: 0px;
}
body {
    background-image: url(/images/printallphotos-background.gif);
}
body, td, p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}
p,h1,h2,h3 {
    padding-bottom: 12px;
}
ul {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#logo {
    position: absolute;
    top: 0px;
    left: 0px;
}
#menu {
    margin-top: 70px;
    height: 68px;
    background-image: url(/images/printallphotos-menu.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#menu ul {
    list-style:none;
    margin-left: 100px;
    padding-top: 30px;
}
#menu li {
    display: inline;
    margin: 10px;
}
#menu li span {
    font-weight: bold;
    color: black;
    text-decoration: none;
    font-size: 16px;
}
#menu li a {
    font-weight: bold;
    color: black;
    text-decoration: none;
    font-size: 14px;
}
#menu li a:hover {
    text-decoration: underline;
}
#container {
    position: relative;
    width: 1000px;
}
#content {
    padding-left: 85px;
    padding-right: 85px;    
    background-image: url(/images/printallphotos-background-content.gif);
    overflow:auto;
}
a {
    color: #0000C0;
    text-decoration: underline;
}
a:hover {
    color: #0000C0;
    text-decoration: none;
}
#tagcloud {
    display: block;
    position: absolute;
    width: 300px;
    right: 0px;
    left: 760px;
    margin: 20px;
}
#tagcloud a {
    color: #C0C0C0;
    text-decoration: none;
}
#tagcloud a:hover {
    color: #000000;
    text-decoration: underline;
}
#footer {
    height: 45px;
    background-image: url(/images/printallphotos-footer.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#copyright {
    text-align: right;
    width: 920px;
    color: #FFF;
    font-size: 11px;
    padding-bottom: 20px;
}
#copyright a {
    color: #FFF;
    text-decoration: underline;
}
#copyright a:hover {
    text-decoration: none;
}


.small {
    font-size:10px;
}
.mlogo {
    margin: 0 10 0 10;
    float: left;
}

#bottomcode {
    width: 300px;
    height: 250px;
    bottom: 100px;
    left: 600px;
    position: absolute;
}
div.serviceselect {
    text-align: center;
    margin-top: 10px;
    
}
div.serviceselect a {
    border: 1px solid gray;
    padding: 5px;
    display: inline-block;
}
.maincontent {
    width: 500px;
    float:left;
}
.maincontent h1 {
    padding-top: 10px;
    font-size: 20px;
}
div.albumselect {
    border: 1px solid gray;
    padding: 5px;
    display: inline-block;
    margin: 5px;
    text-align: center;
}
div.photoselect {
    border: 1px solid gray;
    padding: 5px;
    display: inline-block;
    margin: 5px;
    text-align: center;    
}
#ImageSelector div.photoselect img {
    /*width: 50%;*/
}
#ImageSelector div.photoselect img:hover {
    width: auto;
}
.maincontent p {
    margin-top: 10px;
}
.clearall {
    clear: both;
}
#ImageSelector {
    width: 330px;
    height: 600px;
    float: right;
    overflow: auto;
}