@CHARSET "UTF-8";

body {
	
	margin: 0px;
	padding: 0px;
	background: #000000 center repeat-y url(img/bricktile.jpg);
	
	
}

#galleryIntroduction {
	
	color : #ffffff;
	margin : 10px;
	
}

#galleryIntroduction a {
	
	text-decoration : none;
	color : #dedede;
	font-weight : bold;
	
}

.clearRow {
	
	clear : both;
	
}

.linkImage {

	border: 0px;
	
}

.gallery_header {
	
	height : 25px;
	padding : 15px;
	margin : 0px 10px 00px -10px;
	font-weight : bold;
	font-size : 30px;
	color : #cacaca;
	font-family : Georgia, Garamond, Times, serif;
	clear : both;
	position : relative;
	border-top : 1px solid white;
	border-bottom : 1px solid white;
	
}

.gallery_item {
	
	
	width : 150px;
	padding : 10px 15px 10px 15px;
	margin : 20px;
	float : left;
	position : relative;
	background : #252525;
	text-align : center;
	
}


.gallery_img {

	border : 0;
	clear : both;
	
}

.gallery_caption {
	
	margin : 5px 0px 5px 0px;
	color : #ffffff;
	font-size : 12px;
	font-style : italic;
	bottom : 0px;
	width : 150px;
	text-align : center;
	clear : both;
	
}

.gallery_caption p {
	
	color : #ffffff;
	clear : both;
}


.gallery_tn {
	
	border : 0;
	max-width : 150px;
	max-height : 200px;
	
}

#wholePage {

	width: 100%;
	height: 100%;
		
}

#mainPage {

	width: 960px;
	min-height: 100%;
	height: auto;
	top: 0px;
	
	background: #000000;
	border: 0px solid black;
	border-left-width: 5px;
	border-right-width: 5px;
	margin: 0px auto 0px auto;
	
	position: relative;
	
	font-family: Georgia, Garamond, Times, serif;
	font-size: 14px;
	
}

#pageHeader {

	background: url(img/lrfa_header.png) top left no-repeat;
	height: 164px;
	width: 100%;
	position: relative;
	z-index: 10;
	
}

#pageHeader #navBar {

	text-align: right;
	top: 110px;
	margin-right: 18px;
	
	position: relative;
		
}




#pageContent {

	width: 900px;
	left: 0px;
	height: auto;
	background: #000000;
	padding: 20px 10px 85px 40px;
	
	overflow: hidden;
	line-height: 24px;
	
	position: relative;
	
}

#pageContent h1 {

	font-size: 24px;
	margin: 15px 0px 15px 0px;
		
}

#pageContent .insetImage {

	margin: 25px 10px 25px 10px;
	width: 660px;
	text-align: center;
}

#pageContent .insetImage img {

	max-width: 640px;
	border: 10px solid black;
		
}

#pageContent .imageCaption {

	background: url(img/caption_bg.png) repeat-y;
	color: #454545;
	margin: 10px;
	font-style: italic;
	font-size: 12px;
	max-width: 662px;
	padding: 10px;
	text-align: left;
	
		
}


#sideBar {

	width: 200px;
	top: 190px;
	left: 710px;
	
	color: #4a4a4a;
	
	padding: 15px;
	margin: 10px;

	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	
	position: absolute;
	background: url(img/sidebar_bg.png) repeat-y;
	
}

#sideBar h1 {
	
	font-size: 13px;
	margin: 5px 0px 5px 0px;

	
}


#sideBar p {

	margin: 5px 0px 5px 0px;
		
}


#pageFooter {

	background: url(img/lril_footer.png) bottom left no-repeat;
	height: 58px;
	bottom: 0px;
	width: 100%;
	
	text-align: right;
	
	color: #ffffff;

	position: absolute;
	z-index: 11;
	
}

#pageFooter #textNav {

	width: 100%;
	position: absolute;
	bottom: 32px;
	right: 5px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, sans-serif;
	font-size: 10px;
		
} 


#pageFooter a {

	color: #ffffff;
	text-decoration: none;
		
}

#pageFooter a:hover {

	font-weight: bold;
		
}


