body{
	background: url(images/bg.png) repeat-x #F6F6F6;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #fff;
	}
	
a{
	color: #555;
	font-style: italic;
}

#wrapper{
	width: 940px;
	margin: 0 auto;
	}
	
#leftcol{
	float: left;
	width: 200px;
}

#contactinfo{
	margin: 20px 0px 20px 5px;
	line-height: 150%;
	color: #555;
}
	
#main{
	width: 700px;
	float: right;
	
	}
	
#nav{
	display: block;
	height: 70px;
	background: url(images/bg.png) repeat-x;
	color: #fff;
	font-size: 2em;
	}
	
#nav li{
	float: left;
	margin: 10px 100px 0 20px;
	}
#intro{
	border-left: 1px solid #ccc;
	padding: 0px 0px 10px 20px;
	margin-bottom: 20px;
	}
	
.shot{
	background: url(images/shadow.png) bottom right no-repeat;
	height:254px;
	width: 320px;
	float: left;
	margin: 6px;
}

.block{
	height: 254px;
	width: 320px;
	float: left;
	margin: 6px;
	}

.imgblock{
	background-color: #fff;
	border: 1px solid #ccc;
	}

#footer, .clear{
	clear: both;
	}
	
h1{
	font-size: 2em;
	}
	
h2{
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	font-weight:bold;
	}
	
.preview{
	border: 1px solid #ccc;
	margin: 8px;
	}
	
.skills{
	margin: 20px;
	}
	
.skills li{
	list-style: circle;
	}
	
#footer{
	height: 150px;
	background: url(images/footer.png);
	padding-top: 10px;
	}
	
#footer #wrapper{
	text-align: center;
	color: #888;
	}
	
#work{
	background-color: #F6F6F6;
}

#grid{
	height: 22px;
	width: 22px;
	background: url(images/grida.png) no-repeat top left;
	display: inline-block;
}

#grid.active{
	height: 22px;
	width: 22px;
	background: url(images/grid.png) no-repeat top left;
}

#list{
	height: 22px;
	width: 21px;
	background: url(images/list.png) no-repeat top right;
	display: inline-block;

}

#list.active{
	height: 22px;
	width: 21px;
	background: url(images/lista.png) no-repeat top right;
}


	
