@charset "utf-8";
/* -- Site-wide Style Sheet -- */
/* Links */

A 			{
	color: #000000;
	text-decoration: none;
} 
A:link		{
	color: #67604e;
	text-decoration: none;
} 
A:visited	{
	color: #000000;
	text-decoration: none;
} 
A:active	{
	color: #000000;
	text-decoration: none;
} 
A:hover		{
	color: #999999;
	text-decoration: none;
}

.r:link {
	color: #FFFFFF;
	}
.r:hover {
	color: #999999;
	}

body 		{
	background-position:top center;
	background-repeat:repeat;
	background-color:#666666;
	margin: 0;
	height: 100%;
}


h1 {
	font-size: 1em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}

p, table, fieldset {
	margin: 1em 0;
	}

.contact {
	font-size: 1.7em;
	font-weight: bold;
	color:#414141;
	}
	
.title {
	color: #333333;
	}


/* -- Site Structure -- */

#wrapper {
	top: auto;
	min-height: 100%;
	margin: 0 auto;
	width: 806px;
	background-color:#FFFFFF;
	border-right: solid #FFFFFF 40px;
	border-left: solid #FFFFFF 40px;
	border-top: solid #FFFFFF 20px;
	}

.clear { clear:  both; }

	
/* -- Header -- */
#header {
	position: relative;
	width: 100%;
	height: 74px;
	overflow: hidden;
	background-image: url(images/logo.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	}

	
#photo-banner {
	float: left;
	height: 250px;
	width: 806px;
	overflow: hidden;
	background-color:#FFFFFF;
	background-image: url(images/photo_banner.jpg);
	background-repeat:no-repeat;
		}
	
/* -- Navigation -- */

 #nav {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:100%;
	  font-weight: bold;
      line-height:normal;

      }
    #nav ul {
        margin:0;
        padding:10px 10px 0 0px;
        list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
      float:left;
      background:url(images/tablft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #nav a span {
	float:left;
	display:block;
	background:url(images/tabrt.gif) no-repeat right top;
	padding:5px 24px 4px 17px;
	color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
      color:#FFF;
      }
    #nav a:hover {
      background-position:0% -43px;
      }
    #nav a:hover span {
      background-position:100% -43px;
      }

        #nav #current a {
                background-position:0% -43px;
        }
        #nav #current a span {
                background-position:100% -43px;
        }
		
		


/* -- Page Content -- */
#content {
	width: 806px;
	background:url(images/bgtile.gif) repeat-y 50% 0;
	padding: 0px;
	min-height: 270px;
	}


	
#home-text {
	float: left;
	height: 270px;
	width: 60%;
	overflow: hidden;
	background-color: #67604e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #FFFFFF;
	}

#subpage-text {
	float: left;
	width: 530px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.2em;
	padding: 20px;
	}
	
#contact {
	float: right;
	overflow: hidden;
	background-color: #ede8dd;
	height: 270px;
	width: 40%;
	}
	
#side-bar {
	float: left;
	width: 231px;
	}

#contact-text {
	color:#666666;
	font-size: 0.7em;
	line-height: 1.3;
	text-align: right;
	padding: 10px;
	padding-top: 20px;
	padding-right: 20px;
	}
	
#photo-side {
	padding: 10px;
	}

#photo-bio {
	float: left;
	width: 130px;
	padding: 15px;
	}
	



	
/* -- Footer -- */

#footer {
	clear: both;
	bottom: 0px;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: #FFFFFF;
	color: #6b6b69;
	font-size: .8em;

	}

	
