/* --------------------------------------------------------------
    General styles
    By Roy Niels 
---------------------------------------------------------------*/
body {
	font: normal 12px/19px Georgia, "Times New Roman", serif, typewriter;
}
h1 {
	font: normal 66px/73px Arial, Verdana, Tahoma;
	margin: 8px 0;
}
h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: normal;
	margin: 8px 0;
}

p {
	margin: 19px 0 0 0;
}

a:hover {
	text-decoration: none;
}
.col {
	width: 245px;
	text-align: justify;
	float: left;
	margin: 0 15px;
}
.col_offset {
	margin-top: 267px;
}

#about_wrapper, #portfolio_wrapper {
	width: 795px;
	overflow: hidden;
	margin: 0 auto;
}
#about, #portfolio {
	width: 825px;
	margin: 0 0 0 -15px;
	overflow: hidden;
	position: relative;
}
#about {
	padding: 100px 0 19px 0;
}
#about_bg, #portfolio_bg {
	width: 900px;
	margin: 0 auto;
	
}
#about_bg {
	background: url(../gfx/bg.jpg) no-repeat 53px 0;
}
#portfolio_bg {
	background: url(../gfx/so.png) no-repeat 20px 25px;
}
#portfolio h1{
	margin-left: 290px;
}
#portfolio {
 border-bottom: 2px solid black;
 padding-bottom: 19px;
 margin-bottom: 2px;
}
#portfolio p {
	margin: 0 0 19px 0;
}
#portfolio_wrapper{
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}