/* Image page style sheet for Riad Tzarra */
/* URL: www.dar-hanane.com */
/* Last edited: 15-06-2008 */

/* page structure and styling */

	html, body {
		height:95%;
		background-color: #98495E;
	}

	#contentL {
		width: 645px;
		height: 490px;
		margin-left: 0px; 
		margin-top: 0px;
	}

	#contentP {
		width: 430px;
		height: 705px;
		margin-left: 0px; 
		margin-top: 0px;
	}

	#wrapperL {
		width: 645px;
		height: 460px;
		position: absolute;
		border: 1px;	
		border-color: #000000;
		border-style: solid;
		background-color: #FFFFFF;
		z-index: 1;

	}

	#wrapperP {
		width: 430px;
		height: 675px;
		position: absolute;
		margin-left: 0px; 
		margin-top: 0px;
		border: 1px;
		border-color: #000000;
		border-style: solid;
		background-color: #FFFFFF;
		z-index: 1;

	}

	#imageL{
		width: 645px;
		height: 430px;
		z-index: 2;
	}

	#imageP{
		width: 430px;
		height: 645px;
		z-index: 2;
	}

	#textL{
		width: 645px;
		height: 30px;
		bottom:0px;
		line-height:30px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px; 
		color: #000000;
		text-align:center;
		text-decoration: none;
		z-index: 2;
	}

	#textP{
		width: 430px;
		height: 30px;
		bottom:0px;
		line-height:30px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px; 
		color: #000000; 
		text-align:center;
		text-decoration: none;
		z-index: 2;
	}

	#linkTextP{
		width: 430px;
		height: 30px;
		position: absolute;
		display: block;
		margin-top: 675px;
		line-height:30px;
		text-align:center;
		z-index: 3;
	}

	#linkTextL{
		width: 645px;
		height: 30px;
		position: absolute;
		display: block;
		margin-top: 460px;
		line-height:30px;
		text-align:center;
		z-index: 3;
	}

	img {
		border: none;
	}

	a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
	}

	a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: none;
	}

	a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
	}

	.accessL {
		text-decoration: none;
	}
