﻿
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url('images/back.png');
 background-attachment:fixed;
 background-repeat:repeat-x;
 background-color: #666666;

}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 height: 500px
}
#header { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 60px;
 width: 543px;
 float: left;
 background-image:url('images/header..png');
 background-repeat: no-repeat;
 background-position:center;
 background-color:transparent;
}
#name { 
 color: #333;
 margin: 0px 5px 5px 5px;
 padding: 10px;
 height: 515px;
 width: 897px;
 float: left;
}

#content { 
 float: left;
 color: #333;
 background: white;
 margin: -7px 0px 5px 0px;
 padding: 2px;
 height: 446px;
 width: 916px;
 display: inline; 

 }
 
#rightcolumn { 
 color: #333;
 margin: 5px 0px 10px 420px;
 padding: 10px;
 height: 415px;
 width: 470px;
 float: left;
 position: relative;
 overflow: scroll;
 overflow-x: hidden;
}

#rightcolumn p
{
	font-family: Garamond;
	font-size:large;
	padding: 5px 0 0 0;
	
	
}

#leftcolumn { 
 color: #333;
 margin: -450px 0px 10px 0px;
 padding: 10px;
 height: 425px;
 width: 430px;
 float: left;
 position: relative;
 background-image:url('images/headshot1.png');
 background-repeat:no-repeat;
}


#navtop { 
 color: #333;
 margin: 0px 30px 30px 0px;
 padding: 10px;
 height: 22px;
 width: 900px;
 float: left;
}

#nav { 
 margin: 0px 0px 0px 0px;
height: 74px;
width: 916px;
 float: left;
 background-position: center;
 background-color:transparent;
}
#nav ul
{
	margin: 0px 0px 0px 0px;
	height: 58px; 
	width: 920px;
		background-image:url('images/navbar.png');
 background-repeat:no-repeat;

	
}
#nav li {
list-style-type: none;
display: inline;
float:left;
line-height: 60px;
background-color:transparent;
}

#nav li a {
 text-decoration: none;
 padding: 16px 15px;
 color: black;
 font-family: Garamond;
 font-weight:bold;

}


#nav li a:visited {
 color: black;
 text-decoration:none;
}

#nav li a:hover {
 color: black;
 text-decoration:underline;
}

#headernav { 
 color: #333;
 margin: 0px 0px 0px 600px;
 height: 75px;
 width: 298px;
 float: left;
}
#headernav ul
{
	margin: 0px 0px 0px 0px;
	height: 100px; 
	width: 296px;
	height: 67px;
}
#headernav li {
list-style-type: none;
display: inline;
float:left;
line-height: 99px;
height: 62px
}

#headernav li a {
 text-decoration: none;
 padding: 0px 10px;
 color: gray;
 width: 180px; 
}


#headernav li a:visited {
 color: silver;
 text-decoration:none;
}

#headernav li a:hover {
 color: white;
}
h1{
	font-family: Garamond;
	font-size: x-large;
}


h2{
	border-bottom: thin black solid;
	font-family: Garamond;
	font-size: x-large;
}

#footer { 
 margin: 0px 0px 0px 0px;
height: 74px;
width: 916px;
 float: left;
 background-position: center;
 background-color:transparent;
}
#footer ul
{
	margin: 0px 0px 0px 0px;
	height: 20px; 
	width: 920px;

	
}
#footer li {
list-style-type: none;
display: inline;
float:left;
background-color:transparent;
}

#footer li a {
 text-decoration: none;
 padding: 5px 10px;
 color: black;
 font-family: Garamond;
 font-size:x-small;
 font-weight:bold;

}

#footer li a:hover 
{
color: silver;
}

#footer p
{
	padding: 0 5px 5px 10px;
}
#footer p a
{
	color: black;
}

#footer p a:hover 
{
	color: silver;
}
