body 
{ 
	background-color: #000; 
	background-image: url("../images/bg_tile.jpg");
	/**background-image: url("../images/bg.jpg");**/
	/**background-repeat: no-repeat;**/
	
	color: 	#9b9a96; 
	
	font-family: "Helvetica", Sans-Serif;
	font-size: 10px; 
	font-weight: lighter; 
	
	line-height: 140%;
	
	list-style: none; 
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	width: 98%;
	height: 98%;
}

img
{
	border: none;
}

a
{
	color: #f66105;
	font-weight: bolder;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container 
{ 
	margin-left: 0px;
	margin-top: 0px;
}

#siteData
{
	background-color: #333;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 960px;
}

#headingbanner 
{ 
	background-color: #FFF; 
	background-image: url("../images/bannerBG.jpg"); 
	
	width: 960px; 
	height: 45px; 
}

#navigation 
{ 
	background-color: #000; 
	background-image: url("../images/navBG.jpg"); 
	
	width: 960px; 
	height: 21px; 
}

#about 
{ 
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 20px; 
	margin-bottom: 20px; 
}

#portfolio 
{ 
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 20px; 
	margin-bottom: 20px; 
}

#contact 
{ 
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 20px; 
	margin-bottom: 20px; 
}

.heading 
{ 
	color: #9b9a96; 
	
	font-size: 14px; 
}

.title 
{ 
	color: #FFF; 
	font-weight: bold; 
}