/* CSS Document */
/* CSS Document */

body	{
	background-color:#A4D0AB;
	font-family: "Goudy Old Style", Californian, "Times New Roman", Times, serif;
	font-weight:500;
	font-size:16px;
	color:#660000;
	font-size:10px;
}

.container		{
	position: absolute;
	width:775px;
	margin: 0% 0% 5% 10%;
	top: 0px;
	/*left: auto;*/
	background-color:#FCF3B5;
	font-size:1px;
	padding:0px;
}
.banner		{
	position:relative;
	font-size:1px;
	width: 775px; /*what IE thinks it is*/
	margin-left: 0px; /*IE subtracts margins*/
	voice-family: "\"}\""; /*fools IE into missing the new, real margin*/
	voice-family: inherit;
	width: 775px;
	height: 80px;
	top: 0px;
	left: 0px;
	background-color:#CC0000;
	z-index: 2;
	clear:both;
}
.left	{
	position:relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 140px; /*what IE thinks it is*/
	margin-left: 0px; /*IE subtracts margins*/
	voice-family: "\"}\""; /*fools IE into missing the new, real margin*/
	voice-family: inherit;
	width: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	z-index: 1;
	overflow: hidden;
	background-color:#Ffff99;
	}
	
.middle	{
	position:relative;
	float:left;
	top:0px;
	width:635px; /*what IE thinks it is*/
	margin-left: 0px; /*IE subtracts margins*/
	voice-family: "\"}\""; /*fools IE into missing the new, real margin*/
	voice-family: inherit;
	width:635px;
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
	z-index:1;
	background-color:#FCF3B5;
	
	}
	
/*.right	{
	position:relative;
	float: left;
	top:0px;
	width:230px; /*what IE thinks it is*/
	/*background-color:#FFEB5E;
}*/

.bottom		{
		clear:both;
		background-color:#A4D0AB;
		width: 775px;
		height: 50px;
}
		

p, h1, h2, h3, h4, h5 {margin-left:15px; margin-right:5px; margin-bottom:5px;}
h3, h4, h5 {font-family:Geneva, Arial, Helvetica, sans-serif; margin-top: 10px; margin-bottom: 5px;}
p {font-size:16px;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:24px;}
h4 {font-size:16px;}
p.alabama {font-family: "Goudy Old Style", Californian, "Times New Roman", Times, serif; font-size:18px;}
p.strong	{font-weight:500;}
p.caption	{font-family: Verdana, Arial, Helvetica, sans-serif; 
			color:#330000; font-size: 8px; margin-top:3px; }
#friends {clear:none; margin: 10px;}
#caption1 {margin-top:0px;}
#caption2 {margin-top:0px;}
#middle-top	{clear:both;}
#middle-next1	{clear:both; /*height: 220px;*/ margin: 0px 10px 30px 10px; font-size:10px;}
#tiger	{
	margin-left:10px; margin-right:10px; float:left;}
#rachel		{float:right;
	margin-left:10px; margin-right:10px;}
#text	{float:left; background-color: transparent;}

/* Hides from IE5-mac \*/
* html .container {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html .banner {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html .left {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html .middle {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html .right {height: 1%;}
/* End hide from IE5-mac */


