@charset "UTF-8";
/* CSS Document */

body {
  text-align: center;
  background-color:#000000;
  background-image: url(images/eukalyptus_color_web.jpg);
  background-position:top;
  background-repeat:repeat-x;
  color:#996633;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
 
  }
  
a:link {text-decoration: none; color:#333333;}
a:visited {text-decoration: none; color:#000;}
a:active {text-decoration: none; color:#999999}
a:hover {text-decoration: none; color:#006633;}
  
h1 {
font-size:12px;
}

h2 {
color:#663300;
}

#container {
  margin: 0 auto;
  width: 907px;
  
  } 
  
#header {
background-image:url(images/logo-2v2.png);
text-align:left;
height:130px;
}

#content {
padding-left:30px;
padding-right:30px;

float:left;
text-align:left;
width:580px;
}

#footer {

background-image:url(images/logo-2v2footer.png);
background-repeat:no-repeat;
height:40px;
padding-top:5px;
}

/* menu css*/
ul#navlist
{

padding-left: 0;
white-space: nowrap;
font-size:14px;
margin-top:90px;
margin-left:100px;
float:left;
border-bottom:1px; border-bottom-style:solid; border-bottom-color:#666;
color:#999;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { padding: 3px 44px; }

#navlist a:link, #navlist a:visited
{
color: #000;

text-decoration: none;
}

#navlist a:hover
{
color: #666;
text-decoration: none;
}
/* END menu css*/


/* portfolio page */

/* lightbox */
a img {
border:none;
}

#lightbox{
	
	padding: 10px;
	border:none;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	color:#FFFFFF;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #fff;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
/* END lightbox */

table#portfolio {
border:none;
width:900px;
padding: 0px 15px;
}

table#portfolio td {
padding: 0px 15px;
}


body#resume {
color:#000000;
}

body#resume h1 {
color:#663300;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
margin-bottom:0px;
}

body#resume h2 {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0 20px 0 0;
}

body#resume h3 {
color:#663300;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
margin-bottom:4px;
}

ul.resume {
margin-left:-40px;
}

td.alignright {
text-align:right;
}

table#leftcol {
margin-left:20px;
padding-right:20px;
}

table#rightcol {
margin-right:20px;
}
