/* CSS Document */

	body{
		margin:0;
		padding:0;
		background-color:#ebecef;
		background-image:url(images/photos/decembers/backgroundContent.jpg);
		background-repeat:repeat-y;
		height:850px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#logo{
		background-image:url(images/photos/decembers/logo.gif);
		width:153px;
		height:148px;
		position:absolute;
		z-index:20;
	}
	#head{
		width:100%;
		height:82px;
		background-color:#e4e0db;
		background-image:url(images/photos/decembers/backgroundHead.gif);
		position:absolute;
	}
	#head h1{
		font-size:0px;
		background-image:url(images/photos/decembers/title.gif);
		height:81px;
		width:520px;
		position:absolute;
		left:155px;
		z-index:9;
		color:#e4e0db;
	}
	#nav{
		width:156px;
		height:100%;
		background-image:url(images/photos/decembers/backgroundNav.gif);
		position:absolute;
		float:left;
	}
	#nav ul{
		position:absolute;
		top:120px;
		left:21px;
		z-index:10;
		padding-top:0;margin-top:0;
	}
	#nav li{
		list-style:none;
		list-style-image:none;
		line-height:0px; 
		font-size:0px;
	}
	#nav a{
		position:relative;
		display:block;
		font-size:0px;
		color:#00FF00;
		text-decoration:none;
		width:155px;
	}
	#designerLink {
		position:absolute; 
		bottom:5px;
		width:100%;
		text-align:right;
		right:20px;
		font-size:12px;		
	}
	#designerLink a{	
		padding-left:5px;
		font-size:13px;		
		font-weight:bold;
		color:#000000 !important;
	}
	#designerLink a:hover{
		color:#999999 !important;
	}
	#mnuAbout{
		background-image:url(images/photos/decembers/leftMenuOff_about.jpg);
		height:163px;
	}
	#mnuPhotos{
		background-image:url(images/photos/decembers/leftMenuOn_photos.jpg);
		height:147px;
	}
	#mnuLinks{
		background-image:url(images/photos/decembers/leftMenuOff_links.jpg);
		height:163px;
	}
	#mnuAbout:hover{
		background-image:url(images/photos/decembers/leftMenuOn_about.jpg);
	}
	#mnuPhotos:hover{
		background-image:url(images/photos/decembers/leftMenuOff_photos.jpg);
	}
	#mnuLinks:hover{
		background-image:url(images/photos/decembers/leftMenuOn_links.jpg);
	}
	#contact{
		font-size:14px;
		font-weight:bold;
		position:absolute;
		left:800px;
		bottom:10px;
		color:black;
		text-decoration:none;
	}
	#contact:hover{
		text-decoration:underline;
	}
	#content{
		height:100%;
		width:100%;
	}
	#content div{
		position:relative;
		top:120px;
		left:240px;
		width:720px;
	}
	#content div a{
		height:1%;
		display:block;
		text-align:center;
	}
	*html 	#content div a:hover{
		filter:alpha(opacity=80);
	}
	#content img:hover{
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
	}
	
	#content span{
		float:left;
		height:100px;
		width:105px;
		margin:5px;
	}
	#imageNavigation{
		position:relative; 
		top:0 !important; 
		left:0; 
		text-align:right;
		width:400px !important;
		padding:0 0 6px 0;
	}
	#imageNavigation a{
		display:inline !important;
		color:#000000;
	}
	#imageNavigation a:hover{
		color:#666666;
	}
	#imageNavigation a.disabled{
		color:#999999;
	}