body {
	margin:0;
	
	background-color:#ffffff;
	
	font-family:arial, helvetica;
	font-size:80%;
	line-height:150%;
	
		background-image:url(../images/background_home.jpg);
		background-repeat:no-repeat;
		background-position: top center;
	}
	
	.sub {
		background-image:url(../images/background_sub.jpg);
		}
				
	img {
		border:0;
		}	

	a {
		color: #896d4a; /* BROWN */
		text-decoration: none;
		}
		
	a:hover {
		color:#000000;
		}
		
		
h1, h2 {
	margin:0;
	padding:0;
	border:0;
	}

h3 {
	color: #896d4a; /* BROWN */
	}
	

#layout {
	width:980px;
	margin:auto;
	position:relative;
	}
	
	.content {
		width:480px;
		float:left;
		position:relative;
		}
	
		.photo {
			margin-top:120px;
			position:relative;
			left:165px;
			}
		
		.name {
			margin-top:52px;
			position:relative;
			left:174px;
			}
			
		.tag {
			margin-top:14px;
			position:relative;
			left:115px;
			}
		
		.text {
			margin:80px 10px 50px 10px;
			color:#444444;
			}
		
			.client_links {
				font-size:50%;
				text-transform:uppercase;
				margin-left:6px;
				}
				
			.work_photo{
				margin-left:50px;
				}
			
			.icons {
				position:relative;
				left:40px;
				}
				
				.icons img {
					display:inline;
					padding-right:3px;
					}
				
				
	.menu {
		position:relative;
		left:0px;
		width:480px;
		float:left;
		}
		
		.doing img.paper {
			position:relative;
			top:40px;
			}
		
		.doing ul {
			position:relative;
			top:10px;
			list-style:none;
			}
		
		.done img.paper {
			position:relative;
			left:-5px;
			}
			
		.done ul {
			position:relative;
			top:-25px;
			list-style:none;
			}
			
			.done ul ul {
				position:relative;
				top:0px;
				list-style:none;
				color:#b6ae9c; /* LIGHT BROWN */
				padding-left:15px;
				}
			
				.done ul ul a {
				color:#b6ae9c; /* LIGHT BROWN */
				}
				
				.done ul ul a:hover {
				color:#000000; 
				}
			
		
		.where {
			position:relative;
			top:-20px;
			}
			
		.where img.paper {
			position:relative;
			left:10px;
			}
			
		.where ul {
			position:relative;
			top:-10px;
			list-style:none;
			}
			
			.twitter {
				position:relative;
				left:-40px;
				top:10px;
				color:#b6ae9c; /* LIGHT BROWN */
				padding-left:15px;
				}
			
			.comment {
				color:#b6ae9c; /* LIGHT BROWN */
				}
