/* CSS Document */


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:small;

}

div#container {
	position:relative; /* needed for footer positioning*/
	margin-left: auto; /* center, not in IE5 */
	margin-right: auto; /* center, not in IE5 */
	width:802px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	background-image:url(../images/libra/background.gif);
	background-repeat:repeat-y;
	min-height:100%; /* real browsers */
}



div#header {
	background:#fff url(../images/libra/header.jpg) no-repeat;
	height:115px;
}


div#content {
margin-left: 150px;
margin-right: 150px;
margin-bottom:10px;
padding-bottom:10px;

}

div#content p {
padding-left:2px;
}
div#content li {
padding-left:4px;
}


div#navigation {
	margin-left: 150px;
	border-bottom:solid 1px #E44627;
	height: 30px;
	padding-top:5px;
	width:580px;


}

div#footer {
	position:absolute;
	width:802px;
	height:22px;
	margin-bottom:-1px;
	bottom:0; /* stick to bottom */
	background:#fff;
	background-image:url(../images/libra/footer.gif);
	background-repeat:no-repeat;
		margin-top:5px;

}
strong {
color: #E44627;
}

h2{
color: #E44627;
width:320px;
height:30px;
margin:10px 0;
}


a {
color: #E44627;
}
li {
padding-top:5px;
padding-bottom:5px;
}
div#subnavigation {
	margin-left: 150px;
	margin-right: 28px;
	border-bottom: dotted 1px #E44627;
	height: 18px;
	padding-top:15px;	width:580px;
}
.bluebox, .bluebox p {
	color: #333333;
	background-color: #fccf02;
	width: 450px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}