/* 
    Document   : style
    Created on : 3-mag-2010, 10.58.13
    Author     : mw
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background: #9eceef;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

#header{
    margin : 0px;
}
#main{
    margin: 0px;
}

#menu{
    text-align: center;
    width: 700px;
    color: #0a7070;
}

#menu a:link{
     text-decoration: none;
    color: #0a7070;
    font-size: 14px;
}
#menu a:visited{
     text-decoration: none;
    color: #0a7070;
    font-size: 14px;
}
#menu a:hover{
     text-decoration: none;
    color: #48c2c2;
    font-size: 14px;
}
#title{
    font-size: 48px;
    text-align: center;
    color: #0a7070;
}

#main #title{
    font-size: 45px;
    text-align: center;
    color: #145d90;
    border : 2px dashed #0dc434;
    width: 796px;
    height: 56px;
}

#description{
    font-size: 14px;
    text-align: justify;
    color: #145d90;
    padding: 10px;
}

#main #description{
    font-size: 14px;
    text-align: justify;
    color: #0a7070;
    border : 2px dashed #0dc434;
    padding: 10px;
    width: 426px;
    height: 126px;
}

#gallery{
    background-color: #f3f8f8;
    border: 2px dotted black;
    padding: 5px;
    text-align: center;
    width :900px;
}

#image{
    background-color: white;
    border: 2px dotted black;
    padding: 5px;
    text-align: center;
    width :900px;
}
#index{
    background-color: white;
    border: 2px dotted black;
    text-align: center;
    width :900px;
}

#index a img{
    border : 0px;
}

#image img{
    border: 1px dashed black;
}

#banner{
    color: red;
    text-align: center;
}

a:link {
    text-decoration: none;
    color: red;
    font-size: 24px;
}
a:visited{
    text-decoration: none;
    color: red;
    font-size: 22px;
}
a:hover{
    text-decoration:  underline;
    color: red;
    font-size: 24px;
}
#galleryPhoto img{
    border: 2px dashed green;
    margin: 2.5px;
    text-align: center;
}

#galleryPhoto a img:link{
    text-decoration: none;
}
#galleryPhoto a img:visited{
    border: 2px dashed blue;
}
#galleryPhoto a img:hover{
    border: 4px dashed green;
}
#banner img{
    text-decoration: none;
    border: 0px solid;
}
#banner a img{
    border: 0px solid black;
}

#terms{
   text-align: center;
}

#terms a:link{
    font-size: 12px;
    text-decoration: none;
    color : black;
}
#terms a:hover{
    font-size: 12px;
    text-decoration: underline;
    color : black;
}
#terms a:visited{
    font-size: 12px;
    text-decoration: none;
    color : black;
}
