/* CSS Document */
/*Designalbum PopUps*/

html, body 
						{
						/*background-image:	 url(../img/album_bg.gif);
						background-repeat:	repeat;*/
						background-color:	#FFFFFF;
						margin-left:		0;
						margin-top:			0;
						font-family:		Arial, Helvetica, sans-serif;
						font-size:			14px;
						line-height:		104%;
						}

#content				
						{
						position:			relative;
						margin:				0px auto;
						display:			block;
						border: 			1px solid white;
						height:				90px;
						}

#image					{
						margin-left:		auto;
						margin-right:		auto;
						margin-top:	 		90px;
						display:			block;
						clear:				left;
						overflow:			hidden;
						border: 			0px dotted green;
						}				

#text					{
						display:			block;
						}

					
#nav
						{
						padding-top: 		10px;
						padding-left:       40px;
						height:				10%;
						text-align:			left;	
						display:			inline;
						float:				left;
						color:				#333333;
						text-decoration:	none;
						line-height:		140%;
						border: 			0px dotted blue;
						}						
						
#nav a:link
						{
						text-decoration:	none;
						color:				#333333;
						}				
#nav a:visited 
						{
						text-decoration:	none;
						color:				#333333;
						}
#nav a:hover
						{
						text-decoration:	none;
						color:				#FF0099;
						}
						
#description			{
						font-size:			11px;
						color:				#999999;
						text-align:			right;
										
						padding-top: 		10px;
						padding-right:		40px;
						
						display:			inline;
						float:				right;

						text-decoration:	none;
						text-align:			left;
						line-height:		140%;
						border: 			0px dotted green;
						height:				70px;
						}
						


