
	

body { 
		background-image: url(../images/bg.jpg);
		background-repeat: both;
		font-size: 80%;
		margin: 0px;
		padding: 0px;
		font-family: helvetica, sans-serif;
		min-width: 395px;
			}
			


	

			
			

			
#drop {
	margin: 0 auto;
	
	}

#page {
	width: 900px;
	background: white;
	padding: 0px;
	margin: auto;
			}
	
	
	
	
	
	
/* GLOBAL NAVIGATION!!!!!!!!*/
	
/*

#global_nav {
	background-image: url(../images/bg_nav.png);
	background-repeat: none;
	padding: 0px;
	margin: 0px;
	height: 47px;
		}
		
*/
		
		
#global_nav {
	padding: 0px;
	margin: 0px;
	}
	
#global_nav ul {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 95px;
			}
		
#global_nav li { 
	display: inline;
	padding-right: 0px;
	}
	

.about, .portfolio, .resume, .contact {
	position:relative; /* this value important: do not change. */
	height: 14px; /* ditto */
	font-size: .6em; /* how big the text is under the span images...careful, too big and it will overflow, becoming visible. */
	float: left; /* lines the boxes up in a row so they don't stack when we assign this class to block-level tag like <p>. */
	
	}
	
.link { clear:both;}
	
.about {
	width:41px;
	}
	
.portfolio a img {
	border: 0px;
	}

.portfolio {
	width: 70px; 	
	}
	
.resume {
	width:55px; 	
	}
	
.contact {
	width:56px; 	
	}
	


/* ---------------------------------------------------------------------------------------- */	
/* The next rules set normal-state background images for the elements they're attached to.  */
/* Example breakdown:																		*/
/* <li class="link1"><a href="http:yahoo.com"><span class="l1"></span>Link 1</a></li>		*/
/* --->>>  <li> is parent element defined by parent selector ".link1"						*/
/* --->>>  <a href....></a> encapsulates the entire link so everything in it is clickable.	*/
/* --->>>  <span....></span> triggers all ".link1 span..." selector declarations.			*/
/* --->>>  <span class="l1"> triggers the specific background image set for "link1 span.l1" */
/* --->>>  Putting "<span class="l1"></span>" before the link text places it ON TOP of text	*/ 
/* ---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- */
/* Next rule sets values common to all ".link(x) span" instances in the HTML
/* ---------------------------------------------------------------------------------------- */

.about span, .portfolio span, .resume span, .contact span {
	position:absolute; /* important value for anchoring image: don't change */
	top:0; /* important value for anchoring image: don't change */
	height: 14px;/* ditto */
	}

.about span {
	width: 41px; 
	}
	
.portfolio span {
	width: 70px;
	}
	
.resume span {
	width: 55px; 
		}
	
.contact span {
	width: 56px;
		}
	
/* ---------------------------------------------------------------------------------------- */
/* The next set of rules set the unique NORMAL-STATE image values of each ".link(x) span.l(x)" */
/* ---------------------------------------------------------------------------------------- */

.about span.l1 {
	background-image:url(../images/nav_about_off.gif);
	}
.portfolio span.l2 {
	background-image:url(../images/nav_portfolio_off.gif);
	}
.resume span.l3 {
	background-image:url(../images/nav_resume_off.gif);
	}
.contact span.l4 { background-image:url(../images/nav_contact_off.gif);
	}




/* ---------------------------------------------------------------------------------------- */
/* The next set of rules set the unique HOVER-STATE image values of each ".link(x) span.l(x)" */
/* ---------------------------------------------------------------------------------------- */

.about span.l1:hover {
	background-image:url(../images/nav_about_on.gif);
	}
.portfolio span.l2:hover {
	background-image:url(../images/nav_portfolio_on.gif);
	}
.resume span.l3:hover {
	background-image:url(../images/nav_resume_on.gif);
	}
.contact span.l4:hover {
	background-image:url(../images/nav_contact_on.gif);
	}
	

	

/* GLOBAL NAVIGATION!!!!!!!!*/
	
#center .crumb a {
	color: red;
	}
	
#center a {
	color: #5d9fa5;
	}
	
	
#blog {
width: 300px;
height: 180px;
overflow: auto;
top: 85px;
position: relative;
margin: 0 0 0 115px;
font-size: .8em;
}

#blog p {
	color: #7;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.6em;
	}
	
#blog h2 {
	font-variant: small-caps;
	font-size: 1.3em;
	color: #5d9fa5;
	margin-bottom: 0px;
	}
	
	
	
	
#middle {
width: 900px;
height: 630px;
background-image: url(../images/nameplate1.jpg);
}
	

	
	
			
#container {
	
	padding-left: 95px;
	padding-right: 205px;
	margin-top: 0px;
	padding-top: 0px;
	
	}
	
	
#container .column {
	position: relative;
	float: left;
	}
	
#center {
	width: 100%;
	font-size: .8em;
	line-height: 1.3em;
	color: #ccc;
	}
	
#center p {
	margin: 0 50 10 0;
	}

#center .column {
	margin: auto;
	}

#center .column img {
	padding: 0px;
	
	}
	


#center h2 {
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #777;
	}

#center .crumb { 
	padding-top: 20px;
	margin-left: 0px;
	}
	
#center .crumb p a {
	color: red;
	}
	
#center ul {
	list-style: square;
	}
	
#center .left {
	width: 275px;
	float: left;
	}
	

	
#center .right {
	width: 275px;
	float: right;
	margin-right: 50px;
	}
	

	
#nameplate {
	margin-top: 20px;
	margin-left: 220px;
	}

	
#left {
	width: 95px;
	right: 95px;
	margin-left: -100%;
	}
	
#left h1 { margin-top: 0px;
				background-image: url(../images/title.gif);
				width: 40px;
				height: 130px;
				margin-bottom: 0px;
				margin-left: 25px;
				padding: 0px;
					}
	
	
#right {
	width: 205px;
	margin-right: -205px;
	}
	
#right h2 { font-variant: small-caps;
			font-size: 1.2em;
			}

#right h2, p { 
	margin: 0 25 0 20px;
	color: #777;
	}
	
#right a {
	color: #5d9fa5;
	}

#right p {
	line-height: 1.3em;
	font-size: .8em;
	margin-top: 5px;
	}

#right ul {
	list-style: square;
	font-size: .8em;
	line-height: 1.3em;
	margin-left: 0px;
	margin-right: 30px;
	color: #777;
	}
	
#right p img {
	margin-right: 5px;
	}
	
	
	
	
	
#footer {
	/* background-image: url(../images/bg_foot.png);
	background-repeat: none; */
	padding: 20 0 0 0px;
	margin: 0px;
	height: 47px;
	clear: both;
	}
	
.copyright {
	display: in-line;
	float: right;
	font-size: .7em;
	color: #ccc;
	margin-right: 110px;
	}
	
.nav { 
	font-size: .7em;
	color: #000;
	margin-left: 95px;
	}
	
.nav a {
	color: #777;
	}
	
.nav a:hover {
	color: teal;
	}
	
	
	/*** IE6 Fix ***/
	* html #left {
	left: 150 px;
	}
	
	
	

			
			


