/*----------------------------------------------------*/
/*  Skin Styles for DotNetNuke - Advantage by DrNuke  */
/*         http://www.DrNuke.co.uk/advantage          */
/*      Copyright DrNuke - All rights reserved        */
/*----------------------------------------------------*/

/* Main table on bordered skins */ 
body{
background:#d2d2d2;
background-image:url(images/copybg.jpg);
background-repeat:repeat
background-attachment:fixed; 
background-position:bottom
}
.MainTable
{
	width:100%;
	height:800px;
	background:#d2d2d2;
	
	

	
	
}
/* Main cell on bordered skins */ 
.MainCell
{
	padding:0 0 0 0;
}
/* Outer border table */ 
.BorderTable
{
	height:100%;
}
/* Left edge */ 
.BorderL
{
	width:8px;
	background:url(images/border-l.gif) repeat-y top left;
}
/* Content area */ 
.BorderM
{
	background:#FFFFFF;
}
/* Right edge */ 
.BorderR
{
	width:8px;
	background:url(images/border-r.gif) repeat-y top right;
}
.Hover{
position:relative; top:-200; left:510; color:red;  z-index:4; }
.Master{
z-index:1; }

/* End Style Sheet */
/*----------------------------------------------------*/


