
body{background-image:url('assets/back1.jpeg');
	margin:0;}
	

#header{
		z-index:0;
		position:fixed;
		padding:20px;
		top:0;
		width:100%;
		height:80px;
		background-color:rgba(255,255,255,0.85);
		font-family:Arial;
	}
	

#headshot{
		z-index:-1;
		position:absolute;
		top:5px;
		right:50px;
		z-index:+1;
		background-color:none;
		height:80px;
	}	
	
	
#sidebar{

	position:fixed;
	padding:10px;
	top:130px;
	width:140px;
	height:100%;
	/*opacity:0.8;*/
	background-color:rgba(255,255,255,0.5);
}
	
.content{
	position:fixed;
	background-color:#fafafa;	
	top:130px;
	left:170px;
	overflow:scroll;
	padding:30px;
	font-family:Arial;
	bottom:0px;
}
		
#myname{
	z-index:2;	
	font-size:32px;
	font-weight:bold;
}
	
#mytitle{
	font-size:18px;
	font-style:italic;
}


#myemail{
	font-family:arial;
	font-size:20px;
}
			
ul {
	list-style-type:none;
	margin:0;
	opacity:1.25;
	padding:0;
	overflow:hidden;
}

li
{
display:block;
width:120px;
font-weight:bold;
color:#000000;
background-color:#DFDFDF;

opacity:.99;
padding:5px;
margin:10px;
text-align:center;
text-decoration:none;
font-family:arial;
               font-size:18px;
               font-weight:bold;
               border-radius:14px;
-moz-border-radius:14px;
-webkit-border-radius:14px;

}
li.nav:hover
{
	cursor:pointer;
	background-color:#000000; color:#FFFFFF;
}

a{
	color:#000000;
}

a:hover
{
	color:#888888;
}

img{margin:10px}

 .question {font-family:arial;
               font-size:20px;
               font-weight:bold}

a.publink
{width:30px;
	height:6px;
 color:#FFFFFF;
background-color:#6666FF;
padding:2px;
text-decoration:none;
font-family:Courier;
font-size:12px;
border-radius:4px;
-moz-border-radius:4px;

}
 

