body {
	background-color: #e0edf6;
	
}

p {
    font-size: 12px;
}

#container {
	width: 930px;
	background-color: #d8e8f5;
	
	position: absolute;
	left: 50%;
	margin-left: -465px;
}

div.hr {
	background-color: #d72920;
	height: 1px;
	margin: 0;
	padding: 0;
}

	div.hr hr {
		visibility: hidden;
	}


div.banners {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

    div.banners a {
        padding-top: 10px;
    }


div.header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: right;
	
	height: 230px;
}

	div.languages {
		margin-right: 5px;
	}
	
	div.main-menu {
		width: 200px;
	}

		div.main-menu h1 {
			width: 190px;
			height: 100px;
			font-size: 20px;
			
			padding-top: 15px;
			padding-left: 10px;
			
			border-right: 1px dotted #d72920; 
		}
			
			div.main-menu h1.sport {
				background-image: url('images/sport.jpg');
				border-bottom: 1px dotted #d72920;
			}
			
			div.main-menu h1.construction {
				background-image: url('images/construction.jpg');
			}
			
				div.main-menu h1 a {
					color: white;
				}
				
				div.main-menu h1.active a {
					text-decoration: underline;
					color: #d72920;
				}


div.footer {
	bottom: 0;
	padding-top: 20px;
	
	height: 25px;
	width: 100%;
	
	text-align: center;
	font-size: 12px;
	line-height: 23px;
}


div.body {
	padding-top: 5px;
	width: 100%;
	min-height: 250px;
}

	div.body div.col-left {
		width: 200px;
	}
	
	div.body div.col-left ul.level-1 {
		padding-top: 5px;
		padding-left: 10px;
	}
	
		div.body div.col-left ul.level-2 {
			padding-left: 10px;
		}
		
			div.body div.col-left ul.level-3 {
				padding-left: 10px;
			}

        div.body div.col-left ul li {
            padding-bottom: 5px;
            font-size: 14px;
        }
			
		div.body div.col-left ul li.active > a {
			text-decoration: underline;
		}
	
	div.body div.col-main {
		width: 729px;
		height: 100%;
		
		padding-top: 5px;
		
		border-left: 1px dotted #d72920;
	}

div.section-title h1 {
    font-size: 18px;
}


