/*------------------------------
Stylesheet for N Wigg Architect
Author: Rude Goose
-------------------------------*/
body{
	background:#393531 url(images/bg.gif) no-repeat bottom left;
	background-attachment:fixed;
	text-align:center;
	font-family:Optima, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#fff;
}
img{
	border:0;
}
a{
	color:#9A8F86;
}
#container{
	background:transparent url(images/spotsBG.png);
	width:750px;
	position:relative;
	margin:20px auto;
	text-align:left;
	border:6px solid #000;
}
#footer{
	clear:both;
}
#header span{
	display:none;
}
#header{
	width:750px;
	height:70px;
	background:transparent url(images/NWigg.gif);
	margin:0;
	padding:0;
}
#image{
	float:right;
	padding:20px 20px 20px 0;
}
/* Navigation-----------------------------------------*/
#navigation{
	padding:0;
	margin:0;
	width:750px;
	height:23px;
}
#navigation li{
	padding:0 10px;
	margin:0;
	float:right;
	list-style:none;
}
#navigation a{
	display:block;
	width:70px;
	height:23px;
}
#navigation span{
	display:none;
}
#services{
	background:url(images/services.gif);
}
#projects{
	background:url(images/projects.gif);
}
#about{
	background:url(images/about.gif);
}
#home{
	background:url(images/home.gif);
}
/* Navigation end------------------------------------*/
/* Portfolio-----------------------------------------*/

.main{
	float:right;
	padding:0 0 10px 10px;
}
.folio{
	clear:both;
	margin:10px 20px;
	width:710px;
	border-bottom:1px solid #9A8F86;
}
.folio ul, .folio li{
	margin:0;
	padding:0;
}
.folio li{
	list-style:none;
	float:left;
	margin:2px;
	border:1px solid #9A8F86;
}
.folio h3{
	border-bottom:1px solid #9A8F86;
	color:#9A8F86;
}
.folio br{
	clear:both;
}
/* Portfolio end-------------------------------------*/
#text{
	width:250px;
	padding:10px 0 20px 20px;
	color:#fcf7ee;
	float:left;
}
	

