/*Lumie Homepage style sheet PG 14-08-07*/

#body {
	top:170px;
	margin-bottom:230px;
	z-index:1;
}

#text {
	width:630px;
}


#right {
	position:absolute;
	top:170px;
	width:235px;
	right:45px;
	padding-bottom:30px;
	z-index:100;
}

.newslist {
margin-top:10px; font-size:1.1em; line-height:1.4em;
}

.newslist ul, .newslist li {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}

p.browse a,.newslist h3 {
	color:#f6832c;}


#left {
	width:auto;
	clear:left;
	float:none;
}


p.browse {
	background-image:url(/graphics/icons/browse.png);
	background-position:top-left;
	background-repeat:no-repeat;
	padding-top:7px;
	padding-left:50px;
	margin-bottom:0;
	padding-bottom:0;
	height:30px;
}


/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:200px;
	float:left; 
	width:250px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding:0;
	margin:0;
}
	div#rotator ul {
	padding:0;
	margin:0;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}



