.capocaccia {
	background-attachment: fixed;
	background-color: #2B0A00;
	background-image: url(assets/bd_curtain2.jpg);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #ADA791;
}
.fineprint {
    overflow: hidden;
    width: 778px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    color: #AAA48E;
    text-align: left;
}

.fineprint p {
    float: left;
}

.fineprint p a {
    color: #EE2D24;
}

.picture-list {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: left;
}

.picture-list li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 23px;
}

.picture-list li a img {
    -webkit-box-shadow: 0px 1px 4px #000000;
    -moz-box-shadow: 0px 1px 4px #000000;
    box-shadow: 0px 1px 4px #000000;
    border: 2px solid #fff;
}

.social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    right: 5px;
    width: 50px;
}

.social-list li {
    margin: 0 0 0 3px;
    padding: 0;
    display: inline;
}

.social-list a img {
    vertical-align: middle;
}

.social-list li a {
    color: #fff;
}

.social-list li a:hover {
    color: #EE2E23;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #ADA791;
}
.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

/* scrollbars */
.scrollbar-vert{
        background-color: #d2e8ff;
        background-image: url('/assets/frame_right.jpg');
        background-position: -1px -115px;
        height: 278px;
        width: 5px;
        position: absolute;
        top: 0px;
        right: 20px;
}
.handle-vert{
        height: 42px;
        width: 5px;
        background-color: #EF2E25;
}

