/* Externe stylesheet */

#banner{
    		position:absolute;
		z-index:1;
		left:    0px;
		top:     0px;
		width: 100%;
		height:80px;
		background-image:url('banner.jpg');
		background-repeat:no-repeat;
		background-position:bottom left; 
		background-color:#ffffda;
}











#container{
		position: relative;
		z-index:1;
		left: 0px;
		top:    80px;
		width:  100%;
		height: 30px;
		background-color:  #8E4527;
}
#content {
		position:relative;
		left:0px;
		top:80px;
		width:100%;
}











body 	{
		margin-left:0px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:80px;
		background-color:#ffffda;
		background-image:url('main.jpg');
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:bottom left;




}
img 	{
		border: none;
}
p		{
		font-family: Arial;		
		font-size:14px;
		color: #8E4527;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
}
h1{
		font-family: Arial;		
		font-weight: bold;
		font-size:20px;
		color: #8E4527;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
}
h2{
		font-family: Arial;		
		font-weight: bold;
		font-size:16px;
		color: #8E4527;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 0px;
}



li {
		font-family: arial;
		font-size: 14px;
		color: #8E4527;
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 0px;
}table{ 		font-family: arial;
		font-size: 14px;
		color: #8E4527;
		border-width: 1px;
		border-style: solid;
		border-color: #8E4527;
		border-collapse: collapse;
		margin-left: 10px;
}
table th 	{
		border-width: 1px;
		padding: 1px;
		border-style: solid;
		border-color: #8E4527;
		-moz-border-radius: ;
}
table td {	
		border-width: 1px;
		padding: 1px;
		border-style: solid;
		border-color: #8E4527;
		-moz-border-radius: ;
}

