@charset "utf-8";
/* CSS Document */

body 
	{
		font:Verdana, Geneva, sans-serif;
		background-image:url(/images/leather.jpg);
		margin: 0;
		padding: 0;
		text-align:center;
		color:#006;
		font-size:12px;
		background-attachment:fixed;
	}
	
#container
	{
		width: 800px;
		margin: 0 auto;
		text-align:left;
		background-image:url(/images/middle.jpg);
	}
	
#header
	{
		padding: 0px 0 0 0;
	}
	
#mainContent
	{
		padding: 0 10px 0 10px;
		background-image:url(/images/middle.jpg);
	}
	
#footer
	{
		padding: 0 10px 10px 10px;
		background-image:url(/images/bottom.jpg);
	}
	
.banner
	{
		font-size:16px;
		font-weight:bold;
	}
	
.large
	{
		font-size:14px;
		font-weight:bold;
	}
	
.photoborders
	{
		border-bottom-color:#990805;
		border-left-color:#990805;
		border-right-color:#990805;
		border-top-color:#990805;
	}
	
.name
	{
		font-size:14px;
		font-weight:bold;
	}
.epd
	{
		font-size:9px;
		font-weight:bold;
	}
.epdlabel
	{
		font-size:9px;
		font-weight:bold;
		color:#FFF;
	}
	
.red
	{
		font-size:14px;
		font-weight:bold;
		color:#F00;
	}	
	
.redlarge
	{
		font-size:20px;
		font-weight:bolder;
		color:#F00;
	}