@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0f0f0f;
	margin:0px;
	padding:0px;
	color: #c1cad0;
	cursor:default;
}

a {
	color:#eee;
	text-decoration:none;
}

a img {
	border:none;
}
.container {
	position:absolute;
	width:100%;
	height:100%;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat:repeat-x;
	position:relative;
	width:100%;
	height:95px;
}
.headerlogo {
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	position:relative;
}
.navbar {
	background-image:url(images/navbar.jpg);
	background-repeat:repeat-x;
	width:100%;
}
.navbuttons {
	margin-left:auto;
	margin-right:auto;
	width:1020px;position:relative;
}
.content {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	background:#191919;
	_height:900px;
	min-height:900px;
	font-size:0px;
}
.page {
	font-size:12px;
	margin-top:15px;
	margin-bottom:10px;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	_height:860px;
	min-height:860px;
}
.gallerythumb {
	margin-left:auto;
	margin-right:auto;
	width:650px;
	height:145px;
}
.latestwork {
	margin-left:20px;
	margin-right:auto;
	width:650px;
	height:145px;
	background-image:url(images/latest.jpg)
}
.cvblock {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:100;
}
h1:first-letter {
	color:#811;
	font-size:22px;
	font-weight:900;
}
h2 {
	text-indent:40px;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:100;
}
h2:first-letter {
	color:#811;
	font-size:16px;
	font-weight:900;
}
h4 {
	text-indent:60px;
	font-weight:100;
}
.footer {
	font-size:12px;
	height:15px;
	width:1020px;
	background-color:#111;
}