@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	}
	
body a{
	text-decoration:none;
	color: #0066FF;
	}
	
body a:hover{
	color: #DD3333;
	}
	
body a:active{
	color: #FFF699;
	}

.quote {
	font-size: .85em;
}
	
#container {
	width: 450px;
	position: absolute;
	left: 50%;
	margin-left:-225px;
	background: #808080;
	}
	
#main {
	padding: 10px;
	background: #AAAAAA url(image/bcshadow.gif) repeat-x top left;
	height: 700px;
	}
		
#pageheader {
	width: 450px;
	height: 132px;
	text-align: center;
	}

#picture1 {
	width: 150px;
	height: 150px;
	margin: 20px;
	border: 2px solid #7DA7D8;
	}

#picture2 {
	width: 150px;
	height: 150px;
	margin: 20px;
	border: 2px solid #F5977A;
	}
	
#picture3 {
	width: 150px;
	height: 150px;
	margin: 20px;
	
	border: 2px solid #FFF699;
	}

#bodycopy {
	position: relative;
	top: 0px;
	width: 200px;
	float: right;
	margin: 20px 20px 20px 10px;
	}	

.headline {
	font-size: medium;
	color: #DD3333;
	font-weight: bolder;
}
	
#footer {
	color: white;
	font-size: x-small;
	}

#navcontainer {
	position: relative;
	float: right;
	top: 175px;
	}

#navlist {
	padding: 1px;
	margin-left: 0;
	background: #DEE0E0;
	width: 10em;
	}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em 1em;
	border: 1px 1px 0px 1px solid;
	border-color: #DEE0E0;
	background: url(image/nav.gif) repeat-x top left;
	text-align: center;
	}
	
#navlist li:hover, body#home #t-home, body#company #t-company, body#history #t-history, body#work #t-work, body#people #t-people, body#links #t-links {
	background: url(image/navon.gif) repeat-x top left #FFF699;
	}

#navlist li a {
	text-decoration: none;
	}
	
#navlist li a:link {
	color: black;
	}
#navlist li a:visited {
	color: black;
	}
	
#leftsplash {
	position: fixed;
	top: 0px;
	width: 218px;
	height: 674px;
	left: 50%;
	margin-left: -443px;
	background: url(image/LeftSplash.jpg) no-repeat top left;
	}

#rightsplash {
	position: fixed;
	top: 0px;
	width: 218px;
	height: 674px;
	left: 50%;
	margin-left: 225px;
	background: url(image/RightSplash.jpg) no-repeat top left;
	float: right;
	}
