		body {
			margin:0;
			background: #fff url(images/gradient.png) repeat-x 0 0;

		}
		
		#container {
			margin:20px;
			padding:40px 0 40px 100px;
			width:850px;
			}
		
		.column {
			float:left;
			width:270px;
			margin-right:20px;
		}
		
		#leftCol {
			margin-top:26px;
		}
		
		#rightCol {
			width:170px;
			margin-top:150px;
		}
		
		.floatClear {
			clear:both;
		}
		
		.column img {
			float:left;
			clear:left;
		}
				
		#text_1 {
			margin-top:35px;
		}
		
		.bio {
			font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
			font-size:13px;
			line-height:20px;
			margin-top:20px;
		}
		
		.photo {
			margin-bottom:20px;
		}
		
		.photo img {
			display:block;
		}
		
		
		.caption {
			font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
			font-size:9px;
			color:rgb(180,180,180);
			margin:0;
			margin: 4px 2px 0 2px;
			float:left;
		}
		
		.caption a {
			color:rgb(180,180,180);
			padding-bottom:3px;
			}
		
		.caption a:hover {
			color:rgb(102,102,102);
			padding-bottom:3px;
			}
		
		#navBar {
			font-family: "Georgia", serif;
			font-weight:bold;
			color:rgb(51,51,51);
			font-size:30px;
			padding:0;
			margin:0;
			margin-bottom:30px;
						
		}
		
		#navBar li {
			list-style-type: none;
			margin-top:4px;
		}
		
		a {
			text-decoration: none;
			background: url(images/dots.png) repeat-x 100% 90%;
			white-space: nowrap;
		}
		
		a:hover {
			background: url(images/dots_hover.png) repeat-x 100% 90%;
			white-space: nowrap;
		}
		
		#navBar a {
			color:rgb(51,51,51);
			padding-bottom:1px;
		}
		
		#navBar a:hover {
			background: url(images/dots_hover_wider.png) repeat-x 95% 93%;

		}
		
		
		#header {
			position:relative;
		}
		
		#iam, #punto {
			font-family: "Georgia", serif;
			font-size:18px;
			font-weight:bold;
			color:rgb(180,180,180);
			margin:0;
			margin-bottom:5px;
			}
			
		#punto {
			font-size:48px;
			line-height:12px;
			float:right;
			position:absolute;
			top:102px;
			left:255px;
			}