
* { 
padding: 0; 
margin: 0; 
}

body { 
background: url('Layout/bg5-4.png');
background-color: #7436BA; 
color: #3E0E18; 
font-family: "arial", "verdana", sans-serif;  
text-align: center; 
margin-top: 0px 
} 

#wrapper { 
width: 750px; /* width of top image */   
margin: auto; 
text-align: left;
background: url('Layout/Aleia_Banner4-4.png') no-repeat; 
padding-left: 150px 
} 

#maincontent { 
height: 427px; 
overflow: auto;
background-color: #443A3D;
border: 1px solid #0E0904; 
} 


html { 
scrollbar-base-color: #000000;
scrollbar-arrow-color: #7436BA;
scrollbar-DarkShadow-Color: #000000;
scrollbar-Face-Color: #000000;
scrollbar-Highlight-Color: #000000;
scrollbar-Shadow-Color: #000000;
scrollbar-Track-Color: #000000;
}


/*------------headline---------------*/ 
h2 { 
font-size: 90%; 
margin: 20px 2px; 
background-color: #7436BA;
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000; 
text-align: center;
padding: 3px;  
} 


/*--------------general content styling-----------*/ 
p { 
margin: 10px 20px; 
font-size: 80%; 
}

img { 
border: 0px none; 
}

.credit { 
font-size: 75%; 
color: #7436BA;
}

/*--------------link styling---------------*/ 
a:link { 
text-decoration: none; 
color: #000000; 
} 

a:visited { 
text-decoration: none; 
color: #000000; 
} 

a:hover, a:active { 
text-decoration: none; 
color: #3E0E18; 
border-bottom: 0px; 
} 

.image a:link, .image a:visited, .image a:hover, .image a:active { 
border: 0px none; 
}

/*-------------navigation-------------*/ 
#navigation { 
list-style-type: none; /*remove bullets*/ 
background: url('Layout/bg5-3.png');
font-weight: bold; 
font-size: 70%; 
border: 1px solid #0E0904; 
margin-bottom: 0px;
padding: 3px 7px 3px 7px;  
} 

#navigation li { 
display: inline; /*make horizontal list*/ 
} 


#navigation li a:link, #navigation li a:visited { 
color: #000000;
border-bottom: 0px solid #39455A; 
padding: 0 5px; 
margin: 0 4px;  
} 

#navigation li a:hover, #navigation li a:active { 
color: #3E0E18;
border-bottom: 0px solid #39455A; 
padding: 0 5px; 
margin: 0 4px;  
}