/* Revision History					*/
/*	8-4-04	btc	Created				*/
/*							*/
/* top row						*/
/* 3-columns left-center-right				*/
/* bottom row						*/
/* background setup					*/
body
	{
	/* 
	background-image:  url('http://www.highlandpiping.net/images/macgtartan.jpg');
       	background-repeat: repeat-y; /* no-repeat; */ /* repeat-y repeat-x */
       */
	background-attachment:fixed;
       	background-position: left;
       	background-color: lightblue ;  /* #FFFAF0;a */
       	color           : black
	}

/* next layer after the background layer and the other contents 	*/
/*									*/
   	#container
	{
        font-size   : 20pt   ; /*  do not use will change the entire page */
 	text-align  : center ; /*  do not use will change the entire page */
	width 	    : 760px  ; /* 760px;*/
	border      : 5px solid white;
	margin      : 10px;
	margin-left : auto;
	margin-right: auto;
	padding     : 10px;
	background-color : darkblue ; /* #5F9EA0 ; */
	color       : white;
        }

/* top row -  banner across the top 					*/
/*									*/
	#toprow
	{
	padding: 22px;
       	border : 5px solid red;
        margin-bottom: 5px;
        background-image:  url('http://www.highlandpiping.net/images/rcl_logo_shield.jpg');
        background-repeat:no-repeat; /* no-repeat; */ /* repeat-y repeat-x */
        background-color: black ; /* rgb(213, 219, 225);*/  /* #FAEBD7 rgb(213, 219, 225); */
        color: white ;
        font-size : 15pt;
        }

/*  three columns						*/
/*								*/
/* Left column							*/
	#leftcolumn
	{
        border     : 6px solid green; /* nothing happens */
        font-size  : 10pt   ;
        text-align : left   ;
        float      : left   ;
        width      : 100px  ;
        margin     : 0;
	margin-right    : 5px;
        /* padding: 5px; */
        padding-bottom  : 5px;
        padding-left    : 5px;
        padding-right   : 5px;
        padding-top     : 5px;
        background-color: pink;
        color           : blue;
        }

/* Center Column content - between the left and right column				*/
/*									*/
	#centercolumn
	{   /*not sure what this does */
	font-size   : 12pt;
        text-align  : left;
        padding     : 5px;
        margin-left : 130px;
        margin-right: 140px;
        background-color: white ; /* rgb(213, 219, 225) ;*/
        color           : black ; /* black; */
        }

/* Right Column							*/
/*								*/
	#rightcolumn
	{
        border      : 6px solid green;
        font-size   : 10pt   ;
        text-align  : left   ;
        float       : right  ;
        width       : 110px  ;
        margin      : 0      ;
        margin-left : 5px    ;
        padding-bottom : 5px;
        padding-left   : 5px;
        padding-right  : 5px;
        padding-top    : 5px;
        background-color: pink  /* rgb(235, 235, 235)*/ ;
        color          : blue
        }

/* Bottom row - footer							*/
/*									*/
	#bottomrow
	{
        clear: both;
        padding: 1px;
        margin-top: 1px;
        background-color: rgb(213, 219, 225);
        color     : black;
        }

/* Copyright								*/
/*									*/
DIV.copyright
	{
	background-color:Transparent ;
	font-size     : 10pt ; 
	color         : black ;
	text-align    : left ;
	line-height   : 50% ;
	font-style    : italic;
	}

