body{
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000;
}
#wrapper{
	width:706px;
	display:block;
	margin:0 auto;
}
#wrapper2{
	width:990px;
	display:block;
	margin:0 auto;
	background-image:url(images/sidegrafic.jpg);
	background-repeat:no-repeat;
}
#introwrapper{
	width:700px;
	margin:0 auto;
}
#header{
	width:706px;
	height:125px;
	background:url(images/header.jpg) center no-repeat;
	margin:0, auto;
	display:block;
	margin:0;
}
#bodyfield{
	width:706px;
}
#bodyfield2{
	width:670px;
	height:650px;
	margin:0;
	padding-top:370px;
	padding-left:60px;
	background-image:url(images/custback.jpg);
}
#bodyfield3{
	width:670px;
	height:650px;
}
#bodyfield3 h1{
	size:25px;
	color:white;
	text-align:center;
}
#textarea{
	width:650px;
	padding-left:35px;
}
#textarea p{
	margin:15px;
	font-size:14px;
	padding-bottom:10px;
	line-height:1.8;
}
#textarea h1{
	margin:15px;
}
#textarea h2{
	margin:15px;
}
#textarea2{
	width:375px;
	height:325px;
	text-align:left;
}
#textarea2 p{
	margin:0 15px 10px 0;
	font-size:14px;
	color:#fff;
	line-height:1.5;
}
#textarea2 h1{
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	font-style:italic;
	padding-left:0px;
}
#press{
	width:707px;
	height:518px;
}
#sideimg{
	width:200px;
	float:left;
	height:900px;
	background:url(images/leftsideimg.jpg) center no-repeat;
}

/* Text */

h1{
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}
h2{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:oblique;
	margin:0px;
}




/* Navigation */

#navbar{
	padding:0;
	width: 706px;
	height: 50px;
	background-image:url(images/navbar.jpg);
	background-repeat: no-repeat;
}
#navbar li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 115px;
	height: 40px;
	float: left;
}
#navbar li#home {
	width: 105px;
}
#navbar li#aboutme{
	width:180px;
}
#navbar li#customwork{
	width:175px;
}
#navbar li#presspage{
	width:75px;
}
#navbar li#collection{
	width:160px;
}
#navbar li a {
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -5000px;
	background-image: none;
}
#navbar li a:hover {
	background-image:url(images/navbar.jpg);
}
#navbar #home a {
	background-position: 0px -50px;
}
#navbar #aboutme a {
	background-position:-105px -50px;
}
#navbar #customwork a {
	background-position: -285px -50px;
}
#navbar #presspage a {
	background-position: -460px -50px;
}
#navbar #collection a {
	background-position: -535px -50px;
}
