<!-- 

/* (c) 2005 Brain Arcade Design Studio */

body
	{
	background-color: transparent;
	font: 0.9em Arial, Verdana, Helvetica, sans-serif;
	text-align: center; /*ie centering hack*/
	min-width: 780px; /*mozilla width*/
	
	}

#pagecontainer {
	postition: relative; /*lets elements inside this div be positioned absolutely*/
	width: 780px; /*ie width*/
	min-height: 590px; /*mozilla height*/
	_height: 590px; /*ie height */
	/*what follows is a mac ie hack*/

	 /*\*//*/
  	height: 590px;
	/**/

	background-color: transparent;
	margin: auto auto auto 70px; /* mozilla centering */
	text-align: left; /* remove ie centering hack*/
	}

/********bocking out the page*********/

#header {
	position: absolute;
	width: 780px;
	background: transparent;
	z-index: 5;
	}

#navigation {
	position: absolute;
	clear: left;
	top: 145px;
	_top: 165px;
	width: 130px;
	_width: 125px;
	height: 400px;
	background: transparent;
	z-index: 5;
	}

#copy {
	position: absolute;
	top: 200px;
	left: 300px;
	width: 580px;
	height: 320px;
	background: url('bgcontact.gif') 70% 90% no-repeat;
	z-index: 5;
	}

#footer {
	position: absolute;
	top: 600px;
	width: 780px;
	height: 50px;
	background: transparent;
	text-align: center;
	font-size: 0.7em;
	z-index: 5;
	}

/********banner*********/


#logo {
	background: #fff url('logocontact.gif') no-repeat;
	height: 88px;
	width: 207px;
	z-index: 5;
	}

#colorblock1 {
	position: relative;
	top: -10px;
	left: 130px;
	height: 65px;
	width: 125px;
	z-index: -1;
	background-color: #f2a822;
	border: solid 2px #000;
	}

#banner {
	position: relative;
	top: -140px;
	left: 220px;
	background: #fff url('bannercontact.gif') no-repeat;
	height: 105px;
	width: 296px;
	}

#decoration {
	position: relative;
	top: -220px;
	left: 513px;
	border: 2px solid #000;
	height: 62px;
	width: 180px;
	background-color: #7f7ca8;
	}

#decbox1 {
	position: relative;
	top: -300px;
	left: 530px;
	border: 2px solid #000;
	background-color: #97c148;
	height: 115px;
	width: 30px;
	}

#decbox2 {
	position: relative;
	top: -420px;
	left: 650px;
	border: 2px solid #000;
	background-color: #bad887;
	height: 40px;
	width: 50px;
	}

#circle2 {
	position: relative;
	top: -472px;
	left: 600px;
	background: #fff url('../images/circle3.gif') no-repeat;
	height: 23px;
	width: 21px;
	}

#decbox3 {
	position: relative;
	top: -445px;
	left: 650px;
	background-color: #5e3579;
	border: 2px solid #000;
	height: 55px;
	width: 50px;
	}

/********navigation*********/

#navigation ul {
	margin-left: -30px;
	_margin: 0; /*ie hack*/
	}

#navigation ul li{
	list-style: none;
	margin: 2px;
	_margin-left: 15px; /*ie hack*/
	padding: 0px;
	}

img {
	border: 2px solid #000;
	}

img.noborder {
	border: 0;
	}

#subnav li {
	padding-left: 5px;
	}

#subnav li.active {
	list-style: square inside url('activebuttoncontact.gif');
	}

#subnav li.inactive {
	list-style: square inside url('inactivebuttoncontact.gif');
	}


/*****nav colors*****/

/* web #7f7ca8 */

/*logo #f2a822 */

/*print #5e3579 */

/* portfolio #bad887 */

/* about #97c148 */


/********body copy*********/

h1 {
	font-size: 2em;
	}

h2 {
	font-sixe: 1.5em;
	}


#copy ul li{
	list-style-type: square;
	}



-->

