@charset "UTF-8";
/* CSS Document */


/*=======================================================================*\
	Main CSS 
\*=======================================================================*/

body{
	background: #000000 url(../_images/leoferre.jpg) no-repeat center top;
	margin: 238px 0px 20px 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}

/*=======================================================================*\
	Structural CSS
\*=======================================================================*/

div#container {
	overflow: auto;
	background: url(../_images/top_bg.gif) top repeat-x;
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
	}
	
	div#menu {
		background: #a52726;
		height: 35px;
		padding: 0px 0px 0px 5px;
		overflow: hidden;
		}
		
		div#menu ul#menu_item {
			list-style-type: none;
			display: inline;
			}

			ul#menu_item li {
				display: inline;
				padding: 10px 0px 4px 4px;
				float: left;
				}

				ul#menu_item a {
					background: #a52726 url(../_images/menu_middle_split.gif) bottom no-repeat;
					padding: 2px 0px 0px 0px;
					display: block;
					height: 24px;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 11px;
					color: #FFFFFF;
					text-decoration: none;
					}
					
					ul#menu_item a:hover {
						color: #000000;
						text-decoration: none;
						}
					ul#menu_item a.current {
						color: #000000;
						text-decoration: none;
						}

	
	div#flash {
		background: #000000;
		height: 380px;
		width: 460px;
		float: left;
	}
	
	div#main {
		background: #000000 url(../_images/rightline.gif) right repeat-y;		
	}
	
	div#content {
		width: 450px;
		float: left;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		/*color: #CCCCCC;*/
		padding: 15px 35px 15px 15px;
	}
		
		div#content h1{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			font-weight: bold;
			text-transform:uppercase;
			color: #C4000F;		
		}
		div#content h2{
			font-size: 12px;
			font-weight: normal;
			color: #525156;
			margin: 10px 0px 3px 0px;
		}
		div#content .songtitle{
			/*font-size: 17px;*/
			font-weight: normal;
			font-style:italic;
			line-height: 30px;
			color: #FFFFFF;
		}
		div#content .smalltext{
			font-size: 10px;
			font-weight: normal;
			color: #525156;
		}
		div#content i{
			color: #FFFFFF;	
		}
		div#content .largeItalic{
			font-weight: normal;
			font-style:italic;
			font-size:17px;
			color: #FFFFFF;
		}
		div#content .grayText{
			font-size:12px;
			color: #525156;
		}
		
		
		div#content a:link, div#content a:hover, div#content a:visited{
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
			color: #C4000F;		
		}		
		div#content a:hover{
			font-size: 12px;
			font-weight: normal;
			text-decoration: underline;
			color: #C4000F;		
		}
		
			
	div#redbarbotm {
		background: #a52726;
		height: 20px;
		width: 960px;
		float: right;
	}
