@import url("/css/casavespinoForm.css");
@import url("/css/casavespinoPrint.css") print;
* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
body {
    background: #A4845D url(../img/back.jpg) center 0 no-repeat;
    font-family: Georgia, Times, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #000;
}
body * {
    font-family: Georgia, Times, sans-serif;
}
a {
    color: #fff;
    text-decoration: none;
}
.weiss {
    color: #fff;
}

h3, p {
    margin-bottom: 0.8em;
}
#shanty {
    width: 870px;
    height: 504px;
    margin: auto;
    position: relative;
    left: 36px;
    top: 126px;
    padding-top: 42px;
}
#navigation {
    float: left;
    width: 249px;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3em;
}
#navigation img {
    margin-bottom: -14px;
}
#navigation ul {
    list-style-type: none;
    margin-bottom: 0.3em;
}
#navigation li a {
    height: 32px;
	display: block;
}
#navigation li li {
    margin-left: 20px;
    font-size: 13px;
    line-height: 1.3em;
}
.nav_3 {
	padding-left: 3px;
}
.nav_4 {
	padding-left: 6px;
}
.nav_5 a {
	padding: 6px 0 0 9px;
	height: 28px !important;
}
.nav_6 {
	padding-left: 12px;
}
#content {
    position: relative;
    top: 65px;
    /* margin-left: 280px; */
    padding-right: 10px;
    margin-right: 130px;
    height: 410px;
    overflow: auto;
}
#footer {
    position: relative;
    left: 28px;
    top: 150px;
    width: 870px;
    margin: auto;
    text-align: center;
    padding-bottom: 1em;
}
#footer a {
    text-decoration: none;
}
.copyright {
    float: left;
}
.print {
    background: url(../img/ic_print.gif) 0 5px no-repeat;
    padding-left: 14px;
    float: right;
}
.print a {
    text-decoration: none;
}
#footer li {
    display: inline;
}
#footer,
#footer a {
    color: #fff;
    font-size: 12px;
}

.albumlist .thumb {
	display: table-row;
}
.albumlist .thumbLink,
.albumlist .albumname {
	display: table-cell;
	vertical-align: top;	
}

/* helpHacks */
.barrierReef {
    position: absolute;
    left: -5000px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

* html .clearfix {height:1px;}
