body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Helvetica", "Verdana", "sans-serif";
	text-decoration:  none;
	background: url(images/bg/footerLines.gif) repeat;
}
#content {
	position: absolute;
	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	margin: 0 auto;
	width: 1000;
	height: 100%;			
}		

/*----------------------------------------------sidebar*/

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 40px;
	margin: 5px 0;
	text-decoration: none;
}

/*----------------------------------------------HEADER*/

#headerLines {
	position: absolute:
	top:0;
	height: 165px;
	background: url(images/bg/headerLines.gif) repeat;
}

#logo {
		position: absolute;
		top: 25px;
		left: 165px;
}

#quote {
		position: absolute;
		top: 12px;
		left: 440px;
}
#tophole{
	position:absolute;
	top:0;
	
}
/*----------------------------------------------navigationMENU*/
#hideLines {
	position: absolute;
	top: 112px;
	left: 160px;
}
#nav1 {
	position: absolute;
	top: 135px;
	left: 120px;
}
#nav2 {
	position: absolute;
	top: 135px;
	left: 248px;
}
#nav3 {
	position: absolute;
	top: 135px;
	left: 376px;
}
#nav4 {
	position: absolute;
	top: 135px;
	left: 504px;
}
#nav5 {
	position: absolute;
	top: 135px;
	left: 632px;
}


/*----------------------------------------------PORTFOLIO PAGES*/
			#tab1{
				position: absolute;
				left: 127px;
				top:253px;
			}
			#tab2{
				position: absolute;
				left: 386px;
				top:253px;
			}
			#tab3{
				position: absolute;
				left: 646px;
				top:253px;
			}
	
/*----------------------------------------------FOOTER*/

#footerLines {
border-top: 6px solid #361a03;
height: 150px;
background: url(images/bg/footerLines.gif) repeat-x;
}

#footer {
	position: absolute;
	top: 710px;
	left: 150px;
}
#footText {
	position: absolute;
	left: 95px;
	top:42px;
}

#footerInfo {
	position: absolute;
	left: 597px;
	top:70px;
}
#copyright {
	font-size: 10px;
	position: absolute;
	left: 180px;
	top:90px;
}
#footerInfo p {
	line-height: 12px;
}

/*----------------------------------------------OTHER*/

p {
	color: #361a03;
	line-height: 18px;
}
a {
	color: #ff5500;
	text-decoration: none;
}
a:hover {
	color: #ff7d37;
			}
ul li{
	list-style: none;
}
a img { 
		border: 0 solid transparent; 
		}
h1 {
		font-size: 12px;
		color: #361a03;
	}