
/* 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: #232020;
}

h1 {
font-size: 20px;
font-family: Helvetica;
text-transform: uppercase;
letter-spacing: -1px;
color: #fff;
}

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: #b50421;
}

h2 em {
text-transform: none;
}

ul {
padding-left: 0;
margin-left: 0;
list-style-type: square;
list-style-position: inside;
}

p {
text-align: justify;
}

p#text_nav {
}

div#nav img {/* logo*/
margin-left: -15px;/* like padding */
}

div#content img {
border: 9px solid #b50421;
}

img.float_left {
float: left;
margin-right: 7px;
}

img.float_right {
float: right;
margin-left: 7px;
}


a {
color: #b50421;
}

div#nav a {
margin-right: 8px;
margin-bottom: 6px;
display: block;
width: 160px;
color: #fff;
}

div#nav a.nav_link_selected {
background-color: #fff;
color: #b50421;
height: 14px;
padding: 2px;
text-decoration: none;
}

p#text_nav a#selected {
background-color: #fff;
color: #b50421;
padding: 2px;
text-decoration: none;
}

div#nav a img {
border: 0;
}

small {
font-size: 11px;
}


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

#container {
}

#nav {
position: absolute;
width: 185px;
height: 620px;
padding-left: 15px;
background-color: #232020;
background-image: url(images/shared/body_background.jpg);
background-position: bottom left;
top: 35px;
left: 0;
border: 0px solid white;
}

div#content {
position: absolute;
top: 35px;
left: 200px;
width: 680px;
padding: 0 10px 39px 20px;
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;
}