/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:#000;
	font:12px trebuchet ms;
	color:#969696;
	background-color: #895b32;
	background-image: url(gradTile.jpg);
	background-repeat: repeat-x;
	background-position: top;
    }
body {
    min-width:975px;
    }
	
	
#outer {
width:1029px;
margin: 0px auto;
background-image: url(siteShadow.jpg);
background-repeat: no-repeat;
background-position: center top;	

}
	
#wrap {
	margin:0 auto;
	width:975px;
	background-color: #ffffff;
	
    }
	
#header {
    background:#f5eedf;
    }

/*  Homepage content */

#billboard {
   	
    padding:10px;
	
    }	
	
	
#HomeLeftCol {
	margin: 10px 0px 10px 10px;
	float:left;
	
	width:465px;
	height:165px;
	min-width:465px;
	min-height:165px;
	background-image: url(08_images/homeColBack.gif);
	background-repeat: no-repeat;	
    }
	
	
	#HomeLeftCol p{
	margin: 5px 20px 10px 30px;
	color:#895b32;
}

#HomeLeftCol h2{
font:bold 18px trebuchet ms;
	margin: 30px 10px 2px 30px;
}



	#HomeRightCol p{
	margin: 5px 20px 10px 30px;
	color:#895b32;
}

#HomeRightCol h2{
font:bold 18px trebuchet ms;
	margin: 30px 10px 2px 30px;
}
	
	
#HomeRightCol {
margin: 10px 10px 10px 0px;
	float:right;
	
	width:465px;
	height:165px;
	min-width:465px;
	min-height:165px;
	background-image: url(08_images/homeColBack.gif);
	background-repeat: no-repeat;	
	
	
    }
	
	
/*  Homepage content */

#main {
   
    float:left;
	padding-left: 30px;
	padding-right: 30px;
    width:515px;
    }
	
#portLeftNav {
   
    float:left;
	background-color:#f5eedf;
	padding-top:47px;
    width:177px;
	height:500px;
    }
	
#portfolioSection {
	
	float:right;
	width:798px;
	

    }		

#footer {
    background:#895b32;
	background-image:url(08_images/footerBack.jpg);
	background-repeat: no-repeat;
	clear:both;
    }
	
	#masthead {
	
	width:975px;
	height:147px;
	background-image:url(08_images/mastheadBack.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	margin-top:10px;
	float:right;
	width:325px;
	padding: 20px 40px 20px 20px;
	background-image:url(08_images/featureBack.gif);
	background-repeat:no-repeat;
	height: 475px;
    }
#sidebar h2  {
color:#845426;
font:bold 15px trebuchet ms;
    margin:10px 30px 1px 30px;
    }
	
	#sidebar p {
    margin:5px 30px 0 30px;
    }
	
.featureImg{

margin:20px 10px 10px 30px;
}

#sidebar .button {

margin:10px 10px 10px 30px;
}
	
	#topNav {
	/*left: 550px;*/
	top: 104px;
	position: relative;
	padding-left:550px;

}

a {
color:#895b32;
}

a:hover {
color:#6096a8;
}

a:visited {
font:bold;
color:#6096a8;
}

h2  {
color:#845426;
font:bold 15px trebuchet ms;
  
    }