/* site_page_content.css */

/*** General ***/
#Content{
	font-family:"Tahoma";
	padding:20px;
}
#Content h1{
	color:#FFF;
	font-size:1em;
	margin:0;
	margin-bottom:-1px;
}
#Content .BodyText{
	color:#FFF;
	font-size:.7em;
}
#Content .BigText{
	color:#FFF;
	font-size:.9em;
}
/*** Home ***/
#LatestNews{
	font-family:"Tahoma";
	padding:0px 20px 20px 20px;
}
#LatestNews h2{
	color:#FFF;
	font-size:.8em;
	text-transform:uppercase;
	margin:0;
}
#LatestNews .NewsItem{
	font-family:"Tahoma";
	color:#FFF;
	font-size:.7em;
	margin-top:15px;
}
#LatestNews .NewsItem a{
	color:#FFF;
	font-weight:bold;
}
#LatestNews .NewsItem a:hover{
	text-decoration:none;
}

/*** Gallery ***/
.SingleGalleryDisplay{
	margin:0px 0px 10px 0px;
	width:122px;
	text-align:center
}
.SingleGalleryDisplayImage {
	vertical-align:middle;
	width:110px;
	height:110px
}
#GalleryPagination{
	color:#FFF;
	font-size:.7em;
	text-align:center;
}
#GalleryPagination a{
	color:#FFF;
}
#GalleryPagination a:hover{
	text-decoration:none;
}

/*** Biography ***/
#BiogScrollBox{
	padding-right:5px;
	text-align:justify;
	position:relative;
	margin: 0;
	left:0;
	top:0;
	height:300px;
	z-index:1;
	overflow: auto;
	visibility: visible;
}
#GigScrollBox{
	padding-right:5px;
	text-align:justify;
	position:relative;
	margin: 0;
	left:0;
	top:0;
	height:200px;
	z-index:1;
	overflow: auto;
	visibility: visible;
}
#NewsScrollBox{
	padding-right:5px;
	text-align:justify;
	position:relative;
	margin: 0;
	left:0;
	top:0;
	height:300px;
	z-index:1;
	overflow: auto;
	visibility: visible;
}
