
/* Layout Stylesheet */ 

body {
 margin:40px;
background-image: url(layout/morpattern-1.gif); 
 color: #333333;
 font-family: "arial", "verdana", sans-serif; 
 font-size: 12px;
 text-align: center;
 padding:0;
 }

#outer {
width: 760px; /* width of top image */   
margin: auto; 
text-align: left;
background: url(layout/LGheader.png) no-repeat;  
padding-top: 177px; /* height of top image + 100px */ 
 }

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

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

#bodyblock {
 position:relative;
 background-image: url(layout/LG-2-bg.jpg);
 color: #221B12;
 width:760px;
 padding:0;
 }

#l-col {
 float:right;
 background-image: url(layout/LG-3-bg.jpg);
 color: #221B12;
 width:145px;
 }

#cont {
 min-height: 850px;
 max-heignt: 5000px;
 width:600px;
 background-image: url(layout/LG-2-bg.jpg);
 color: #221B12;
 border:solid #221B12;	
 border-width:0 0 0 1px;
 text-align:left;
 }

html { 
scrollbar-base-color: #8C7352;
scrollbar-arrow-color: #221B12;
scrollbar-DarkShadow-Color: #8C7352;
scrollbar-Face-Color: #8C7352;
scrollbar-Highlight-Color: #221B12;
scrollbar-Shadow-Color: #221B12;
scrollbar-Track-Color: #634A39;
}

#ftr {
 height: 17px;
 color: #735229;
 background: #221B11;
 border:solid black;
 border-width:1px 0 0 0;
 margin: 0;
 padding: 3px;
 }

/*------------headline---------------*/ 
h2 { 
font-size: 13px; 
margin: 10px 2px; 
border-top: 1px solid #221B12; 
border-bottom: 1px solid #221B12; 
text-align: center;
padding: 3px;  
} 

h5 { 
font-size: 70%; 
color: #221B12;
margin: 10px 5px; 
border-top: 0px solid #221B12; 
border-bottom: 0px solid #221B12; 
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: #4B392D; 
} 

a:visited { 
text-decoration: none; 
color: #4B392D; 
} 

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

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