body {
	padding:0;
	border:0;
	width:100%;
	min-width: 790px;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	background:#8A9296 url(background2012.jpg) top left repeat;
}
	h2 {
		width: 100%;
		margin: 10px 10px 0;
		/*font-family: Helvetica, Arial, sans-serif;*/
		font-family: serif,Arial,sans-serif;
		font-size: 36px;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: normal;
		line-height: 1.5em;
		color:white !important;
	}
	ul#menu {
		background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px inset #AAAAAA;
    	color: #000000;
    	float: left;
    	font-family: Verdana,sans-serif;
    	font-size: 13px;
    	font-style: normal;
    	font-weight: bold;
    	height: 660px;
   		letter-spacing: normal;
    	line-height: 1.6em;
    	list-style-type: none;
    	margin: 13px 10px 0;
    	overflow: auto;
    	padding: 0;
    	text-transform: uppercase;
    	width: 220px;
	}
		ul#menu a {
		  display: block;
		  text-decoration: none;	
		}
		ul#menu li {
		  margin-top: 1px;
		}
			ul#menu li a {
			  background: #333;
			  color: #fff;	
			  padding: 0.5em;
			}
		ul#menu ul {
		  list-style-type:none;
		  margin: 0;
		  padding: 0;
		}
			ul#menu li ul li a {
			  background: #ccc;
			  color: #000;
			  padding-left: 20px;
			  font-size: 10px;
			  font-weight: normal;
			}
				ul#menu li ul li a:hover {
				  background: #aaa;
				  padding-left: 20px;
				}
				ul#menu li ul li a:active, ul#menu li ul li a:focus {
				  background: #AAA;
				  border-left: 5px #000 solid;
				  padding-left: 15px;
				  outline: none;
				}
	#TheAlbumPhoto {
		float: left;
		width: 554px;
		min-height: 440px;
		height:auto;
		/*border: 1px inset #AAA;
		background: url(background.png) repeat #AAAAAA;*/
		position: static;
		padding: 10px !important;
		margin: 0;
		overflow: auto;
		font-family: Verdana, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: normal;
		line-height: 1.6em;
		margin-top:3px;
	}
		#TheAlbumPhoto img {
			border: 1px outset #AAAAAA;
		}