/* universal selector - all available elements */
* { 
	padding:0;
	margin:0;
	}	

body {
	font-family: "Trebuchet MS", Geneva, Verdana, san-serif;
	font-size:13px;
	color:#000;
	}
	
#container {
	width: 893px;
	height: 587px;
	background: url(../images/background.jpg) no-repeat;
	}

#breadcrumb {
	position: absolute;
	left: -3px;
	top: 178px;
	width: 512px;
	height: 20px;
	font-family:  Courier New,	courier, monospace;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px; /* centers text */
	text-indent: 10px;
	border: 1px solid; /*colors on page stylesheets*/
	}	
	
/* Main Content 
------------------------------------------------------------------------------------------------------ */	
#mainContent {
	position: absolute;
	left: 73px;
	top: 244px;
	width: 672px;
	height: 252px;
	}
	
h1 {
	font-size:16px;
	}
	
h2 {
	font-size:14px;
	}
		
/* Footer
------------------------------------------------------------------------------------------------------ */		
#copyright {
	position: absolute;
	left: 770px;
	top: 283px !important;
	top: 284px;
	width: 18px;
	height: 256px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;		
	}	
	
#footerContact {
	position: absolute;
	left: 310px;
	top: 522px;	
	width: 460px;
	height: 18px;
	font-family: "Trebuchet MS", Geneva, Verdana, san-serif; 
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 19px; /* centers text */
	text-indent: 10px;
	border-bottom: 1px solid;
	border-left: 1px solid;		
	}
	
.footerLg {
	font-size: 10px;
	}							




















/* Main Nav 
------------------------------------------------------------------------------------------------------ */
#mainNav {
	position: absolute;
	left: 80px;
	top: -12px;
	width: 200px;
	height: 100px;
	list-style: none; /*remove bullets*/
	line-height:100px; /*flush to top of page*/
	}	
	
#mainNav li {
	float:left; /*display inline may be buggy - or float left*/
	display: inline;
	}

#mainNav #contact a {
	padding-left:18px;
	}
	
#mainNav a {
	text-decoration: none;
	color: #fff;	
	}
	
#mainNav a img {border: 2px solid white;
	}	
	
#mainNav a:link {	
	text-decoration: none;
	color: #fff;
	}
		
#mainNav a:visited {
	text-decoration: none;
	color: #fff;
	}
			
#mainNav a:hover {
	text-decoration: none;
	color: #000;
	}
			
#mainNav a:active {
	text-decoration: none;
	color: #fff;
	}
	
/* 
.home #mainNav #home a, 
.web #mainNav #web a,
.graphics #mainNav #graphics a, 
.flash #mainNav #flash a, 
.resume #mainNav #resume a, 
.contact #mainNav #contact a { 
	text-decoration: none;
}
*/




/* Content and W3C Navigation 
------------------------------------------------------------------------------------------------------ */
#mainContent a:link, #w3c a:link {
	text-decoration: none;
	color: #000;
	}

#mainContent a:visited, #w3c a:visited {
	text-decoration: none;
	/*border-bottom: 1px dotted #000;*/
	color: #000;
	}

#mainContent a:hover, #w3c a:hover {
	text-decoration: none;
	color: #666;
	}

#mainContent a:active, #w3c a:active {
	text-decoration: none;
	color: #666;
	}

/* Footer Nav
------------------------------------------------------------------------------------------------------ */			
#footerNav {
	position: absolute;
	left: 662px;
	top: 566px;	
	list-style: none; /*remove bullets*/
	}
	
#footerNav li {
	float:left; /*display inline may be buggy - or float left*/
	display: inline;
	}

#footerNav #contact2 a {
	margin-left:12px;
	}
	
#footerNav a {
	text-decoration: none; /*no underlines*/
	color: #fff;
	}	
	
#footerNav a img {border: 2px solid white;
	}		
			
#footerNav img a:link {	
	text-decoration: none;
	color: #fff;	
	}
	
#footerNav img a:visited {	
	text-decoration: none;
	color: #fff;
	}
		
#footerNav img a:hover {	
	text-decoration: none;
	color: #000;
	}
		
#footerNav img a:active {	
	text-decoration: none;
	color: #fff;	
	}