﻿*{
	margin: 0;
	padding: 0;
}
body{
	background: #dfd9b7;
	font: .75em arial, sans-serif;
	color: #857a56;
	padding-bottom: 25px;
}

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

a, a:hover, a:visited, a:focus {
   border:none;
   outline:none;
}

p{
	margin: 1em 0;
}

.clear{
	clear: both;
}
#wrap{
	position: relative;
	margin: 0 auto;
	background: #fff url(janet-bg.png) no-repeat left bottom;
	width: 800px;
	padding-bottom: 19px;
}
#head{
	background: #f1edd0 url(head-bg.png) repeat-x;
	border-bottom: 1px solid #d6d5a9;
	height: 49px;
}
#content{
	margin: 25px 25px 0 25px;
}

/* HEAD */
#head h2{
	float: left;
	width: 162px;
	height: 49px;
	border-right: 1px solid #d6d5a9;
	border-left: 1px solid #f7f7ed;
}

#head h2 a{
	float: left;
	width: 162px;
	height: 49px;
	background: url(snell.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#head h2 a:hover{
	background-position: left bottom;
}

#nav{
	float: left;
	height: 49px;
	list-style: none;
}
#nav li{
	float: left;
	height: 49px;
	width: 159px;
}
#nav li a{
	float: left;
	display: block;
	height: 49px;
	line-height: 49px;
	width: 157px;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #d6d5a9;
	border-left: 1px solid #f7f7ed;
	color: #285c7f;
	text-transform: uppercase;
	font-weight: bold;
	
}
#nav li.last a{
	width: 158px;
	border-right: none;
}

#nav li a:hover{
	background: url(nav-link-bg.png) repeat-x;
}

/* CONTENT */

h1.signature{
	width: 445px;
	height: 107px;
	background: url(signature.gif) no-repeat;
	text-indent: -9999px;
	margin: 30px 0;
}

.text{
	float: right;
	width: 445px;
	margin-bottom: 0;
	text-align: justify;
	line-height: 2.32;
	.line-height: 2.3;
	_line-height: 2.3;
}
.portrait{
	float: left;
	margin-bottom: 25px;
}

#contact{
	border-top: 2px solid #c2b071;
	padding-top: 16px;
	clear: both;
	line-height: 2.2;
	_margin-top: -25px;
	.margin-top: -25px;
}

#contact .email{
	float: left;
	margin-left: 25px;
	display: inline;
}

#contact .telephones{
	float: right;
	margin-right: 25px;
	width: 419px;
	display: inline;
}

#contact .telephones span{
	width: 70px;
	display: inline-block;
}