/*************************************************************
Interior pages style sheet
*************************************************************/

/*********************
  Main Styles
*********************/
html, body
	{
	margin: 0;
	padding: 0;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	}
body
	{
	text-align: center;
	color: #666;
	background-color: #fff;
	}

/*********************
  general items
*********************/
a
	{
	text-decoration: none;
	color: #666;
	background-color: #fff;
	}
a:hover
	{
	text-decoration: underline;
	color: #666;
	background-color: #fff;
	}

a img
	{
	border: 0;
	}

.strong
	{
	color: #000;
	background-color: #fff;
	}
/*********************
  header
*********************/
#header
	{
	position: relative;
	border-top: 1px solid #fff;
	width: 100%;
	}
#logo
	{
	position: absolute;
	z-index: 1;
	left: 14px;
	top: 20px;
	}
#art
	{
	display: block;
	position: absolute;
	right: 5px;
	top: 26px;
	width: 39px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/structural/nav.gif) no-repeat -261px 0;
	}
#art:hover
	{
	background-position: -261px -25px;
	}
#header #art.active
	{
	background-position: -261px -50px;
	}

/*********************
  content
*********************/
#description
	{
	border-top: 1px solid #999;
	}
#description p
	{
	margin: 0 auto;
	padding: 7px;
	width: 500px;
	border-top: 1px solid #e9e9e9;
	line-height: 1.5em;
	}
#description p.first
	{
	border-top-width: 0;
	}

/*********************
  navigation
*********************/
/* main navigation */
#nav
	{
	margin: 25px auto 0;
	padding: 0 7px;
	border: solid #999;
	border-width: 1px 1px 0;
	width: 261px;
	height: 23px;
	list-style-type: none;
	}
#nav li
	{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	}
#nav li#nav_design      { width: 55px; }
#nav li#nav_websites    { width: 67px; }
#nav li#nav_interactive { width: 80px; }
#nav li#nav_resume      { width: 59px; }

#nav a
	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 100%;
	text-indent: -9999px;
	background: url(../images/structural/nav.gif) no-repeat;
	}
#nav li#nav_design a      { background-position:    0     0; }
#nav li#nav_websites a    { background-position:  -55px   0; }
#nav li#nav_interactive a { background-position: -122px   0; }
#nav li#nav_resume a      { background-position: -202px   0; }
#nav li#nav_design a:hover      { background-position:    0   -25px; }
#nav li#nav_websites a:hover    { background-position:  -55px -25px; }
#nav li#nav_interactive a:hover { background-position: -122px -25px; }
#nav li#nav_resume a:hover      { background-position: -202px -25px; }
#header #nav li#nav_design.active a      { background-position:    0   -50px; }
#header #nav li#nav_websites.active a    { background-position:  -55px -50px; }
#header #nav li#nav_interactive.active a { background-position: -122px -50px; }
#header #nav li#nav_resume.active a      { background-position: -202px -50px; }

