/********** BODY ***********************************************/

body	{
	margin:0; 
	padding:0 100px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	background-color:#047;
	}

/********** HEADER ***********************************************/

#header	{
	height:100px;
	position:relative;
	z-index: 1000;
	}
	
#right	{
	position:absolute;
	bottom: 0;
	right: 40px;
	}

/********** FOOTER ***********************************************/

#footer {
	padding: 0 0 1.3em 0;
	text-align:center;
	}
	

#footer {
	color:#fff;
}

#footer a{
	color:#acd;
}
	
/********** CONTENT ***********************************************/

#page {
	background-color:#fff;
	position:relative;
	margin:0 -5px;
	overflow:hidden;
	height:100px;
	position:relative;
	clear: both;
	white-space: normal;
	z-index:0;
	}
#container{
	margin: 15px;
	height:95%;
	overflow:auto;
}
#container, #gallery{
	position:relative;
	z-index:1;
}
#page_border {
	z-index:0;
}

#page p {
	text-align: justify;
	}
	
/* ABOUT */
#container {
	clear: left;
	padding:0 40px;
	}
	
#biopic {
	float: left;
	width: 49%;
	padding-top:20px;
	text-align:right;
	}

#bio {
	margin: 0 0 0 51%;
	padding-bottom: .3em;
	}
	
.credit	{
	font-size: .8em;
	float: right;
	}

/* CONTACT */

#identity{
display:inline;
}
#contact{
display:inline;
position:absolute;
right:40px;
}


/* IMAGE PAGE */

#image	{
	position:relative;
	white-space: nowrap;
	clear: both;
	height:100%;
	overflow:hidden;
	text-align:center;
	padding: 0 40px;
	}
	
#image img {
	margin:auto;
	height:100%;
}
	
/********** formatting ***********************************************/			

img	{
	border: none;
	margin: 0;
	padding: 0;
	}
	
a, .anchor	{
	text-decoration: none;
	color: #269;
	}
	
a:hover, .anchor:hover {
	color: #036;
	}

a:focus {
  	outline: none;
	}

	
ul {
	padding: 0;
	margin-left: 0;
	list-style: none;
	}
	
li {
	margin-left: 0;
	}
	
.bigGrey	{
	color: #ccc;
	font-size: 2em;
	letter-spacing: .1em;
	font-weight: bold;
	}
			
.bigBlack	{
	color: #666;
	font-size: 2em;
	letter-spacing: .1em;
	font-weight: bold;
	}
			
.active {
	color: #666;
	background: #222;
	}
		
/********** DROPDOWN MENU ***********************************************/			

/* STRUCTURE */
#menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
#menu a, #menu span { 
	display:block;
	font-size:1.2em;
	padding:.2em .4em;
}

#menu li {
	display:block;
	float:left;
}
	
#menu li ul {
	position:absolute;
	display:none;
	margin-top:1px;
	
}

#menu li.hover ul {
	display:block;
}

#menu ul li a{
}
#menu ul li {
	float:none;
}


/* STYLING */
#menu li{
	border-bottom: 1px solid #047;
}

#menu li a, #menu li span {
	color:#fff;
}

#menu li.hover span, #menu li.hover a{
	background:#eee;
	color:#047;
}

#menu li.hover li.hover a {
	background:#fff;
	color:#024;
}



/********** CONTACT FORM ***********************************************/

#contactinfo {
	margin: 20px 0 0 10px;
	padding-bottom: .3em;
	float: left;
	}
	
fieldset {
	border: none;
	border-right: 1px solid #666;
	padding-right: 4em;
	width: auto;
	}

#emailannounce {
	margin-left: 5.8em;
	color: #686;
	}
	
label {
	width: 5em;
	float: left;
	text-align: right;
	margin: 0 1em 0.8em 0.3em;
	clear: both;
	}
	
input, textarea {
	outline:none;		/* remove blue effect in Safari */
	resize: none;		/* remove resize in Safari */
	font-family: verdana, arial, helvetica, sans-serif;		
	font-size: .9em;
	}

.input-box {
	float: left;
	margin-bottom: 1em;
	color: #aaa;
	border: #666 solid 1px;
	padding: 1px;
	width: 20em;
	height: 1.4em;
	}
	
#notes {
	width: 30em;
	height: 20em;
	}

#submit-button {
	background: #eee;
	border: 1px solid #666;
	padding: 0.3em 1.2em;
	margin-left: 6.9em;
	cursor: pointer;
	color: #aaa;
	}

#submit-button:hover {
	color: #686;
	}

	
	
/********** NO WRAP ***********************************************/