body{
	background:#FFFFFF url(../images/cork-wallet2.png);
	margin:0px;
	font: 400 14px/22px 'Open Sans', Verdana, Helvetica, sans-serif;
	color:#585858;
}
h1{font: 400 58px/10px 'Bree Serif', Georgia, serif; color:#585858;}
h2{font: 400 18px/22px 'Bree Serif', Georgia, serif; color:#585858;}
h3{font: 400 14px/16px 'Bree Serif', Georgia, serif; color:#585858;}
ul{margin:0px; padding:0px;}
a {text-decoration:none; color:#585858;}
a:hover {color:#979797;}
a img{border:0px;}

#container{
	width:950px;
	margin:0px auto 300px auto;
	background:url(../images/triangles.png);
	overflow:auto;
	padding-bottom:100px;
}

/****************************************************/
/* HEADER */
/****************************************************/

#header{
	width:864px;
	height:60px;
	background:url(../images/triangles.png);
	padding:0px 43px;
	position: fixed;
	top:0px;
	left:50%;
	margin: 0 0 0 -475px;
}
#header #logo{
	padding-top:30px;
	float:left;
}
#header #main-menu{float:right; padding-top:25px;}
#header #main-menu li{
	float:left;
	list-style:none;
	margin-left:27px;
	font: 400 16px/20px 'Bree Serif', Georgia, serif;
}

/****************************************************/
/* ABOUT SECTION */
/****************************************************/

#about{margin:0px 43px; padding-top:50px;}
#about h1{float:left;}
#about .content{overflow:auto;}
#about .content img{float:left; margin-right:40px; margin-top: 20px; border:5px solid #585858;}

/****************************************************/
/* WORK SECTION */
/****************************************************/

#work{margin:0px 43px; padding-top:50px;}
#work .content{overflow:auto;}
#work #work-thumbs li{
	list-style:none;
	float:left;
	margin:0px 25px 25px 0px;
	padding:0px;
	}
#work #work-thumbs li.last{
	margin:0px 0px 0px 0px;
	}

/****************************************************/
/* EXPERIENCE SECTION */
/****************************************************/

#experience{margin:0px 43px; padding-top:50px;}
#experience .col{
	width:235px;
	float:left;
}
#experience .content{overflow:auto;}
#experience .col-mid{margin:0px 65px;}


/****************************************************/
/* CONNECT SECTION */
/****************************************************/
#connect{margin:0px 43px; padding-top:50px;}
#connect .content{overflow:auto;}


/****************************************************/
/* MISC */
/****************************************************/
.top-divider, .bottom-divider{
	width:100%;
	height:9px;
	background:url(../images/divider.png) repeat-x;
	clear:both;
}
.top-divider{margin-bottom:10px;}
.bottom-divider{margin-top:40px;}
