a {	
			text-decoration: none;
			color: #000000;
							}
							
a#footer {	text-decoration: underline;
}

a:hover {	
			text-decoration: underline;
								}
								
a.album {	text-decoration: none;
}

body {
			background: #f2f2f2;
			color: #494949;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			line-height: 20px;	
	}
	
div#about {width:380px;
			position:absolute;
			left:300px;
			padding-left:10px;
			padding-right:10px;
}
	
div#aboutleft {width:300px;
				position: absolute;
				top: 0px;
				left:0px;}

div#aboutright {width:300px;
				position: absolute;
				top: 0px;
				right: 0px;}
	
div.album {
			width:293px;
			height: 600px;
			text-align: justify;
			float: left;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
}
								
div#content {
			width:1000px;
			margin: auto;
			}
			
			
div#footer {
			width:100%;
			font-size: 14px;
}
										
						
div#header {position: absolute;
			top: 10px;
			height: 70px;
			width: 1000px;
			border-bottom: solid black 3px;										}		
			
										
div#name {
			position:absolute;
			left: 20px;	
			}
						
						
div#navigation {
			position: absolute;
		 	right: 20px;
		 	top: 15px;
			}

div#main {	
			position: absolute;
			top: 100px;	
			width: 1000px;
			margin: auto;
		}				

h1 {
			text-align: center;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 250%;
			line-height: 30px;
			color: #000000
}


h2, h3{	
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #000000;
								}
		
img {
			border: none;
							}
							
p {
			font-size: 16px;}
		
	
