/* CSS Document */

body {
	background-color:333333;
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-image: url(images/mainbg.jpg);
}

p,table,li
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 10pt;
	color: #FFFFFF;

}


a:link    {
	color:#DEDEDE;
	font-weight: bold;
}
a:visited {
	color:#ffffff;
	font-weight: bold;
}
a:active  {
	color:#cccccc;
	font-weight: bold;
}
a:hover   {
	color:#ff0000;
	font-weight: bold;
}


.header1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight: 700;
	text-transform: none;
	color: #FFFFFF;
	letter-spacing: normal;



}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;

}


.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;

}
.boxfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.overlay {
	background-image: url(images/sidebarbg.png);
	background-repeat: repeat;
	padding: 7px;
	border: 1px solid #FFFFFF;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}
.sidebar li {
	list-style-type: none;
	margin: 0 0 5px -35px;
	padding: 0;
	font-size: 8.5pt;
	font-weight: normal;
	text-transform: uppercase;
	}

.sidebar  a:link, .sidebar  a:visited{
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
		}	
.sidebar  a:hover {
	color:#ff0000;
	text-decoration: none;
	font-weight: bold;
		}

  @font-face {
    font-family:"Expressway EOT";
    font-style:normal;
    font-weight:normal;
    /* Specify relative or absolute url to eot file */
    src: url(http://purlerwrestling.com/expressway.eot);
  }

  .expressway {
	font-family:"Expressway EOT", Arial, sans-serif;
	font-size:16pt;
	color:#ffffff;
	text-transform: none;
  }


@font-face {
    font-family:"Sui Generis EOT";
    font-style:normal;
    font-weight:normal;
    /* Specify relative or absolute url to eot file */
    src: url(http://purlerwrestling.com/sui-generis.eot);
  }

  .generis {
	font-family:"Sui Generis EOT", Arial, sans-serif;
	font-size:16pt;
	color:#ffffff;
	text-transform: none;
  }

@font-face {
    font-family:"Zekton EOT";
    font-style:normal;
    font-weight:normal;
    /* Specify relative or absolute url to eot file */
    src: url(http://purlerwrestling.com/zekton.eot);
  }

  .zekton {
	font-family:"Zekton EOT", Arial, sans-serif;
	font-size:16pt;
	color:#ffffff;
	text-transform: none;
  }

@font-face {
font-family: "Square";
src: url("http://purlerwrestling.com/Square.ttf")
}

.square {
	font-family:"Square", Arial, sans-serif;
	font-size:16pt;
	color:#ffffff;
	text-transform: none;
  }



