* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}

/* @end */

body {
	color: #444;
	background-color: #7fa690;
	font: 14px Helvetica, Arial, Geneva, sans-serif; 
}

a img {
	border: none;
}

img.right {
	margin-left: 1em;
	margin-bottom: 1em
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #7fa690;
}

a:hover {
	color: #f90;
}

p {
	margin: .3em .2em .6em;
	line-height: 1.3em;
}

#header,
#container,
#footer {
	width: 825px;
	margin: 4em auto 0;
}

#container {
	margin-top: 0;
	background: url(../img/containerbg.gif) repeat-y;
}


#header h1 {
	margin-left: 4px;
}

#header h1,
#header h1 a {
	display: block;
	width: 250px;
	height: 35px;
	font-size: 1px;
	text-indent: -2000px;
	background: url(../img/dr-benguigui.gif) no-repeat;
}

#content {
	background: url(../img/contentbg.gif) no-repeat;
}

#subcol {
	float: left;
	width: 230px;
	margin-top: 10px;
	padding: 8px 12px;
	background: url(../img/subcolbg.gif) no-repeat center bottom;
}

#maincol {
	float: right;
	width: 530px;
	margin-top: 10px;
	padding: 8px 19px;
	text-align: justify;
	background: url(../img/maincolbg.gif) no-repeat center bottom;
}

#home #maincol {
	position: relative;
	margin: 0;
	padding: 0;
	width: 568px;
	height: 419px;
	background: url(../img/home-contentbg.jpg) no-repeat right top;
}

#home #menu {
	position: absolute;
	bottom: 20px;
	left: 15px;
}

#menu {
	position: relative;
	padding-top: 2.5em;
}

#menu,
#menu a {
	color: #666;
	font: 15px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}

#menu li {
	padding: .6em .3em;
	list-style-type: none;
	border-bottom: 1px solid #d8e4dd;
}

#menu li.last {
	border: none;
}

#menu li.current a {
	color: #000;
	border-bottom: 2px solid #ccc;
}

#menu a:hover {
	color: #000;
}

h1, h2 {
	font-weight: normal;
}

#maincol h1 {
	margin: .8em 1em 1.5em;
	text-align: right;
	color: #000;
}

#maincol h1 span {
	display: block;
	color: #666;
}

#maincol h2 {
	margin: 1.2em 0 .5em;
	color: #440e62;
}

div.intro {
	padding: .5em 0 1em;
	font-size: 1.1em;
}

#maincol div.intro {
	color: #440e62;
	padding: .8em .3em .5em .6em;
	background: url(../img/quotes.gif) no-repeat;
	/*border: 1px solid #c7b6d0;
	background-color: #ece6ef;*/
}

#contact form {
	margin: 1em 2em 1.5em;
}

form label,
form input,
form select,
form textarea {
	display: block;
}
form table.data td {
	width: 45%;
}

#footer {
	margin-top: 4px;
}

a#contact {
	display: block;
	float: right;
	margin-right: 4px;
	font-size: 1px;
	text-indent: -4000px;
	width: 230px;
	height: 25px;
	background: url(../img/contact-benguigui.gif) no-repeat;
}

ul.gallery {
	height: 80px;
	margin-left: .4em;
	list-style: none;
}

ul.gallery li {
	float: left;
	margin-right: .4em;
}

a.more {
	display: block;
	padding: .5em 0 0;
	text-align: right;
	font-style: italic;
	color: #440e62;
}