﻿/*----------------------------------------------------------------------------
Style Sheet defining layout

This style sheet contains layout rules

version: 0.1
author:  Yves LAROSA
email:   yves.larosa@clubparfum.co.uk
website: http://www.clubparfum.co.uk
----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #cc9;
	color: #666;
}

div {
	position: relative;
}

h1 {
	font-family: Times New Roman, Times, Serif;
	font-size: 25px;
	font-weight: normal;
}

p {
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p.center {
	text-align: center;
}

div#pageShadow {
	top: 0;
	min-height: 100%;
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('Images/BgPageWrapper.png');
	background-repeat: repeat-y;
}

div#page {
	width: 841px;
	padding: 0px 25px 25px 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

div#pageHeader {
	text-align: center;
	min-height: 114px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 28px;
	background-image: url('Images/HeaderBackground.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#pageHeader img.logo {
	width: 233px;
	height: 103px;
	padding-top: 8px;
}

div#pageContent {
	min-height: 560px;
	margin-bottom: 10px;
	clear: both;
}

div#pageFooter {
	clear: both;
	padding-top: 7px;
	border-top: 1px solid #cc9;
}

div#pageContent > div.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 500px;
	width: 600px;
	margin-top: -250px;
	margin-left: -300px;
	text-align: center;
	vertical-align: middle;
}

img.picture {
	margin-top: 20px;
	margin-bottom: 20px;
}

