	
body {
	background-color: #f2F1D7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;
}
#nav {
	float:left;
	width:22%;
	margin-right:15px;
	padding-bottom:20px;
	text-align:center;
	background: #f2F1D7;
}

  
li{
	list-style:none;
	}

#nav a.main {
	text-transform: uppercase;
	color: #660000;
	text-align:center;
	text-decoration: none;
 	line-height: 18px;
	font-size:12px;
	}
 
 #nav a.sub {
 	line-height: 10px;
	color:#666633;
	text-align:center;
	text-decoration: none;
	text-transform:lowercase;
	font-size:11px;
	}
 #project  {
 	float:left;
 }

 #project a {
 	text-decoration:none;
 }
.innerText  {
	background-color: #F2F1D7;
	border: thin double #666666;
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
}
	
.headlineText  {
	font-size: 13px;
	padding: 5px 0px 2px 5px;
	text-transform: uppercase;
	color: #660000;
}
	
.projectText  {
	color: #000000;
	font-size: 10px;
	line-height: 15px;
	padding: 0px 10px 0px 15px;
	
}
  
.projectTable {
	background-image: url(images/nailBg.jpg);
	background-repeat: no-repeat;
	background-position:right;
	border: thin solid #737950;
	width: 620px;

}

.aboutTable {
	background-image: url(images/toolsBg.jpg);
	background-repeat: no-repeat;
	background-position:right;
	border: thin solid #737950;
	width: 620px;
}

.bkGreen {
	background-color:#A8AC6A;
}

.aboutTable a:link, a:visited {
	color: #000000;
}

.aboutTable a:hover, a:active {
	color: #FFFFFF;
}

.projectTable a:link, a:visited {
	color: #000000;
}

.projectTable a:hover, a:active {
	color: #FFFFFF;
}
