body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	background: url(/templates/ludo_img/content.jpg) repeat-y center;
}

#container {
	width:872px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	background: url(/templates/ludo_img/content.jpg) repeat-y;
}

#header {
	width: 872px;
	height: 405px;
	background: url(/templates/ludo_img/header.jpg) no-repeat;
}

#header .header{
	margin: 89px 0 0 50px;
	border: 0;
}

#nav {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0 0 0 71px;
	padding-top: 4px;
	width: 700px;
	
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height: 36px;
}

#nav ul li{
	float:left;
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0;
	height: 36px;
	
}

#nav ul li a {
	display: block;
	width: 108px;
	height: 23px;
	text-align: center;
	padding: 13px 0 0 0;
	text-decoration:none;
	color: #0c629c;
	text-transform:lowercase;
	
}

#nav ul li a:hover {
	background: url(/templates/ludo_img/menu_over.jpg) no-repeat;
}

#nav ul li .menuOn {
	background: url(/templates/ludo_img/menu_on.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
}

#nav ul li .menuOn:hover {
	background: url(/templates/ludo_img/menu_on.jpg) no-repeat;
}


#nav ul li a .menuOn {
	color: #fff:
}

#nav ul li a:hover .menuOn {
	background: url(/templates/ludo_img/menu_on.jpg) no-repeat;
}

#content {
	float:left;
	margin:-30px 142px 20px 110px;
	color: #fff;
}

.object {
	color: #fff;
	line-height: 16px;
}

.object h2 {
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

#footer {
	text-align:center;
}

#footer p{
	text-align:center;
}