﻿body
{
	background-image: url( '../Images/background_tile.jpg' );
	background-repeat: repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x:hidden;
	
}

p { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	

#PageWrapper
{
	width: 900px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	position: relative;
	
}

#PageTop
{
	background-image: url( '../images/top.png' );
	width: 810px;
	height: 11px;
	float: left;
}

#PageContent
{
	width: 810px;
	float: left;
	background-image: url(  '../images/content.png' );
	background-repeat: repeat-y;
}

#Texture 
{
	width: 810px;
	float: left;
	background-image: url(  '../images/bg.jpg' );
	background-repeat: repeat-y;
	position: relative;
	left: 5px;
}

#Announcement 
{
	width: 476px;
	height: 209px;
	
	background-image: url(  '../images/special_announcement.png' );
	background-repeat: no-repeat;
}

#Facebook
{
	width: 165px;
	height: 101px;
	position: absolute;
	top: 15px;
	left: 600px;
}


.DataPages 
{
	  font: 11px Arial;
        color: #000000;
	
	}
	
	      .PagerNormal
{
	font: 11px Arial;
	color: #000000;
	border: solid 1px #dfdfdf;
	padding: 3px 6px;
	text-decoration: none;
	background-color: #CCCCCC;
}
      .PagerCurrent
{
	font: 11px Arial;
	border: solid 1px #dfdfdf;
	padding: 3px 6px;
	color: #FFFFFF;
	background-color: #000000;
}



#PageBottom
{
	width: 810px;
	height: 11px;
	float: left;
	background-image: url(  '../images/bottom.png' );

}

#BottomText
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 810px;
	float: left;
	text-align: center;
}


#BottomText a
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#BottomText a:visited
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}



#Content_Left 
{
	padding-left: 20px;
	padding-top: 5px;
	position: relative;
	float: left;
	 
}

#Content_Right
{
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
	float: left;
}

#SpecialsLeft 
{
	background-image: url(   '../images/specials_left.png' );
	width: 503px;
	height: 956px;
	position: absolute;
	top: 100px;
	left: -450px;
}

#SpecialsRight 
{
	background-image: url(   '../images/specials_right.png' );
	width: 503px;
	height: 956px;
	position: absolute;
	top: 115px;
	left: 850px;
	overflow: hidden;
	
}




H1
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

H2 
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#Paper
{
	background-image: url(   '../images/paper.png' );
	width: 273px;
	height: 108px;

}

