/*body		
	{
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #D1E0CD;
	}
	
#placeholder		
	{
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	}*/

body
{ 
	text-align:center; /* for IE */ 
	margin:0 auto; /* for the rest */
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #D1E0CD;
} 

#placeholder
{ 
	text-align:left; 
	width:600px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */ 
}	
	
#container		
	{
	width: 600px;
	margin: 10px;
	padding: 10px;
	text-align:left;
	background-color: #ffffff;
	border: 1px solid #993300;
	}
		
#header		
	{
	position: relative;
	width: 600px;
	margin-top: 20px;
	}
	
#pages		
	{
	position: relative;
	width: 600px;
	}
	
#photo		
	{
	position: relative;
	width: 600px;
	}

#content_container		
	{
	position: relative;
	margin: 0px;
	width: 600px;
	padding-bottom: 30px;
	background-color: #ffffff;
	}
	
#features		
	{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 120px;
	padding-left: 10px;
	padding-top: 20px;
	border: #CCCCCC solid 1px;
	background-color: #EFD8BB;
	font-size: 90%;
	color: #993300;
	}
	
	#ta		
	{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 120px;
	padding-left: 10px;
	padding-top: 20px;
	border: #CCCCCC solid 1px;
	background-color: #EFD8BB;
	font-size: 90%;
	color: #993300;
	}
	
#content		
	{
	position: relative;
	top: 10px;
	left: 180px;
	width: 400px;
	}
	
#footer		
	{
	position: relative;
	width: 600px;
	background-color:#636500;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
h1
	{
	font-size: 100%;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
	margin-bottom: 0px;
	}
	
th
	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8C2C00;
	}	
	
p, li
	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	}
	
a
	{
	color: #8C2C00;
	}
	
a:link
	{
	color: #8C2C00;
	}	

a:visited
	{
	color: #BD3C10;
	}

a:hover
	{
	text-decoration: none;
	color: #8C2C00;
	}

a.footlink
	{
	color: #FFFFFF;
	}

a.footlink:visited
	{
	color: #EAEAEA;
	}
	
.notes
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	}
	
.footer
	{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	line-height: 120%;
	}
hr
{
color: #993300;
}

.picture { background-color: #F9F9F9; 
border: 1px solid #CCCCCC; padding: 3px; 
font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 