@charset "utf-8";
/* CSS Document */

Body {
	background: black ;	
}
a:link, a:visited {
	color: #302f2b ;
}
a:hover {
	color: black ;
}
	#Main {
		position: relative ;
		margin: auto ;
		width: 798px ;
	}
		#NavBar {
			position: relative ;
			margin-top: -5px ;
			background-image: url(../Media/Layout/NavBar_Dark.jpg) ;
			background-repeat: no-repeat ;
			height: 22px ;
			text-align: right ;
			padding-right: 20px ;
		}
			#NavBar a:link, #NavBar a:visited, #NavBar a:hover {
				margin-left: 15px ;
				color: RGB(95,94,88) ;
				font-family: "Times New Roman", Times, serif ;
				font-size: 14px ;							
				font-weight: bold ;
			}
			#NavBar a:hover {
				color: RGB(75,74,68) ;
				text-decoration: none ;
			}
		#UpperContent {
			position: relative ;
			background-image: url(../Media/Layout/UpperContent_Dark.jpg) ;
			background-repeat: no-repeat ;
			height: 65px ;
		}
		#RepeatableContent {
			position: relative ;
			background-image: url(../Media/Layout/RepeatableContent_Dark.jpg) ;
			background-repeat: repeat-y ;
			min-height: 28px ;
			padding-top: 1px ;
			padding-left: 40px ;
			padding-right: 40px ;					
		}
			.PageTitle {
				background-image: url(../Media/Layout/TitleBackgroundGradient.jpg) ;
				background-repeat: no-repeat ;
				height: 27px ;
				padding: 5px ;	
				color: #302f2b ;	
				font-weight: bold ;		
			}
				#PageTitleText {
					position: relative ;
					float: left ;
				}
				#PageOfPage {
					font-size: 12px ;
					position: relative ;
					float: right ;
				}
			.Showcase-Copy {
				background-color: rgb(255,255,255) ;
				border: 1px solid rgb(200,200,200) ;
				padding: 10px ;
				margin: 10px ;
			}
			#SortBy {
				font-size: 12px ;
				padding-left: 5px ;
			}
			.PageNavigation {
				position: relative ;
				margin-top: 10px ;
				text-align: center ;
			}