/* CSS Document */
body {
    width: 1024px;
	height: 915px;
    background: #CCCCCC url(../images/sedgewick_shaded_background.jpg) no-repeat;	
	width: 780px;
	height: 560px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	margin: 0% 0% 0% 11%;
}
a:link img, a:visited img {
    border-color: #0000FF;
    border-width: 2px;
}
a:hover img {
    border-color: #FF00CC;
    border-width: 2px;
}
.bold {
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.copper {
	color: #FF9900;
}
.intro {
    width: 780px;
	height: 560px;
	font-size: 400%;
	font-weight: bold;
	text-decoration: none;
}
#container {
    width: 100%;
	position: relative;
}	
#menu {
	width:100%;
	background-color: #000000;
	border-color: #000000;
	filter:alpha(opacity=77);
	opacity:.77;
	-moz-opacity: .77;
	position: absolute; top: 10px;
	z-index: 1;
}
#menu_nav {
    width: 100%;
  	position: absolute; top: 8px; left: 0px;
	position:relative;
	background-color: transparent;
	z-index: 2;
}
#photos {
    position:relative; top: 10px;
}
#intro_text_trans {
	width: 100%;
	background-color: #FFFFFF;
	border-color: #000000;
	filter:alpha(opacity=90);
	opacity:.9;
	-moz-opacity: .9;
	position:relative; top: 4px;
	z-index: 1;
}
#intro_text {
	width: 100%;
	position: absolute;	top: 4px;
	background-color: transparent;
	font-size: 100%;
	z-index: 2;
}
#photo_text_trans {
	width: 100%;
	background-color: #FFFFFF;
	border-color: #000000;
	filter:alpha(opacity=90);
	opacity:.9;
	-moz-opacity: .9;
	position:relative;
	z-index: 1;
}
#photo_text {
	width: 100%;
	position: absolute; top:0px; left:0px;
	background-color: transparent;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	z-index: 2;
}
#photo_text a:link, #photo_text a:visited , #photo_text a:active {
 	color: #0000FF;
	text-decoration:none;
}
#photo_text a:hover {
 	color: #EE00CC;
}
#photo_nav {
	width: 100%;
	border-color:#000000;
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:.7;
	-moz-opacity: .7;
	position:relative; top: 2px;
	z-index: 1;
}
#photo_nav_text {
	position: absolute;	top: 2px; left: 0px;
	width: 100%;
	background-color: transparent;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}
#nav_menu {
position:absolute;
	width: 100%;
	border-color: #000000;
    background-color: #CCCCCC;
	filter:alpha(opacity=50);
	opacity:.5;
	-moz-opacity: .5;
	position:relative; top: 5px;
	z-index: 1;
}
#nav_text {
    width: 100%;
	position: absolute;	top: 5px;
	background-color: transparent;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
    text-align: center;
	z-index: 2;
}
#nav_text a:link, #nav_text a:visited, #nav_text a:active {
 	color: #0000FF;
	text-decoration:none;
}
#nav_text a:hover {
 	color: #FF00CC;
}
