/* CSS Document */

html {margin:0; padding:0;}

body {
background-image: url(_images/bcgr0.jpg);
background-position:left top;
background-repeat:no-repeat;
background-attachment:fixed;
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; text-decoration: none; }
a:visited { color:#bf1c1c; text-decoration: none; }
a:hover { color:#bf1c1c;text-decoration: none; text-decoration: line-through; }


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;
background-color:#000000;
width:100%;
height:70px;
margin:0;
padding:0;
border-bottom:1px solid #330000;
}







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

#box1{
width:650px;
height:100%;
margin:0 auto;
padding:20px 0;
text-align:justify;
}

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

#box1 img{
border:1px 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:300px; margin-bottom:15px; text-align:center; border:0px solid #666666; }
.image img { margin:0 auto; border:2px solid #000000;}







#box1 .collab {
margin:20px 0;
padding:0;
text-align:center;
}


.collab p {
font-size:10px;
text-align:left;
text-transform:uppercase;
letter-spacing:1px;
background-color:#330000; 
color:#bf1c1c;
margin:0 0 8px 0;
padding:0 0 0 8px;
border-bottom:1px solid #330000;
}


.collab-1 {
background-color:#000000;
width:200px;
margin:5px 0 5px 0;
padding-bottom:10px;
float:left;
border:1px solid #330000;
}

.collab-2 {
background-color:#000000;
width:200px;
margin:5px 0 5px 20px;
padding-bottom:10px;
float:left;
border:1px solid #330000;
}

.collab-3 {
background-color:#000000;
width:200px;
margin:5px 0 5px 0;
padding-bottom:10px;
float:right;
border:1px solid #330000;
}

.collab-4 {
clear:both;
}









/* --------------------- MENU ---------------------------------------------------- */
#menu {
width: 100%;
background-color:#000000;
margin:0;
padding:0;
}

#menu ul {
margin:0;
padding:5px;
text-align: center;
list-style-type:none;
border-bottom:1px solid #330000;
}

#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;
border-right: 0px solid #666666;
text-transform:uppercase;
}

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

