/* CSS Document */

html {margin:0; padding:0;}

body {
background-image: url(_images/bcgr0.jpg);
background-position:left top;
background-repeat:no-repeat;
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#bf1c1c;
margin:0; padding:0; 
text-align:center;
line-height:1.3em;
}

a:link { color:#bf1c1c; font-weight:bold;text-decoration: none; }
a:visited { color:#bf1c1c; text-decoration: none; font-weight:bold; }
a:hover { color:#bf1c1c;text-decoration: none; font-weight:bold; text-decoration:underline; }


img { margin:0; padding:0; border:0; }

/* ------------------------------------- BOX -------------------------------------------------------------------------------- */
#box {
background-image:url(_images/bcgr2.png);
width: 800px;
margin:0 auto;
border-bottom:1px solid #330000;}



/* ------------------------------------- HEADER -------------------------------------------------------------------------------- */

#header { 
background-image:url(_images/header.png); background-position:top center; background-repeat:no-repeat;
width:100%;
height:60px;
margin:0 auto;
padding-top:10px;
border-bottom:1px solid #330000;}

/* --------- GALLERY -------------------------------------------------------------------------------- */

#box1{
width:700px;
margin:20px auto;
padding:20px 0 20px 0;
text-align:justify;
margin:0 auto;
border:0px solid #330000;
}

#box1 .gallery{
text-align:center;
}

#box1 img{
border:2px solid #330000;
}

.contact { width:300px; margin:0 auto;text-align:center; font-weight:bold; line-height:1.5em;}

.links { width:400px; margin:0 auto;text-align:left; line-height:1.5em; color:#990000;}
.links a { color:#bf1c1c; text-decoration:none;}
.links a:hover {color:#bf1c1c; text-decoration:underline;}



.image {width:100%; margin-bottom:15px; text-align:center; border:0px solid #666666; }
.image img { margin:0 auto; border:2px solid #000000;}



/* --------------------- MENU ---------------------------------------------------- */
#menu {
width: 100%;
margin:0 auto;
padding:0px;
border-bottom:1px solid #330000;
}

#menu ul {
margin:3px auto 3px;
padding:0px;
text-align: center;
list-style-type:none;
border:0px solid #666666;
}

#menu li {
display:inline;
margin:0;
padding:0 3px;
border:0px solid #666666;
}

#menu a {
padding:0px 4px;
margin:0;
text-decoration:none;
font-size:12px;
font-weight:bold;
color: #bf1c1c;
border-right: 0px solid #666666;
text-transform:uppercase;
}

#menu a:hover { color:#000000; background-color:#bf1c1c;}
#menu .active { color:#000000; background-color:#bf1c1c;}
