body {font:100.1% "trebuchet ms" verdana, arial;
	color:#000;
	}

  body {
  margin: 0;
  padding: 0 65px;
  background: #fff url(your-favorite-background-tile.jpg);
  color: #606;
  font: 1em Georgia, palatino, serif;
  font-weight: bold;
  text-align: center;
  scrollbar-face-color:#000;
  scrollbar-arrow-color:#fcf;
  scrollbar-track-color:#000;
  scrollbar-shadow-color:#90c;
  scrollbar-highlight-color:#90c;
  scrollbar-3dlight-color:#90c;
  scrollbar-darkshadow-Color:#90c;
}

  #content {
  padding: 15px;
  border: 10px solid #ffc0cb;
  background: url(content-background-tile.jpg);
  }



  p.j {text-align: justify;}
  p.c {text-align: center;}

  img.l {
  float: left;
  }
  img.r {
  float: right;
  }

  a:link, a:visited,
  a:active, a:hover {
  text-decoration: underline;
  }

  a:link, a:visited {
  color: #8b0000;
  }
  a:active, a:hover {
  color: #666;
  }
  /*]]>*/
  </style>
</head>

<body>
    <div id="content">
      <h1>Double Border BackGround Template</h1>
      <p>Place your content between the two #content div tags.
      This paragraph renders the default style {text-align:left;}</p>
      <p class="c">This text paragraph is styled using class
       p.c {text-align:center;}</p>
    </div>
</body>
</html>


/*class styles*/



/*defines weight, color and properties of h1, h2, and h3 in the centercontent area. can be modified.*/		

title 	{font:2.5em Georgia, "Times New Roman", Times, serif;
            color:#196199;
            padding-top:10px;
			text-align:center;
			}	

h1 {font:2.5em Georgia, "Times New Roman", Times, serif;
            color:#196199;
            padding-top:10px;
			text-align:center;
			}		   
				
h2 {font:1.5em Georgia, "Times New Roman", Times, serif;
            color:#196199;
			}

h3	{font:1.2em Georgia, "Times New Roman", Times, serif;
            color:#196199;
			}			
				
h4	{font:.8em Georgia, "Times New Roman", Times, serif;
            color:#196199;
			}	

h5	{font:1.6em Georgia, "Times New Roman", Times, serif;
            color:#196199;
			}							

h6	{font:1.2em Arial, Helvetica, sans-serif;
            color:#196199;
			}	

/*Aligns text to right. Can be used as a class to any elements*/	   
.rightalign {text-align:right;}	   

.quote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	font-size:12px;
}
