/* COLORS
--------------------------------------------------------------------------------
bgcolor          = #320E56
textcolor        = #FFFFFF
linkcolor        = #FFB070
visitedlinkcolor = #FFB070
bordercolor      = #888888
pagetitlecolor   = #bbbbbb
titlecolor       = #bbbbbb
link		 = <link rel="stylesheet" type="text/css" media="screen, print, projection"  href="lilymain.css">
----------------------------------------------------------------------------- */

/* HTML & BODY
----------------------------------------------------------------------------- */
html, body  {
	background: url(images/background.jpg) repeat-y;
	padding: 0px;
	margin: 0px;
	background-color: #d2c7b5;
	font: 13px "Trebuchet MS";
	color : black;
	text-align:center;
	scrollbar-base-color:#12090A;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#12090A;
	scrollbar-highlight-color:#12090A;
	scrollbar-shadow-color:#12090A;
	scrollbar-3d-light-color:#12090A; color: #FFFFFF; 
	background-attachment: fixed; background-color: #320E56; 
	background-image: url(images/redback.png); background-repeat: repeat-x}
}

hr {
	color: black; 
	background-color: #FFCEC5; 
	border: 1px dotted black; 
	border-style: none none dotted;
	width: 100%;
	text-align: left;
	margin: 0 auto 0 0;
	height: 1px;
	font-size: 0;
}
.header {font: 18px "Trebuchet MS";}

/* LINKS
----------------------------------------------------------------------------- */
A:link {text-decoration: none; color: #320E56;}
A:visited {text-decoration: none; color: #320E56;}
A:active {text-decoration: none; color: #320E56;}
A:hover {text-decoration: none; border-bottom:1px dotted #320E56; color: gray; }
A.white:link {text-decoration: none; color: white; font-weight: bold;}
A.white:visited {text-decoration: none; color: white; font-weight: bold;}
A.white:active {text-decoration: none; color: white; font-weight: bold;}
A.white:hover {text-decoration: none; border-bottom:1px dotted #320E56; color: #320E56; font-weight: bold;}
a.image-border {
	text-decoration: none;
	border: 0 none;
	}


/* CONTAINER
------------------------------------------------------------------------------*/
#outer-wrapper {
/* Contains mainsite */
   visibility: visible;
   position: relative;
   top: 40px;
   z-index: 1;
   width: 955px;
   height: 710px;
   margin-left: auto;
   margin-right: auto;
}

#news {
   visibility: visible;
   position: absolute;
   top: 100px;
   z-index: 2;
   width: 345px;
   height: 411px;
   left: 170px;
   margin-right: auto;
   color: black;
   text-align: left; 
}


/* NAVIGATION
------------------------------------------------------------------------------*/

#menu  {
   visibility: visible;
   position: absolute;
   top: 5px;
   z-index: 2;
   width: 878px;
   height: 23px;
   left: 45px; 
   text-align: left; 

}




/* TEXT
------------------------------------------------------------------------------*/
.header {  font-size: 14pt; font-weight: bold; color: #330000}
.subheader {  color: #339900; font-weight: bold}
ul li{
list-style-image:url(images/icon.gif);
padding-left: 3px;
}


/* FOOTER
------------------------------------------------------------------------------*/
#footer p  {
   font: 11px "Trebuchet MS";
   color: black;
   text-align: right;
}

#footer  {
   visibility: visible;
   position: absolute;
   top: 575px;
   width: 655px;
   text-align: right ;
   left: 0px;
}

