/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of INDUXIA's work.
 * Copyright (c) 2008 INDUXIA and contributors. All rights
 * reserved.
 *
 * INDUXIA is a multimedia production company which provides highly 
 * interactive, design driven and functional solutions.
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Guillaume Vialet
 */

body {
	font: normal normal 7.5pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	margin: 0; padding: 0;
}

div#wrapper {
	position: relative;
	width: 750px;
/*
	position: absolute;
	width: 750px;
	height: 700px;
	left: 49%;
	top: 50%;
	margin-top: -350px;
	margin-left: -375px;
*/
}

img { border: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1 { margin: 16px 0 0 440px; display: block; width: 293px; height: 50px; background: #000 url("../img/logo_small.gif") left top no-repeat; }
h1 strong { display: none; }

p { margin: 0; padding: 1em 0 1em 0; }

ul, ol, li { padding: 0; margin: 0; }
ul { margin-top: 1em; }
ul li { margin: 0 0 0 20px !important; padding: 0 0 1px 0; list-style: square !important; }

a { color: #fff; text-decoration: underline; }
a:hover { text-decoration: none; }

hr { visibility: hidden; width: 50px; height: 1px; display: block; clear: both; }

.red { color: red; }

div#Peter { margin: 1em 0em 0 2em; padding-left: 120px; background: url("../img/Peter-Doeve-1.jpg") left top no-repeat; }
div#Edwin { margin: 1em 0em 0 2em; padding-left: 120px; background:url("../img/Edwin-Kennedy-1.jpg") left top no-repeat; }
div#Sheila { margin: 1em 0em 0 2em; padding-left: 120px; background:url("../img/Sheila-Bouquet-1.jpg") left top no-repeat; }

/*
div#Peter p.photo { float: left; padding: 0 0 50px 0 !important; width: 125px; }
div#Edwin p.photo { float: left; padding: 0 0 30px 0 !important; width: 125px; }
div#Sheila p.photo { float: left; padding: 0 0 30px 0 !important; width: 125px; }
*/

div#footer { clear: both; margin-top: 3.5em; }

div#footer p.tagline {
	margin: 0;
	padding: 3px 0 0 0;
	color: #666;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .7em;
	text-align: center;
}

