/* LBC CSS file */
/* Last modified 23 February 2009 */


/* Basic definitions for the whole page */ 
body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #000;
 background-color: #fff;
 border: 0;
 margin: 0;
 padding: 0;	
}

#layout {
 position:relative;
 background-image: url(../images/lbc-sidebar-web.jpg);
 background-repeat: repeat-y;
}

#logo img {
 border:0;
}

#navbar { 
 position: absolute;
 left: 208px;
 top: 176px;
 font-size: 100%;                                
 font-variant: small-caps;
}

#navbar a:link { 
 color: black; 
 text-decoration: none; 
 font-weight: bold;
}

.sep {
 color: #C90;
 font-weight: bold;
}

#navbar a:visited {
 color: black; 
 text-decoration: none; 
 font-weight: bold; 
}
 
#navbar a.now {
 color: #903;
}

#navbar a:hover {
 color: #C03;
} 

#main {
 background-color: #FFC;
 margin-top: 13px;
 margin-left: 208px;
 margin-right: 165px;
 padding: .5em;
 padding-bottom: 20em;
 line-height: 150%;
 zoom:1;/*ie*/
}
        
#main .headline {
 text-align: center;
 margin-top: 1em;
 margin-bottom: 1em;
 font-size: 1em;
 color: #903;
 font-family: Tahoma, Geneva, sans-serif;
 font-style: normal;
 text-transform: capitalize;
}

#main .section {
 font-size: 100%;
 font-weight: bold;
 color:#903;
 text-transform: uppercase;
 padding-top: .5em;
}

#main .text {
	font-size: 100%;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2em;
}
        
#main .image {
 float: right;
 z-index:100;
 padding: 1em 2em 1em 1em; 
} 
		
#contact {
 width:200px;
 position: fixed;
 right: 22px;
 bottom: 22px;
 text-align: right;
 line-height: 110%;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 70%;
 font-variant: normal;
}

#contact a:link {
 color: #903;
 font-weight: bold;
}
        
#contact a:hover {
 color:#C03;
}                  

#contact .copy {
 line-height: 110%;
 font-style: italic;
 font-weight: lighter;
 font-size: 82%;
}
