@import url(nav.css);
@import url(portfolio.css);

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 76%;
	color: #fff;
	background: #000 url(../images/bkgs/razorBkg.jpg) no-repeat fixed right top;
	behavior: url(../pngbehavior.htc);
	}
p {
	line-height: 1.75em;
	}
img {
	border: none;
	}
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	/*width: 820px;*/
	width: 980px;
	}
#container {
	float: left;
	width: 100%;
	padding: 4px;
	background: url(../images/bkgs/trans000.png);
	}
#header {
	position: relative;
	padding-top: 15px;
	clear: both;
	}
#header h1 {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size:20px;
	color: #000;
	width: 343px;
	height: 224px;
	}
#header h1 span {
	background: #000 url(../images/logos/webLogo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
address {
	clear: both;
	display: block;
	padding: 40px 0 15px;
	text-align: center;
	font-style: normal;
	color: #fff;
	}
	
/*pageBody & column Number classes
<p>'s go in the #content area if adding a full-width column below the column divisions*/
#pageBody {
	float: left;
	width: 100%;
	}

/* 1-column */
.singleCol p {
	margin-left: 20%;
	margin-right: 20%;
	}

/* 2-columns */
.dualCol #main {
	margin-left: 20px;
	float: left;
	width: 40%;
	}
.dualCol #xtra {
	float: right;
	width: 50%;
	background: #fff;
	}
	
/* 3-columns combines with secNav to form the far left column */
.tripleCol #content {
	float: right;
	width: 75%;
	}
.tripleCol #main {
	float: left;
	width: 65%;
	}
.tripleCol #xtra {
	float: right;
	width: 32%;
	}
	
.tripleCol #xtra ul, .tripleCol #xtra ul li dl {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#projectInfo li dl {
	display: none;
	}
#projectInfo li dl.active {
	display: block;
	}
	
/* Link Styles */
#main p a, #projectInfo a {
	color: #ff0000;
	text-decoration: none;
	}
#main p a:hover, #projectInfo a:hover {
	text-decoration: underline;
	}
	
#contact {
	margin: 40px auto;
	padding: 0;
	list-style: none;
	text-align: center;
	}
#contact a {
	color: #ff0000;
	text-decoration: none;
	}
#contact a:hover {
	text-decoration: underline;
	}