body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	line-height: 1.6em;
	background-color: #010201; 	/* default background for unnamed divs */
	font: normal 13px;
	font-family: "Times New Roman", Times, serif;
}


/* Links */

/* Unvisited Link */
a:link { text-decoration: none; color: #303096; font-weight: bold; padding: 0 5px; }

/*Visited Link */
a:visited { text-decoration: none; color: #5566cc; font-weight: bold; padding: 0 5px; }

/* Color of link when mouse-over */
a:hover 
{ 
	text-decoration: none; 
	font-weight: bold; 
	padding: 10 5px; 
}


/* { color: #990000; background-color: #eae5cf; } */

/* Color of active link */
a:active { color: #990000; background-color: #660000; }






/* Definitions */




#bodydef
{ 
	background-color:#001020;
	color: #808080; 
	float: left; 
	width: 100%; 
}

#header 
{ 
	background-color: #222244; 
	background-image:url('Saturn03.png');
	background-repeat:no-repeat;
	background-position: right;
	height: 100px;
	color: #f9f9f9; 

}

#navigation 		/* style information for Navigation frame, not link boxes */
{ 
	float: left; 
	width: 100%; 
	background-color: #222244; 
	color: #f9f9f9; 
} 

#wrapper 
{ 
	width: 80%; 
	margin: 0 auto; 
}



#footer 
{
	text-align: center; 
	clear: both;
	font-size: 11px; 	
	color: #999999; 
	padding: 10px 0; 
	background-color: #001020; 
}






/* 						Navigation 				*/

#navigation ul  /* style information for link boxes goes here */
{ 
	margin: 0; 
	padding: 1; 
	list-style-type: none; 
	float: left; 
 
	background-color: #eff5e8;	/* this is the box color for links in header */
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation li a
{
	float: left;
	display: block;
	padding: 5px 10px; 
}

#navigation li a:hover,
#navigation li a:active
{
	background-color: #000020;	/* this is the color of a link box on mouseover */
	color: #ffffff;			/* this is the color of link text on mouseover */
}

body#bhome li#home a,
body#bprojects li#projects a,
body#bresume li#resume a,
body#babout li#about a,
body#bcontact li#contact a,

{
	background-color: #c5c5dd;
	color: #606060;			/* active link box text color */
}





/* 						Content 				*/

#content a:link{ border-bottom: 1px dotted #0099cf; }

#content a:visited { border-bottom: 1px dotted #557799; }

#content a:hover, #content-wrapper a:active { border-bottom-color: #990000; }

#content dt
{
	font-size: 24px; 
}

#content dt a:link, #content dt a:visited { border-bottom-width: 0; padding: 0; }

#content dt a:hover, #content dt a:active { background-color: transparent; }






/* 						Footer 					*/

#footer a:link, #footer a:visited { padding: 0; }

#footer a:hover, #footer a:active { background-color: transparent; color: #cfcfcf; }


