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

body {
	background-image:url(bkgd_gr.png);
	background-repeat:repeat-x;
}

#container {
	width: 800px;
	margin: 20px auto 0px 120px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}

#bkgdTop {
	height:35px;
	width:800px;
	background-image: url(bkgd_top.png);
	background-repeat: no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;
}

#bkgdMid {
	width:800px;
	background-image: url(bkgd_mid.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
}

#bkgdBtm {
	height:35px;
	width:800px;
	background-image: url(bkgd_btm.png);
	background-position:bottom;
	margin:0px;
	padding:0px;
}

#nav {
	float:left;
	position:relative;
	width: 115px;
	margin-right:15px;
	margin-left:40px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

#nav a:hover {
	color:#333333;
	font-weight:bold;
}

#nav li {
	list-style-type:none; 
	text-indent:-40px; 
	margin:5px;
	padding:1px;
}

#logo {
	position:relative;
	margin-top:-13px;
	margin-left:40px;
}

h1 {
	font-size:1.25em;
	padding-top:10px;
	margin-bottom:-10px;
	color:#000000;
}

h2 {
	font-style:italic;
	font-weight:100;
	font-size:1em;
	color:#999999;
	margin-bottom:-10px;
}

h3 {
	font-size:1em;
	color:#666666;
	margin-bottom:-10px;
}

#content {
	float:right;
	position:relative;
	width:575px;
	margin-top:-10px;
	margin-right:40px;
}

.image {
	float:right;
	position:relative;
	margin:-15px 0px 20px 20px;
}

#footer {
	clear:right;
	width:800px;
	text-align:center;
	padding-top:50px;
	padding-bottom:20px;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

#footer a:hover {
	color: #333333;
}

/* contact*/

#buttons, #form {
	margin-top:10px;
	margin-bottom:10px;
}

.label {
	font-size:1em;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
	margin-top:20px;
}

/* resume */


#resume li {
	list-style-position:outside;
	padding:2px;
	font-size:.8em;
	margin-left:-20px;
}

#resume p {
	color:#666666;
	margin-bottom:-5px;
}

/* portfolio pages */

#portfolio {
	width:700px;
	height:650px;
	margin: auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
}

#display {
	margin:0px 145px 0px 145px;
}

#thumb {
	padding-top:10px;
}

#thumb2 {
	padding-left:75px;
}
