body {
    text-align: left;
    margin: 0px; 
    padding: 0px; 
	color: #A7AA77;
	font-family: georgia;
	font-size: 12px;
    background: url(motif.jpg);}

	 
A{cursor:help; 
text-decoration:none;
font-weight:normal;
font-family: arial narrow;
text-transform: uppercase;}

A:link, A:visited
{color: #DB003A;}

A:ACTIVE, A:HOVER
{color: #968A02;}

div.title1 {
font-size:18px;
letter-spacing: 10px;
text-transform: lowercase;
font-family: georgia;
color: #710C0D;
padding-left: 67px;
padding-top: 10px;
padding-bottom: 5px;}

div.quote {
	text-align: justify;
	font-family: georgia;
	font-size: 11px;
	color: #858854;
    padding: 10px 10px 10px 10px;
	margin: 0px auto;
	background: #E6E5B5;
}

font.color {
	color: #D0DD0A;
	font-weight: bold;
}

ul{
	line-height: 17px;
}
li {
padding: 0px 0px 0px 0px;
list-style: disc;
color: #FF980D;
}

#container { 
/* re-aligning the text correctly to the left */     text-align: justify;
/* margins at top and bottom are 0px but on the sides, "auto" will center the layout */
    margin: 0px;
    padding: 0px;
/* sets the layout width */
    width: 900px;} 
	 
#header {
    width: 412px;
	float: left;} 

#footer { 
/* clear: both so that it remains at the bottom of the 3 columns */
	clear:left;
} 


#text { 
    width: 473px;
/* float it to the left of the right sidebar */
    float: right;
	padding-left: 15px;
	padding-top: 20px;
} 