html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Helvetica", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 90%;
	background: #FFFFFF url(../images/back.jpg) top center repeat;
}

div#box {
	margin: 0 auto;
	width: 100%;
	background: transparent url(../images/stripe.png) 0 97px repeat-x;
	min-height: 250px;
}

div#header {
	background: transparent url(../images/header.jpg) 0 -16px no-repeat;
	height: 252px;
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

div#header h1 {
	text-indent: -9999px;
	font-size: 0;
}

div#projects {
	height: 537px;
	width: 800px;
	margin: 0 auto;
	background: transparent url(../images/projects.png) 0 center no-repeat;
}

div#button img{
	position: relative;
		top: 0px;
		left: 630px;
}

div#slider {
	margin-top:-103px;
	margin-left: 66px;
/*	position: relative;
	top: 74px;
	left: 67px;*/
}

div#contact,
div#about {
	width: 800px;
	margin: 0 auto;
	background: transparent;
}

div.content {
	width: 662px;
	background: #ffffff;
	border: 5px solid #d2d2d2;
	margin: -116px 0 122px 42px;

}

#about .content {
	margin: 40px 0 40px 42px;
	min-height: 100px;
}

div#footer {
	margin: 0 auto;
	background: #ffffff;
	border-top: 5px solid #d2d2d2;
	min-height: 150px;
}

div.footer {
	margin: 0 auto;
	width: 800px;
}

.footer ul {
	margin-left: 20px;
	margin-top: 15px;
	list-style: none outside;
}

div.footer-left,
div.footer-right {
	margin: 30px auto 0 auto;
	width: 400px;
	float: left;
	min-height: 20px;
}

div.footer-left p {
	text-align: right;
	margin-right: 50px;
}

h2 {
	font-family: "Myriad Pro", "Helvetica Neue", "Helvetica", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #49494b;
	padding: 0 0 5px 15px;
	text-shadow: #d8d9db 1px 1px 1px;
}

p {
	font-family: "Helvetica Neue", "Helvetica", Verdana, Arial, sans-serif;
	margin: 0 15px 15px 15px;
}

p.address {
	margin: 40px auto 40px 145px;
	font-family: monospace;
	padding-left: 10px;
	border-left: 5px solid #d2d2d2;
}

a {
	color: #628FB0;
	text-decoration: none;
}

a:hover {
	color: #A9924F;
	text-decoration: overline underline;
}

/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
/* // image replacement */

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin: 0;
		padding: 0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:605px;
		height:355px;
		overflow:hidden; 
		}	
	#slider a img {
		border: 0px;
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:35px;
		height:80px;
		position:relative;
		left:6px;
		top:-200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		top:-270px;
		left:702px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:35px;
		height:80px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */