/* default settings */


img {
    border: none;
}

a {
    outline: 0;
    text-decoration: none;
    /*gallery*/
    /*color: #689768;*/
    /*download*/
    /*color: #936b94;*/
    /*contact*/
    /*color: #4277aa;*/
    /*text*/
    color: #666;
}

a:hover {
    color: #aaa;
}

fieldset {
    border: 0;
    outline: 0;
}

/*body {
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #aaa;
    text-align: center;
}
*/
p {
    text-align: justify;
}
/*headings & link colors*/
h2 {
    /*font-size: 13px;
    color: #aaa;*/
	font-size: 11px;
	font-weight:bold;
    color: #aaa;
}
/*start with custom elements*/
.home {
    color: #666;
}

.gallery {
    color: #689768;
}

.downloads {
    color: #936b94;
}

.contact {
    color: #4277aa;
}

.align_vert {
    float: left;
    width: 833px
}

.clear {
    clear: both;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}
/*hidden anchor that brings back home*/
.link_home {
    position: relative;
    float: left;
    top: 90px;
    height: 100px;
    width: 500px;
    cursor: pointer;
}

#wrapper {
    position: relative;
    width: 933px;
    margin: 0 auto;
    text-align: left;
}

#header {
    background-image: url(../immagini/header.gif);
    background-repeat: no-repeat;
    height: 195px;
    position: relative;
}

#content {
    background-image: url(../immagini/content.gif);
    background-repeat: repeat-y;
    min-height: 440px;
    /*trick to make IE6 display correctly min-height: */
    height: auto !important;
    height: 440px;
}

.paragraph {
    width: 740px;
    margin-left: 50px;
}

.spacer {
    width: 740px;
    height: 30px;
}

#footer {
    background-image: url(../immagini/footer.gif);
    background-repeat: no-repeat;
    height: 112px;
    clear: both;
    text-align: center;
    padding-top: 30px;
}

#side {
    width: 100px;
    height: 411px;
    overflow: hidden;
    float: left;
    margin-left: -4px;
}

#side_menu {
    position: relative;
}

#side_menu ul {
    list-style-type: none;
}

#side_menu ul li a {
    width: 100px;
    height: 137px;
    display: block;
    margin-left: -50px;
}

#menu_gallery {
    background: url(../immagini/menu1.gif) no-repeat left top;
}

#menu_downloads {
    background: url(../immagini/menu2.gif) no-repeat left top;
}

#menu_contact {
    background: url(../immagini/menu3.gif) no-repeat left top;
}

#footer a {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
/*copyright*/
#copyright {
    height: 40px;
    clear: both;
    text-align: center;
    color: #999;
    padding-bottom: 20px;
}

#copyright p {
    line-height: 20px;
    text-align: center;
}
