
/* Layout Stylesheet */ 

body
{
	margin: 0px 20px 0px 20px; 
	background: #343434;
	color: #333333;
	text-align: center;
	padding: 0;
	background-image: url('./Images/HatchedPattern.gif');
	background-repeat: repeat;
}

#outer {
 text-align:left;
 width:770px;
 margin:auto;
 }

#outer img 
{
	border: 0px;
}

#hdr {
 height:92px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 position: relative;
 padding: 27px 0px 0px 0px;
 }

#bar {
 height:28px;
 color: #c0c0c0;
 background: #ffffff;
 position: relative;
 padding: 0px 0px 27px 0px;
 }
 
 #bar image  {
	border: 0px;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 background-image: url(./Images/DottedBackground.gif);
 background-repeat: repeat;
 color: #333333;
 width:770px;
 padding:0;
 /*text-align:right;*/
 }

#l-col
{
	z-index: 3;
	left: 0px;
	float: left;
	width: 130px;
	position: absolute;
	top: 0px;
	text-align: center;
}

#r-col
{
	padding-right: 0px;
	padding-left: 0px;
	z-index: 2;
	left: 640px;
	float: right;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
	width: 130px;
	color: #f33333;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	top: 0px;
	border-bottom-style: none;
	text-align: center;
}

#cont {
 width:510px;
 color: #333333;
 text-align:left;
 position:relative;
 margin: 0px auto;
 
 /*
 	padding-right: 0px;
	padding-left: 0px;
	z-index: 5;
	padding-bottom: 0px;
	margin: 0px auto;
	width: 510px;
	color: black;
	padding-top: 0px;
	position: relative;*/
	/*top: 0px;*/

 }
 
#cont p
{
	/*padding: 5pt 6pt 5pt 6pt;*/
	margin: 0px;
}

.divxflix
{
	margin: 0px;
	padding: 20pt;
}

#copyright 
{
	width: 330px;
	padding: 20pt 0pt 30pt 0pt;
	margin: 10pt auto;
}

#ftr 
{
	 width: 510px;
	 border:none; 
	 margin:0px auto;
	 text-align: center;
}

