@import url("../PhotoTableWithCaption.css");
/* CSS Document */

body{
	padding:10px;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000;
	background-color: #CC552A;
}

#Wrapper{
	width:760px;
	margin:0 auto;
	border:1px solid #555555;
	background-color:#FCFCD5;
}

#Header{
	width:760px;
	height:199px;
	background-image:url(../../images/Russell-A1.jpg);
}

#Guts{
	clear:both;
	padding:15px 50px;
	text-align:justify;
}

#Guts h1{
	font-weight:bold;
	font-size:120%;
}

#Guts td h1{
	font-weight:bold;
	font-size:130%;
	margin:0 0 0px 0;
}
#Guts td P{
	margin:0 0 0px 0;
}

#Guts a, a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#968A34;
}

#Guts a:hover{
	text-decoration:underline;
}

#Copyright{
	clear:both;
	text-align:center;
	font-weight:bold;
	font-size:75%;
	margin:0 75px;
	padding:9px 0 15px 0;
	border:0 solid #000000;
	border-top-width:1px;
}
	
#TempMenu{
	clear:both;
	font-weight:bold;
	font-size:95%;
	text-align:center;
	margin:-40px 65px 0 65px;
	padding:0px 0 9px 0;
	border:0 solid #000000;
	border-bottom-width:1px;
}

.ImgFloatRight{
	border:1px solid #000000;
	float:right;
	margin:5px 0 5px 10px;
}

.ImgFloatLeft{
	border:1px solid #000000;
	float:left;
	margin:5px 10px 5px 0;
}

.RedEmph{
	font-weight:bold;
	font-size:110%;
	color:#FF0000;
}
