/* 
    Document   : catStyleSheet
    Created on : January 29, 2007, 7:06 PM
    Author     : Lena
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
 BODY
{
	background-attachment: fixed;
background: URL(mainframebg.jpg);
font-family:  Verdana, Arial, Helvetica, sans-serif; 
color: #666699 ;
letter-spacing: 1pt; 
font-weight: bold;

font-size: small;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #666699
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	 capitalize;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	 italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#F552F7;
	}	
        A:link
{ font-size: small; text-decoration: underline; color:#F552F7; }
A:visited
{ text-decoration: underline; color:#F552F7; }
A:active
{ text-decoration: underline; color:#F552F7; }
A:hover
{ text-decoration: none; color:#F552F7;
}
#header {
  margin: 20px;
  padding: 10px;
  height: 100px;
  background-image: URL(images/lenabanner1.jpg);
  background-position: center;
  background-repeat:no-repeat;
  
}
#left {
  position: absolute;
  left: 15px;
  top: 160px;
  width: 200px;
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 15px;
}	

root { 
    display: block;
}

