﻿@charset "utf-8";
html {
	color:#666666;
}

body {
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td, hr {
	margin:0;
	padding:0;
}
a {
	color:#333333;
	text-decoration:none;
	hide-focus:expression( this.hideFocus=true );
	outline: none;
}
a:hover {
	color:#0D89E8;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
img {
	border:0;
}
input, select {
	vertical-align:middle;
}
.hidden {
	display:none;
}
.invisible {
	visibility:hidden;
}
.clr {
	clear:both;
}

#wrapper {
	width:100%;
}
.box_bg {
	background:url(../images/bg.jpg) repeat-x;
}
.box_bg_s {
	background:url(../images/sbg.png) repeat-x;
}
.box_center {
	text-align:center;
	margin-top: 300px;
}
#header {
	margin-top:33px;
}
.menu {
	background:url(../images/nav_link.gif) no-repeat;
	height:50px;
	width:860px;
	margin:10px auto;
	position:relative;
	text-indent:-999em;
}
.menu a {
	display:block;
	height:50px;
}
.menu li {
	display:block;
	height:50px;
	position:absolute;
	top:0;
}
.menu .about {
	left: 115px;
	width:115px;
}
.menu a:hover {
	background: transparent url(../images/nav_link.gif) no-repeat;
}
.menu .about a:hover {
	background-position:-113px -51px;
}
.menu .artwork {
	left: 230px;
	width:145px;
}
.menu .artwork a:hover {
	background-position: -228px -51px;
}
.menu .design {
	left: 375px;
	width:125px;
}
.menu .design a:hover {
	background-position: -373px -51px;
}
.menu .contact {
	left: 500px;
	width:135px;
}
.menu .contact a:hover {
	background-position: -498px -51px;
}
.menu .blog {
	left: 635px;
	width:105px;
}
.menu .blog a:hover {
	background-position: -633px -51px;
}
#container {
	width:860px;
	margin:20px auto;
}
.person_info {
	color:#666666;
	line-height: 20px;
	padding-left: 130px;
}

.contact_away {
	color:#666666;
	line-height: 20px;
	padding-left: 130px;
	font-size: 90%;
}

#work_box {
	line-height: 20px;
	text-align: center;
}
.work {
	margin: 30px;
	border-bottom: 1px dashed #B7B7B7;
}
.work p {
	padding: 5px 0;
}
