/* 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:#FFFACD;
}

#container{
		position: relative;
		z-index:1;
		left: 0px;
		top:    0px;
		width:  100%;
		height: 30px;
		background-color:  #e0d2ab;
}
#content {
		position:relative;
		left:10px;
		top:0px;
		width:100%;
}
#footer {
		font-family: Arial;		
		font-size:12px;	
		position:relative;
		left:0px;
		top:0px;
		width:100%;
		margin-left: 10px;

}

body 	{
		margin-left:10px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:80px;
		background-color:#FFFACD;
		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:16px;
		color: Black;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
}

h1{
		font-family: Arial;		
		font-weight: bold;
		font-size:32px;
		color: Black;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 20px;
}

h2{
		font-family: Arial;		
		font-weight: bold;
		font-size:24px;
		color: Black;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 0px;
}

li {
		font-family: arial;
		font-size: 16px;
		color: Black;
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 0px;
}
