BODY {
margin 0;
	color: #00000;
	font-family:  "Comic Sans MS", cursive;
	font-size:10pt;
	/*font-style : italic;*/
}


P.Off1 {
text-align: justify;
	margin: 0 0 0 1em;
}

P.Off2 {
text-align: justify;
	margin: 0 0 0 3em;
}

H1 {
	font-size: 2em;
	font-weight : bolder;
	margin: 0 0 .2em 0;
	font-style : italic;
}
H2{
	font-size: 1.2em;
	font-style : italic;
	margin: 0 0 .2em 0;
}

A {
	color: #DC143C;
}

A:HOVER {
	color: #FF4500;
}

UL {
	margin: 0 0 0 0;
	/*padding: 0 0 0 1em; top right bottom left*/
	list-style : none inside;
}

DIV.Banner{
margin: 0 0 0 0;
	width : 100%;
	height: 16px;
	background-image : url(www/lilrose.gif);
	background-repeat : repeat-x;
}
DIV.Nav {

position: absolute;
width : 24px;
 top : 4px;
 left : 4px;
 display : none;
}

DIV.Main {
position: absolute;
text-align: justify;
width : 600px;
top : 4px;
left : 4px;
}

DIV.Left {
	float : left;
	width : 50%;
}
DIV.Right {
	float : right;
	width : 45%;
}
DIV.Center {
	margin: 0 0 0 144px;
	width : 288px;
}
