/* 
** lumen-perfectus.com - default style
** 
** 18 December 2008 - (version 0.25) 
*/

/* import base stylesheet */
@import url("lp_base.css");

/* overwrite base style */

body {
    background-color: #E4E4E4;	
}
	
#header a {
	display: block;
}

#left_ h1 {
	display: none;
}

/* display a fixed jpeg at top of page */
/*
#b_lg {
	background-color: #fff;
	background-image: url('../images/internals/tops/01.jpg');
	background-repeat: no-repeat;
	width: 93%;
	height: 160px;
	margin-left: 0em;
}

#b_lg div {
	width: 165px;
	height: 20px; 
	float: left;
	margin: 14em 0em 0em 1.8em;
}
*/

div.img_left {
	display: inline;
}

div.img_right {
	display: inline;
}	

#b_lg_text {
	display: none;
}