* {
margin:0;
padding:0;
}

body {
		position: absolute; 
		left: 50px; 
		top: 0px;
		padding: 0px;
		margin: auto;
		background: #2f0c2d url('bg.jpg') repeat-y;
		overflow-x: hidden;
		font-size: 11px; 
		color: #061b31; 
		font-family: arial; 
		letter-spacing: 1px;
		}
			
.header1	{
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		height: 552px;
		width: 800px;
		background-image: url('head.jpg');
		background-repeat: no-repeat;
			}
		
.header2 {
		position: absolute;
		left: 0px;
		right: 0px;
		top: -2px;
		padding: 0px;
		margin: auto;
		height: 357px;
		width: 800px;
		background-image: url('head2.jpg');
		background-repeat: no-repeat;
		}
		
.header3 {
		position: absolute;
		left:0px;
		right:0px;
		top:-2px;
		height:357px;
		width:800px;
		background-image: url('head3.jpg');
		background-repeat: no-repeat;
		}

.header4 {
		position: absolute;
		left:0px;
		right:0px;
		top:-2px;
		height:357px;
		width:800px;
		background-image: url('head4.jpg');
		background-repeat: no-repeat;
		}

a:link {	
			font-family: arial, verdana;
			font-size: 8.5pt;
			text-decoration: none;
			text-transform: uppercase;
			color: #7b0046;
			}
a:hover {
			font-family: arial, verdana;
			font-size: 8.5pt;
			color: #a0a0a0;
			text-decoration: none;
			text-transform: uppercase;
			}
a:active {
			font-family: arial, verdana;
			font-size: 8.5pt;
			color: #7b0046;
			text-decoration: none;
			text-transform: uppercase;
			}
a:visited {
			font-family: arial, verdana;
			font-size: 8.5pt;
			color: #7b0046;
			text-decoration: none;
			text-transform: uppercase;
			}

.sidebar {
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 10px;
	width: 150px;
	top: 91px;
	font-family: arial;
	font-size: 10px;
	background: url('sidebar-bg.jpg') repeat-y;
	overflow-x: hidden;
	left: 10px;
			}
			
.entries	{
		font-size: 11px; 
		color: #061b31; 
		font-family: arial; 
		letter-spacing: 1px;
		}

b { color: #206b8d; }
i { color: #bc1b31; }
u { color: #6a3b44 }

blockquote {
			 padding: 10px;
             border: 0px;
			 background: url();
			 text-align: justify;
			 border: 1px dashed #206b8d;
			 }
.title1 {
			 font-family: century gothic;
			 font-size: 20pt;
			 color: #960a13;
			 line-height: 25px;
			 letter-spacing: 5px;
			 text-transform: uppercase;
			 }
.title2 {
			 font-family: century gothic;
			 font-size: 15pt;
			 color: #202346;
			 letter-spacing: 0px;
			 line-height: 2px;
			 text-transform: uppercase;
			 }
.title3 {
			 font-weight: none;
			 font-style: none;
			 font-size: 12pt;
			 border-bottom: 1px #88738e dotted;
			 text-align: left;
			 font-family: century gothic;
			 color: navyblue; 
			 margin-bottom: 0px;
			 }
hr {
			 color: transparent;
			 height: 1px;
			 border-style: none;
			 border-bottom: 1px solid #960a13;
			 }
.footer {	 
			 font-family: arial, helvetica, sans-serif;
			 font-color: #999999;
			 font-size: 8pt;
			 text-align: justify;
			 width: 750px;
			 left-align: 0px;
			 }
.menu1 { 
			 background: #dec9b1;
			 font-family: arial;
			 font-size: 8pt;
			 }
.menu2 { 
			 background: #ffe1bc;
			 font-family: arial;
			 font-size: 8pt;
			 }
.menu3 { 
			 background: #e7bf8e;
			 font-family: arial;
			 font-size: 8pt;
			 }
input {
			 border: 1px dotted #206b8d;
			 background-color: #F7F7F7;
			 color: #061b31;
			 font-family: arial;
			 font-size: 11px;
			 text-transform: none;
			 }
.submenu1 {
			border: 1px dotted #836845;
			background: transparent;
			border-spacing: 3px;
			width: 80%;
		  }

.tableheader	{
			text-transform: uppercase;
			font-weight: bold;
			font-size: 10px;
			background: #e7bf8e;
			text-align: center;
				}
				
.tableheader2	{
			text-transform: uppercase;
			font-family: georgia;
			font-size: 14px;
			background: #ebd8c1;
			text-align: center;
				}
				
.game1	{
			background: #dec9b1;
			font-family: arial;
			font-size: 8pt;
			width: 40%;
		}

.game2 	{
			background: #ffe1bc;
			font-family: arial;
			font-size: 8pt;
			width: 20%;
		}
		
.menu2 A:link {color: #7b0046; text-decoration: none; font-size: 10px; text-transform: lowercase; font-style:italic;}

.menu2 A:visited {color: #7b0046; text-decoration: none; font-size: 10px; text-transform: lowercase; font-style:italic;}

.menu2 A:active {color: #7b0046; text-decoration: none; font-size: 10px; text-transform: lowercase; font-style:italic;}

.menu2 A:hover {color: #6E6E6E; text-decoration: none; border-bottom: none;}

::-moz-selection {

color: #000000;

background: #EBEBEB;
}