/**************** Pseudo classes - Fonts ****************/ 

body { 
font-family: Trebuchet MS, Arial, Helvetica, Verdana; 
font-size: 10px; 
color: #000000; 
background-color: #a59478; 
}

h1 { 
font-family: Arial Black, Arial, Century Gothic, Helvetica, Verdana;
font-size: 11px;
color: #432d2b;
border-bottom:#342322 1px dotted;
padding-left: 6px;
text-align: left;
}

h2 { 
font-family: Arial Black, Arial, Century Gothic, Helvetica, Verdana;
font-size: 11px;
color: #968684;
text-transform: uppercase;
border-bottom:#4e4544 1px dotted;
padding-right: 6px;
text-align:right;
}

h3 { 
font-family: Arial, Century Gothic, Helvetica, Verdana;
font-weight: bold;
letter-spacing: 1px;
font-size: 10px;
color: #dfc9c9;
text-align: left;
} 

.normal { 
font-family: Arial, Trebuchet MS, Helvetica, Verdana;
font-weight: normal; 
font-size: 11px;
color: #182024;
padding-left: 6px;
text-align: left;
} 

.top {
font-family: Trebuchet MS, Arial, Helvetica, Century Gothic, Verdana;
font-style: italic;
letter-spacing: 1px;
font-size: 10px;
color: #7a1d0b;
text-align: right;
} 

.picture {
border: 4px solid #7a1d0b;
margin-bottom: 5px;
margin-right: 5px;
}

.picture2 {
border: 0px;
padding-bottom: 5px; 
padding-right: 5px; 
}

/**************** Pseudo classes - Links ****************/ 

a:link { 
color: #7a1d0b;
text-decoration: none; 
cursor: pointer; 
}

a:visited { 
color: #7a1d0b;
text-decoration: none; 
cursor: pointer;
}

a:hover { 
color: #6d3a36; 
text-decoration: none; 
cursor: pointer;
}

a:active { 
color: #6d3a36;
text-decoration: none; 
cursor: pointer;
}

/************************* DIVs *************************/ 

div#header {
z-index:1; 
position:absolute;
top:0px; 
left:625px; 
right:20px; 
width: 332px;
height: 374px;
padding:0px; 
background-color:#1b0f0e;
}

div#main {
z-index:2; 
position:absolute;
top:0px;
left:50px;
width:550px;
height: 3302px; 
padding-left:15px;
padding-right:10px; 
padding-top:20px;
background-color:#dfd8ce;
}

div#right {
z-index:3; 
position:absolute;
top:360px; 
left:625px; 
right:20px; 
width:302px;
height: 2942px;
padding-left: 15px; 
padding-right:15px;
padding-top: 20px;
background-color:#1b0f0e;
}
