    html {
        overflow-x: hidden;
        overflow-y: auto;
    }
		body{
			padding: 0;
			margin: 0;
			color: #000;
			font-family: Verdana,Helvetica,sans-serif;
			font-size: 12px;
			background-color: #47071C;
			background: url(../images/bg.gif);
		}
		a{
			text-decoration: none;
			color: #fff;
		}
		a:hover{
			color: #333;
		}
		
		a img {
			border: 0;
		}
		#logo{
			width: 100%;
			position: absolute;
			top: 0px;
			left: 0px;
			height: 135px;
			z-index: 10;
			background-color: #6D7276;
		}
		#wl{
			width: 100%;
			position: absolute;
			top: 153px;
			left: 0px;
			height: 2px;
			background-color: #fff;
		}
	#container{
		position: absolute;
		left: 0px;
		top: 135px; 
		height: 400px;
		width: 400px;

		background: url(../images/bottom.jpg);
		background-repeat: no-repeat;
		
	}
	#container a{
			color: #0A5BAC;
	}
	#container a:hover{
		text-decoration: underline;
	}
	#address{
		color:#FFFFFF;
		display:table-cell;
		font-family:Verdana,Helvetica,sans-serif;
		font-size:11px;
		height:auto;
		left:55px;
		position:absolute;
		top:356px;
		vertical-align:bottom;
		width:200px;
	}

        #address a{color: #fff;}
	#contentcontainer{
		position: absolute;
		left: 256px;
		top: 185px; 
		height: 357px;
		width: 750px;
		overflow: auto;
	}
	#texte{
		position: absolute;
		left: 256px;
		top: 142px; 
	}
	#start{
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 60px;
		top: 167px;
		z-index: 10;
	}
	#contenttitle{
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 60px;
		top: 224px;
		z-index: 10;
	}
	.level1{
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #fff;
		list-style-type: none; 
		margin: 0;
		list-style-position: outside;
		font-weight: bold;
		height: 23px;
		position: absolute;
		left: 220px;
		top: 167px;
		z-index: 10;
	}
	.level1 li{
		display: inline;
		padding-right: 30px;
	}
        .level1 li a{
            color: #fff;
        }
        .level1 li strong a{
            color: #6D7276;
        }
        .level1 li a:hover{
            color: #6D7276;
        }
	
	
	.level2{
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		list-style-type: none; 
		margin: 0;
		padding: 0;
		padding-left: 7px;
		list-style-position: outside;
		font-weight: bold;
		position: absolute;
		top: 2px;
		background: url(../images/subnav.gif);
		background-repeat: no-repeat;
		background-position: left 2px;
	}
	.level2 li{
		display: inline;
		padding-right: 30px;
	}
	.level2 li a{
		color: #fff;
	}
	.level2 li a:hover{
		color: #383838;
	}
        .level2 li strong a{
            color: #383838;
        }

	#content{
		position: absolute;
		top: 38px; 
		left: 15px;
		width: 650px;
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-size: 12px;
		color: #fff;
	}
        #content a{
		color: #7F0A2E;
        }
        #content a:hover{
            text-decoration: underline;
        }
	h1,h2,h3{
		font-size: 16px;
		color: #7F0A2E;
		padding: 0;
		margin: 0;
		
	}
        hr {
            border-color: -moz-use-text-color -moz-use-text-color #969696;
            border-style: none none solid;
            border-width: 0px 0px 1px;
            color: #FFFFFF;
            height: 1px;
            margin-bottom: 5px;
            margin-top: 5px;
            padding: 0pt;
            size: 1px;
        }	
img.floatLeft { 
    float: left; 
    margin-right: 10px; 
    margin-bottom: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
    margin-bottom: 10px; 
}
	
	
	
	
