/* MAIN SELECTORS */
body
{
  padding: 0;
	margin: 0;
	background: url(/images/bg.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

fieldset, legend
{
  border: none;
	padding: 0;
	margin: 0;
}

legend
{
  display: none;
}

h1
{
  font-size: 14px;
	color: #262324;
	text-transform: lowercase;
	padding: 0;
	margin: 0 0 10px 0;
}

a:active
{
  outline: none;
}

/* CONTENT */
#wrapper
{
  width: 770px;
	margin: 0 auto;
}

#header, #footer
{
  clear: both;
}

#header
{
  width: 100%;
	float: left;
}

/* NAVIGATION */
#navigation
{
  list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li
{
  float: left;
}

#navigation li a
{
  display: block;
}

/* home */
#navigation #home
{
  width: 165px;
	height: 83px;
}

#navigation #home a
{
  margin: 45px 0 0 0;
  height: 21px;
	padding: 10px;
	text-indent: -9000px;
	background: url(/images/logo.gif) no-repeat 0 10px;
}

/* studio */
#navigation #studio
{
  margin: 56px 20px 0 0;
  width: 77px;
	height: 83px;
}

#navigation #studio a
{
	height: 27px;
	width: 77px;
	text-indent: -9000px;
	background: url(/images/nav_studio.gif) no-repeat 0 -27px;
}

#navigation #studio a:hover
{
  background-position: 0 0;
}

/* work */
#navigation #work
{
  margin: 56px 20px 0 0;
  width: 58px;
	height: 83px;
}

#navigation #work a
{
	height: 27px;
	width: 77px;
	text-indent: -9000px;
	background: url(/images/nav_portfolio.gif) no-repeat 0 -27px;
}

#navigation #work a:hover
{
  background-position: 0 0;
}

/* contact */
#navigation #contact
{
  margin: 56px 20px 0 0;
  width: 77px;
	height: 83px;
}

#navigation #contact a
{
	height: 27px;
	width: 79px;
	text-indent: -9000px;
	background: url(/images/nav_contact.gif) no-repeat 0 -27px;
}

#navigation #contact a:hover
{
  background-position: 0 0;
}


/* BODY */
#column_left
{
  width: 140px;
	margin: 0 10px 0 0;
	float: left;
}

#column_right
{
  width: 600px;
	margin: 0 0 0 20px;
	float: left;
}

/* footer */
#footer
{
  float: left;
  margin: 15px 0 0 0; 
}

/*contact info */
dt
{
  display: none;
}

dd
{
  padding: 0;
	margin: 0;
	display: inline;
}

dl
{
  padding: 0;
	margin: 0;
	width: 700px;
}

#contact_address
{
  background: url(/images/footer_contact_info.gif) no-repeat top left;
	text-indent: -9000px;
	width: 358px;
	font-size: 10px;
	height: 15px;
	display: block;
	float: left;
}

#contact_email a
{
  background: url(/images/footer_contact_email.gif) no-repeat top left;
	text-indent: -9000px;
	width: 140px;
	height: 15px;
	font-size: 10px;
	display: block;
	float: left;
}

#contact_email a:hover
{
  background-position: 0 -15px;
}


/*footer nav */
#footer_nav
{
  width: 700px;
  clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#footer_nav li
{
  float: left;
}

#footer_nav li a
{
	font-size: 10px;
}

#footer_nav_copyright
{
  background: url(/images/footer_nav_copyright.gif) no-repeat top left;
	text-indent: -9000px;
	width: 115px;
	height: 13px;
	display: block;
}

#footer_nav_home a
{
  background: url(/images/footer_nav_home.gif) no-repeat top left;
	text-indent: -9000px;
	width: 38px;
	height: 13px;
	display: block;
}

#footer_nav_studio a
{
  background: url(/images/footer_nav_studio.gif) no-repeat top left;
	text-indent: -9000px;
	width: 46px;
	height: 13px;
	display: block;
}

#footer_nav_work a
{
  background: url(/images/footer_nav_portfolio.gif) no-repeat top left;
	text-indent: -9000px;
	width: 62px;
	height: 13px;
	display: block;
}

#footer_nav_contact a
{
  background: url(/images/footer_nav_contact.gif) no-repeat top left;
	text-indent: -9000px;
	width: 47px;
	height: 13px;
	display: block;
}

#footer_nav a:hover
{
  background-position: 0 -13px;
}

:focus
{
-moz-outline-style: none;
}