body {
	background:#d9dde9 ;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

	#headerFull {
		background:url(images/header_bg.jpg);
		min-height:70px;
		height:auto !important;
		height:70px;
		padding:10px;
	}

		#header{
		padding:10px;
		margin:0 auto;
		width: 960px;
		}

		#header h1 {
			color: #F4F9FA;
		}

		#header h3 {
			color: #343232;
		}

	#navFull {
	background:url(images/nav_bg.jpg) repeat-x ;
	height:100px;
	padding:30px 0 0 0;
	}

	#nav {
	width:960px;
	margin:0 auto;
	}
	
		#nav ul {
			list-style-type: none;
			text-align:right;
		}

		#nav li {
			display: inline;
		}

		#nav li a {
			color: #343232;
			display: inline-block;
			font-weight: bold;
			padding:5px 20px 12px 20px;
		}

		#nav a:hover {
		background:#2e302f;
		color: #fff;
		text-decoration:none;
		}

		#nav #selected {
			color: #fff;
			background:#2e302f;
		}

	#content {
		background:#D9DDE9 url(images/content_bg.jpg) repeat-x;
		color: #343232;
		margin:auto;
		width: 960px;
	}

		#main-content {
			line-height: 130%;
			padding:30px;
			margin:auto;
			overflow:auto;
		}

		#main-content h2 {
			color:#49b4d8;
		}

		#main-content a {
			color: #343232;
		}
		
		#main-content a:hover {
			color:#49B4D8;
			text-decoration:none;
		}

		#box-content1, #box-content2 {
			border:1px solid #ccc;
			height:160px;
			margin-bottom: 20px;
			width:430px;
		}

		#box-content1 a, #box-content2 a {
		color: #fff;
		}

		#box-content1 a:hover, #box-content2 a:hover {
			color: #4c4b4b;
			text-decoration:none;
		}
		
		#box-content1 h3, #box-content2 h3 {
			background:#9dd7eb;
			color: #4c4b4b;
			margin-bottom:10px;
			padding:7px 0 10px 0;
			text-align:center;
		}

		#box-content1 {
			background: #49b4d8;
			float: left;
			margin-left:10px;
		}

		#box-content1 li a {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		}
		
		#box-content2 {
			background: #49b4d8;
			float: right;
			margin-right:10px;
		
		}
		
		.thumbnail img {
			border:2px solid #fff;
		}
		
		.thumbnail img:hover {
			border:2px solid #49B4D8;
		}

		#frontAlbumGroup {
			border:1px solid #343232;
		}
		
			.frontAlbumGroupHeading {
				background:#343232;
			}
			
			.frontAlbumGroupHeading h3  {
				color:#49B4D8;
			}
			
	#footer {
		background: url(images/footer_bg.jpg) repeat-x;
		clear:both;
		height:60px;
		padding:0;
		text-align:center;
		width:100%;
	}

		#footer li {
			display: inline;
			list-style-type: none;
			padding:0px 30px;
		}

		#footer a {
			color: #FFF;
		}

		#footer a:hover {
			color: #f87b3e;
			text-decoration:none;
		}

	#copyright {
		clear:both;
		color:#666;
		float:left;
		width:100%;
	}

		#copyright p {
			text-align: center;
		}

		#copyright p a {
			color:#069;
		}


