/* CSS Document written by Scott Tylor, Click Creative for EPIC web site */

body
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: 202020;
		margin: 0px;
		background-color: #211e1a;
		text-align: center;
		background-image: url(../img/backTile.gif);
		background-position: center;
		background-repeat: repeat-y;
		}
		
.topPanel
		{
		height: 135px;
		background-image: url(../img/epicTopPanel.jpg);
		background-repeat: no-repeat;
		}
		
.menuPanel
		{
		height: 28px;
		}
		
.colourPanel
		{
		height: 26px;
		background-image: url(../img/orangeBar.gif);
		background-repeat: no-repeat;
		}
		
.content
		{
		height: 400px;
		background-color: #FFFFFF;
		text-align: justify;
		vertical-align: top;
		padding: 40px;
		padding-top: 20px;
		}
		
.bottomPanel
		{
		height: 29px;
		background-image: url(../img/bottomOrangeBar.gif);
		background-repeat: no-repeat;
		text-align: right;
		vertical-align: middle;
		padding-top: 4px;
		padding-right: 10px;
		font-size: 9px;
		color: #333333;
		}
		
.bottomPanel a
		{
		text-decoration: none;
		}
		
.bottomPanel a:link
		{
		color: #FFFFFF;
		}
		
.bottomPanel a:visited
		{
		color: #FFFFFF;
		}
		
.bottomPanel a:active
		{
		color: #FFFFFF;
		}
		
.bottomPanel a:hover
		{
		color: #0099FF;
		}
		
h1
		{
		font-size: 12px;
		font-weight: bold;
		color: #f43e00;
		}
		
h2
		{
		font-size: 11px;
		color: #f43e00;
		}
		
h3
		{
		font-size: 10px;
		font-weight: bold;
		color: #f43e00;
		}
		
h4
		{
		font-size: 10px;
		font-weight: bold;
		}
		
a
		{
		text-decoration: none;
		}
		
a:link
		{
		color: #f43e00;
		}
		
a:visited
		{
		color: #f43e00;
		}
		
a:active
		{
		color: #f43e00;
		}
		
a:hover
		{
		color: #000000;
		}
		
		