/* page structure */

/*******RESET CSS********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

body{
	text-align:center;
	font:62.5% Arial, sans-serif, Georgia, Garamond;
	background-color: #fff;
}

img.margin { margin: 0 10px 0 0; }


a:link{
	color: #0b0b0b;
	text-decoration:none;
}

a:visited{
	color: #0b0b0b;
	text-decoration:none;
}

a:hover{
	font-style: italic;
	text-decoration:none;
}

#container{
	width: 700px;
	margin: 30px auto;
	padding: 0;
	text-align:left;
	position: relative;
	font: 1.0em Arial, sans-serif, Georgia, Garamond;
}

#content{
	width: 700px;
	height:900px;
	margin: 0 auto;
	padding:0px 0 0 0px;
	position: relative;
	font: 1.0em Arial, sans-serif, Georgia, Garamond;
}

p{
	font:1.0em Arial, sans-serif, Georgia, Garamond;
	text-align: center;
	color: #0b0b0b;
}

ul#nav{
	margin:0;
    padding:40px 35px 0px 0px;
	width:270px;
	text-align:left;
	list-style-type: none;
	position: relative;
	float:right;	
	font:1.0em Arial, sans-serif, Georgia, Garamond;
}

ul#nav li{
    	display: inline; 
	font:1.0em Arial, sans-serif, Georgia, Garamond;
	padding: 6px 0 6px 20px;
	line-height: 24pt;
}

ul#nav li a{
    position: relative;
    margin: 0; 
    
}

ul#nav li a:hover,
ul#nav li a#on{
	font-style: italic;
}

div.img
  {
  margin:4px 0 0px 0;
  border:1px solid #fff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:4px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #949494;
  }
	
#images {
	line-height:1300px;
	text-align: left;
	padding: 20px 0 0 0px
}

#text{
	text-align: center;
	padding: 40px 0px 0 0px;
	
}
#slideshowContainerWork{
	background-color: #fff;
	padding:0px 0px 0px 80px;
	width:650px;
	float: left;
	position:relative;
	padding:5px 0 0 0;
}

#images {
	line-height:460px;
	height: 460px; 
	text-align: center;
}

#imgplace{
	vertical-align: middle;	
}

/********************************
             
			 HEADER
			 
********************************/

div#header {
    margin:20px 0 10px 20px;
	padding:0;
	width:700px;
	position:relative;
}

div#header .skip {
		display:none;
}

h1 {
	margin:0px 0 0 0px;
	padding:0;
	text-indent:-9999px;
}

div#header h1 a:focus{-moz-outline-style: none;}

h1 a, h1 a:hover {
    background: url("../images/title.gif") no-repeat;
	margin:0 auto;
	padding:0 0px 0px 0px;
	display:block;
	height:30px;
	float: left;
	width:310px;
}

#bio
{
	margin: 0;
	padding: 0px 0px 0px 30px;
	width: 400px;
	text-align: left;
	color:#222;
	font: 0.9em Arial, sans-serif, Georgia, Garamond;
	line-height: 12px;
	}
	
#bottuns2{
	width:300px;
	height:70px;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #222;
}

#next{
	position: absolute;
	left:560px;
	top: 460px;
	font-size: 1.1em;
	text-align: right;
	color: #222;
}

#back{
	position: absolute;
	right:540px;
	top: 460px;
	font-size: 1.1em;
	color: #222;
	text-align: left;
}

#footer{
	position: relative;
	padding: 0 0 20px 0;
	right:200px;
	font-size: 0.9em;
	text-align: right;
	color: #111111;
	font-family: verdana, myriad pro, helvetica arial;
}

.clear{
	clear:both;
}

