/* Generic Selectors */ 

body { 
font-family: Trebuchet MS, Arial, Helvetica, Verdana; 
font-size: 8pt; 
color: #5e5e5e; 
background-color: #040649; 
}

h1 {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-size: 10px;
color: #ffffff;
font-style: italic;
text-transform: lowercase;
border-bottom:#6c6c6c 1px dotted;
padding-left: 7px;
padding-right: 7px;
margin-left: 12px;
margin-right: 12px;
} 

h2 {
font-family: Arial, Helvetica, Verdana;
font-size: 10px;
color: #ecebd5;
text-transform: uppercase;
border-bottom:#5b5173 1px dotted;
padding-left: 10px;
margin-left: 8px;
margin-right: 8px;
text-align: right;
}

h3 {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-size: 9px;
color: #ffffff;
font-style: italic;
text-transform: lowercase;
border-bottom:#6c6c6c 1px dotted;
padding-left: 7px;
padding-right: 7px;
margin-left: 12px;
margin-right: 12px;
}

/**************** Pseudo classes ****************/

.normal {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-weight:normal;
font-size: 10px;
color: #f4f4f4;
padding-left: 7px;
padding-right: 7px;
margin-left: 6px;
margin-right: 6px;
} 

.up {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-weight:normal;
font-size: 9px;
color: #f4f4f4;
text-align: center;
} 

.picture {
border: 6px solid #ffeb33;
margin: 2px; 
text-align:left;
}

.icon {
margin: 2px; 
text-align:left;
}

.banner {
border: 6px solid #ffeb33;
margin: 2px; 
text-align:left;
}

.picture:hover {
border: 6px solid #472565;
margin: 2px; 
text-align:left;
}

.picture2 {
margin: 2px;
text-align: center;
border: 0px;
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-weight:normal;
font-size: 10px;
}

.picture3 {
margin: 2px;
border: 0px;
}

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

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

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

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

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

div#header {
z-index:1; 
position: absolute; 
top:0px; 
left:50px; 
right:20px; 
width:700px; 
height:438px; 
background-color: #010314;
}

div#maincontent {
z-index:2; 
position: absolute; 
top:438px; 
left:50px; 
right:20px;
width:680px; 
height:2262px; 
padding-left:10px; 
padding-right:10px; 
background-color:#010314;
}

div#column {
z-index:3; 
position:absolute; 
top:0px; 
left:750px; 
right:20px; 
width:180px; 
height:2675px; 
padding-left:10px; 
padding-right:10px; 
padding-top:25px;
background-color:#472565;
}
