
/* reset white space */
html, body {
margin: 0;
padding: 0
}

h1, h2, h3, h4, h5, h6 {
margin-bottom: 13px;
margin-top: 13px;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 7px;
margin-bottom: 7px;
}

a img {
border: 0;
}


/*********************************************************************************************************
                                                                  ELEMENTS                                                                 
*********************************************************************************************************/	

body {
					font-family: Tahoma, Verdana;
					font-size: 11px;
					margin: 0;
color: #fff;
					background-color: #000;
					}

h1 {
font-size: 1px;
}

div#gallery h1 {
margin-bottom: 0;
}

div#gallery img {
margin-right: 9px;
margin-bottom: 9px;
width: 116px;
}

h2 {
font-family: "Arial Narrow";
text-transform: uppercase;
font-size: 14px;
font-weight: normal;
color: #CA0B21;
}

h2 em {
text-transform: none;
}

p {
text-align: justify;
}

div#nav a {
font-size: 1px;
margin-right: 8px;
margin-bottom: 6px;
display: block;
width: 160px;
}

div#nav a.nav_link_selected {
background-color: #CA0B21;
height: 14px;
padding: 2px;
}

div#nav a img {
border: 0;
}

small {
font-size: 11px;
}

					
/*********************************************************************************************************
                                                  LAYOUT                                                                  
*********************************************************************************************************/	

#container {
}

#nav {
position: absolute;
width: 215px;
height: 540px;
padding-top: 180px;
padding-left: 45px;
background-image: url(images/nav_background.jpg);
background-repeat: no-repeat;
top: 35px;
left: 0;
border: 0px solid white;
}

div#content {
position: absolute;
top: 35px;
left: 215px;
width: 680px;
height: 880px;
padding: 0 9px 9px 19px;
float: left;
border: 0px solid white;
background-repeat: no-repeat;
}

div#text {
position: absolute;
border: 0px solid red;
}

div#gallery {
border: 0px solid red;
}

div#gallery img {
width: 96px;
height: 96px;
}