/* CSS Document */

body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Assets/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: CCCCFF;



}
div#wrapper {
	width: 900px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #666666;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://www.leplacello.com/Assets/Background_cream.jpg);


}

div#nav {
	width: 145px;
	padding: 5px;
	margin-top: 1px;
	float: left;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;


}
div#main {
	margin-left: 170px;
	margin-top: 1px;
	text-align: justify;
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;







}
div#footer {
	padding: 15px;
	margin: 0px;
	border-top: 1px solid #999999;
	background-color: #E1DFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	color: #6699FF;



}
.ls_links a {
	display: block;
	padding: 1px 10px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #666666;
	border-top: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;

}
.ls_links a:hover,
.ls_links .selected_link {
	background-color: #8A2D1D;
	color: #FFFFFF;
	border-top: 1px solid #990000;
	border-right: 3px solid #F5A700;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;

}
