
/* Layout Stylesheet */ 

body {
 margin:20px;
background-color: #842E38; 
background-image: url(layout/lop_bg2.png); 
 color: #333333;
 font-family: "arial", "verdana", sans-serif; 
 font-size: 12px;
 text-align: center;
 padding:0;
 }

#outer {
width: 669px; /* width of top image */   
margin: auto; 
text-align: left;
background: url(layout/Loopy_Banner3-5.gif) no-repeat;  
padding-top: 336px; /* height of top image + 100px */ 
 }

#hdr {
 height:23px;
 background-image: url(layout/lop_border1.gif);
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #7D7D7D;
 color: #333333;
 width:669px;
 padding:0;
 }

#l-col {
 float:left;
 background:#7D7D7D;
 color: #333333;
 width:145px;
 }

#cont {
 min-height: 850px;
 max-heignt: 5000px;
 width:495px;
 background:#BEB2B2;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

html { 
scrollbar-base-color: #666666;
scrollbar-arrow-color: #000000;
scrollbar-DarkShadow-Color: #666666;
scrollbar-Face-Color: #666666;
scrollbar-Highlight-Color: #443052;
scrollbar-Shadow-Color: #443052;
scrollbar-Track-Color: #BEB2B2;
}

#ftr {
 height: 17px;
 background-image: url(layout/lop_border1.gif);
 color: #5C121B;
 border:solid black;
 border-width:1px 0 0 0;
 margin: 0;
 padding: 3px;
 }

/*------------headline---------------*/ 
h2 { 
font-size: 13px; 
margin: 10px 2px; 
background-image: url(layout/lop_border1.gif);
border-top: 1px solid #221C12; 
border-bottom: 1px solid #221C12; 
text-align: center;
padding: 3px;  
} 

h5 { 
font-size: 70%; 
color: #E2E2E2;
margin: 10px 5px; 
border-top: 0px solid #221C12; 
border-bottom: 0px solid #221C12; 
text-align: right;
padding: 3px;  
} 

/*--------------general content styling-----------*/ 
p { 
margin: 10px 20px; 
font-size: 12px; 
}

img { 
border: 0; 
}

.credit { 
font-size: 10px; 
}

/*--------------link styling---------------*/ 
a:link { 
text-decoration: none; 
color: #5C121B; 
} 

a:visited { 
text-decoration: none; 
color: #5C121B; 
} 

a:hover, a:active { 
text-decoration: none; 
color: #A23C4A; 
border-bottom: 0px; 
} 

.image a:link, .image a:visited, .image a:hover, .image a:active { 
border: 0; 
}