@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 15; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px;
	background-repeat: repeat-x;
	background-image: url(../images/BodyBG.png);
}

.LciLayout #container {
	text-align: center;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	width: 960px;
	background-image: url(../images/Backgrounds/lci_bkgrnd_hollow.png);
	background-repeat: no-repeat;
} 

.LciLayout #header {
	text-align: center;
	height: 35px;
	padding-top: 5px;
	float: left;
	width: 960px;
	margin-top: 5px;
} 
.LciLayout #container #header h1 {
	font-size: 1.15em;
	font-weight: lighter;
	color: #DCCAA0;
	margin: 0px;
}


.LciLayout #sidebar1 {
	width: 240px;
	text-align: right;
	padding-top: 15px;
	padding-left: 0px;
	float: left;
	height: 480px;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: -20px;
}


.LciLayout #mainContent {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	width: 450px;
	margin-left: 250px;
	padding-top: 50px;
	z-index: 300;
} 
.LciLayout #container #mainContent #logo {
	background-repeat: no-repeat;
	background-position: center top;
	height: 470px;
	width: 250px;
	margin-left: 100px;
	margin-bottom: -300px;
}
.LciLayout #container p fr a{
	text-align: left;
	margin-left: 25px;
	font-size: 1em;
	text-decoration: none;
	color: #666;
}
.LciLayout #container p en a {
	font-size: 1em;
	margin-right: 25px;
	text-decoration: none;
	text-align: right;
	color: #666;
}



.LciLayout #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	text-align: left;
	margin-bottom: -20px;
}


.LciLayout #footer  {
	text-align: center;
	margin-top: 30px;
	font-size: 1.1em;
	float: left;
	color: #9DCD56;
	width: 960px;
	height: 25px;
	line-height: 1em;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1em;
	line-height: 1em;
}
