html{
	background-color:#636466;
	font-family:Gill Sans, Georgia;
	color:#052D1D;
	font-size:11px;
	letter-spacing:3px;
	line-height:24px;
	text-transform:uppercase;
}
#body{
	width:900px;
	margin:0px auto 0 auto;

}
h1{
	font-size:10px;
	font-weight:bold;
	color:#00B193;
	letter-spacing:5px;
}
a{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
#nav{
height:40px;
}
#logo{
min-height:50px;
*height:50px;
text-align:center;
}
#nav ul{
margin:0;
padding:0;
}
#nav ul li{
list-style:none;
float:left;
}
#nav #profile{
display:block;
	width:150px;
	height:30px;
	background:url(../images/nav/james_profile_off.gif) top left no-repeat;
}
#nav a#profile:hover{
	background:url(../images/nav/james_profile_on.gif) top left no-repeat;
}
#nav #art{
display:block;
	width:150px;
	height:30px;
	background:url(../images/nav/james_art_off.gif) top left no-repeat;
}
#nav a#art:hover{
	background:url(../images/nav/james_art_on.gif) top left no-repeat;
}
#nav #design{
display:block;
	width:150px;
	height:30px;
	background:url(../images/nav/james_design_off.gif) top left no-repeat;
}
#nav a#design:hover{
	background:url(../images/nav/james_design_on.gif) top left no-repeat;
}
#nav #photography{
display:block;
	width:150px;
	height:30px;
	background:url(../images/nav/james_photo_off.gif) top left no-repeat;
}
#nav a#photography:hover{
	background:url(../images/nav/james_photo_on.gif) top left no-repeat;
}
#nav #sketches{
display:block;
	width:150px;
	height:30px;
	background:url(../images/nav/james_sketches_off.gif) top left no-repeat;
}
#nav a#sketches:hover{
	background:url(../images/nav/james_sketches_on.gif) top left no-repeat;
}
#nav #blog{
display:block;
	width:150px;
	height:30px;
	background:url(../images/nav/james_blog_off.gif) top left no-repeat;
}
#nav a#blog:hover{
	background:url(../images/nav/james_blog_on.gif) top left no-repeat;
}
#quote{
padding-top:20px;
	padding-bottom:40px;
}
.line{
padding-bottom:30px;
}
.footer{
font-size:9px;
text-align:center;
}

.cleaner{
clear:both;
}