/* PAGE STRUCTURE------------------------*/
#page {
	background-color: #135f6d;
	margin: 0px;
	background-image: url(img/backdrop.jpg);
	background-repeat: repeat-x;
}
#wrap {
	width: 975px;
	background-color: #135f6d;
	height: 1314px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/shebang2.jpg);
}

#contentarea {
	height: auto;
	width: 975px;
	color: #2f3030;
}

#contentarea a {
	color: #000000;
}

#contentarea a:hover {
	color: #b00a02;
}

#navigation {
	padding-left: 110px;
	padding-top: 20px;
}
#footernav {
	text-align: center;
}

#footernav a{
	color: #000000;
	}
	
#footernav a:hover {
	color: #b00a02;
	}

#homecontent {
	padding-left: 110px;
	padding-top: 140px;
	padding-right: 0px;
	width: 100%;
}

#column1 {
	width: 190px;
	float: left;
	margin-top: 50px;
}
#column2 {
	float: left;
	width: 330px;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 0px;
}
#column3 {
	width: 215px;
	float: right;
	margin-right: 210px;
	margin-top: 210px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	clear: both;
}

body {
	background-color: #135f6d;
	margin: 0px;
}

p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
}

p.footernav {
	font-size: 12px;
}


p.caption {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 25px;
	line-height: 16px;
}



/* GLOBAL NAV ROLLOVERS -------------*/
#nav {
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}


/* GLOBAL NAV IMAGES-------*/
#about a {
	padding-left: 5px;
	width: 67px;
	background: url(img/nav-about.gif) top left no-repeat;
	}	
#fiercepics a  {
	padding-left: 5px;
	width: 108px;
	background: url(img/nav-fiercepics.gif) top left no-repeat;
	}
#services a  {
	padding-left: 4px;
	width: 89px;
	background: url(img/nav-services.gif) top left no-repeat;
	}
#news a  {
	padding-left: 4px;
	width: 73px;
	background: url(img/nav-news.gif) top left no-repeat;
	}
#contact a  {
	padding-left: 4px;
	width: 78px;
	background: url(img/nav-contact.gif) top left no-repeat;
	}
