body 
{
	background: white;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}


#container
{
	width: 950px;
	w\idth: 950px;
	\width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	color: black;
}


h1, h2
{
	font-weight:bold;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 
	color: white; 
	
}

#header
{
	background: black; 
	width:950px;
	height: 150px;
	border-bottom: 1px solid black;
	
}
#logo
{
	float: left;
	background: black url('images/header.png') no-repeat; 
	height:150px;
	width: 320px;
	margin: 0px 0px 0px 25px;
	
	
}

#leftcol
{
	float: left;
	width:245px;
	height: 450px;
	background: #c0c0c0;
	margin: 10px 5px 5px 25px;
	text-align: left;
	

}

#leftcol h2
{
	background: black;
	
}
#leftcol p
{
	margin: 10px;
}
#rightcol
{
	float: right;
	margin: 10px;
	width: 650px;
	text-align:left;
	
	
	
}
#rightcol p
{
	color:black;
	margin: 40px 10px 10px 50px;
}

#rightcol ul
{
 	color: black;
	margin: 5px 70px;
}
#rightcol li
{
	list-style: circle;
}

#maincontent
{
	margin:0px;
	float:left; 
	width:100%;
	height: 500px;
	background: white;
	color:black;
}

#mainpicholder
	{
		float: left;
		width:300px;
		border: 2px solid navy;
		margin: 0px 30px 10px 30px;
	
	}

#navcontainer ul
{
padding-left: 0px;
margin-left: 0px;
background-color: #003300;
color: white;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; float:right;}


#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #003300;
font-size: 1.1em;
color: white;
text-decoration: none;
float: left;
border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #669966;
color: #fff;
}



#subnav
{
	float: left;
	width: 180px;
	margin-left: 45px;
	text-align:left;  
	background: #669966;
	border: 1px dotted black;
}

#subnav p
{
	margin: 5px;
	color:white;
}
	
}
#subnav a, a:link,  a:visited,  a:hover, a:active
{
	
	
	text-decoration: none;
	font-family: tahoma;
	font-size: .9em;
	
	
}

#subnav a:hover
{
	
	text-decoration: underline;
}


.thumbnail
	{
		
	}
	.thumbnail img
	{
		border: 1px solid white;
		margin: 5px 5px 5px 5px;
		
	}
	.thumbnail:hover
	{
		background-color: transparent;
	}

	.thumbnail:hover img
	{
		border: 1px solid blue;
	}
.resume
{
	font-size:1.1em;
	color: black !important;
	
}
#footer
{
	width:950px;
	background: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*clear: both; */
	text-align: center;
	color:white;
	
	
}

#footer a, a:link, a:visited, a:hover, a:active
{
	font-size: .9em;
	color: white;
}
