html, body {
	height:100%;
}

body {
	background: #fff;
	color: #666;
	font-family: Verdana;
	font-size: 62.5%;
	text-align:center;
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

a {
	color: #666;
}

#content a:hover {
	background: #efefef;
}

a img {
	border: none;
}

#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -304px;
	float: left;
}

#comingsoon { 
	width: 1px;
	height: 50%;
	margin-bottom: -31px;
	float: left;
}

#page {
	position:relative;
	width: 808px;
	height: 608px;
	clear: left;
	margin: 0 auto;
	background: url("/images/back.gif") repeat-y;
	text-align: left;
}

#header {
	width: 803px;
	height: 78px;
	padding: 74px 0 0 5px;
	background: url("/images/header.gif") no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	width: 214px;
	height: 41px;
	display: block;
	background: url("/images/lauralewis.gif") no-repeat;
	text-indent: -9999px;
}

.thumb a img {
	opacity: .6;
	filter: alpha(opacity=60);
}

.thumb a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#wrap {
	padding-top: 53px;
	height: 318px;
}

#navigation {
	float: left;
	width: 187px;
	font-size: .92em;
}

#navigation ul.firstlevel {
	margin: 0 0 0 43px;
	padding: 0;
	list-style-type: none;
}

#navigation a {
	color: #666;
	text-decoration: none;
}

#navigation ul.firstlevel li a {
	display: block;
	text-indent: -9999px;
	height: 9px;
	margin-bottom: 1.2em;
}

#navigation ul.secondlevel {
	margin: -7px 0 12px 0;
	padding: 0;
	list-style-type: none;
	text-transform: lowercase;
}

#navigation ul.secondlevel li a {
	clear: both;
	text-indent: 0;
	margin: 0 0 .5em 0;
	padding: 0 0 0 10px;
}

#navigation ul.secondlevel li {
	clear: both;
}

body.about ul.secondlevel li a#about_btn, body.contact ul.secondlevel li a#contact_btn, body.resume ul.secondlevel li a#resume_btn, body.osayo ul.secondlevel li a#osayo_btn {
	background: url("/images/arrow.gif") no-repeat;
}

#navigation ul.thirdlevel {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#navigation ul.thirdlevel li {
	clear: none;
	float: left;
	margin: 2px 0 5px 0;
	padding: 0;
}

#navigation ul.thirdlevel li a {
	display: block;
	margin: 0 4px 0 0;
	padding: 0;
	background: url(/images/square.gif);
	width: 7px;
	height: 7px;
	overflow: hidden;
	text-indent: -9999px;
}

#navigation ul.thirdlevel li a.current {
	background-position: -7px;
}

#navigation ul li a#mywork_btn {
	background: url("/images/mywork.gif") no-repeat;
	width: 52px;
}

body.mywork #navigation ul li a#mywork_btn {
	background-position: -52px;
}

#navigation ul li a#myinfo_btn {
	background: url("/images/myinfo.gif") no-repeat;
	width: 45px;
}

body.myinfo #navigation ul li a#myinfo_btn {
	background-position: -45px;
}

#navigation ul li a#myblog_btn {
	background: url("/images/myblog.gif") no-repeat;
	width: 48px;
}

body.myblog #navigation ul li a#myblog_btn {
	background-position: -48px;
}

#content {
	float: left;
	width: 621px;
	line-height: 1.3em;
}

body.home #content, body.myinfo #content {
	padding-left: 32px;
	width: 589px;
}

body.myinfo #content {
	width: 464px;
	padding: 0 125px 0 32px;
}

body.myinfo.resume #content {
	padding: 0 0 0 32px;
	width: 589px;
}

body.mywork #content {
	margin-top: -17px;
}

#welcomehead {
	background: url("/images/welcome.gif") no-repeat;
	width: 250px;
	height: 30px;
	margin-bottom: 22px;
}

#abouthead {
	background: url("/images/about.gif") no-repeat;
	width: 344px;
	height: 30px;
	margin-bottom: 22px;
}

#contacthead {
	background: url("/images/contact.gif") no-repeat;
	width: 183px;
	height: 30px;
	margin-bottom: 22px;
}

#resumehead {
	background: url("/images/resumehead.gif") no-repeat;
	width: 182px;
	height: 15px;
	margin-bottom: 5px;
}

#splash {
	position: relative;
	clear: left;
	background: url("/images/comingsoon.gif") no-repeat;
	width: 244px;
	height: 62px;
	margin-left: 80px;
}

#welcomehead h2, #welcomehead h3, #abouthead h2, #resumehead h2, #abouthead h3, #contacthead h3, #contacthead h2, #splash h1, #splash h2, #splash h3 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#prev {
	float: left;
}

#prev a {
	display: block;
	width: 9px;
	height: 18px;
	margin-right: 15px;
	background: url(/images/prev.gif) no-repeat;
	text-indent: -9999px;
}

#prev a:hover {
	background: url(/images/prev.gif) no-repeat;
	background-position: -9px;
}

#work {
	float: left;
	width: 550px;
}

#next {
	float: left;
}

#next a {
	display: block;
	width: 9px;
	height: 18px;
	margin-left: 15px;
	background: url(/images/next.gif) no-repeat;
	text-indent: -9999px;
}

#next a:hover {
	background: url(/images/next.gif) no-repeat;
	background-position: -9px;
}

.thumb {
	width: 150px;
	float: left;
	margin: 0 15px 15px 0;
}

#footer {
	clear: both;
	padding: 57px 0 0 43px;
	width: 765px;
	height: 28px;
	background: url("/images/footer.gif") no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p a {
	width: 102px;
	height: 10px;
	display: block;
	background: url("/images/email.gif") no-repeat;
	text-indent: -9999px;
}

.clear {
	clear: both;
}

#content ul {
	list-style: inside;
	padding: 0;
	margin: 0;
}

#content h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}

#content p {
	margin-top: 0;
}

.column {
	float: left;
	width: 270px;
	margin-right: 10px;
}

p.resumelink {
	margin-bottom: 30px;
}
