.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), url('/fonts/PT_Sans-Web-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), url('/fonts/PT_Sans-Web-Bold.ttf') format('truetype');
}


body {  font-family: 'PT Sans',sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	left: 0;
	margin: 0;
	top: 0;
	padding: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}

a {text-decoration: none;}

body.me		{ background-image: url("pics/bg1.jpg");}
body.consulting	{ background-image: url("pics/bg2.jpg"); }
body.rates	{ background-image: url("pics/bg3.jpg"); }
body.contact	{ background-image: url("pics/bg4.jpg");}

/* -------------------------------NAVIGATION_CONTENT*/
#nav {
	background-image: url("pics/navi.png");
	color: white;
	height: 557px;
	width: 127px;
	margin: 2px 0 4px;
	position: fixed;
	top: 56px;
	left: 13px;
}
#nav a.kat1 { 
	font-size: 10px;
	font-weight: bold;
	left: 3.2em;
	position: absolute;
	text-align: center;
	top: 16em;
	width: 60px;
	color: #fff;
}
#nav a.kat2 { 
	font-size: 10px;
	font-weight: bold;
	left: 3.2em;
	position: absolute;
	text-align: center;
	top: 27em;
	width: 60px;
	color: #fff;
}
#nav a.kat3 { 
	font-size: 10px;
	font-weight: bold;
	left: 3.2em;
	position: absolute;
	text-align: center;
	top: 38em;
	width: 60px;
	color: #fff;
}
#nav a.kat4 { 
	font-size: 10px;
	font-weight: bold;
	left: 3.2em;
	position: absolute;
	text-align: center;
	top: 49em;
	width: 60px;
	color: #fff;
}

/* -------------------------------------------------------TOP */
#top {
	position: absolute;
	top: 75px;
	color: black;
	padding-left: 10em;
	font-size:16px;
	line-height:18px;
}

#top h1 {
	font-size: 24px;
	font-weight: bold;
}

/* -------------------------------------------------------CONTENT */
#content { clear: both;
	color: black;
	float: left;
	margin-bottom: 0;
	padding-left: 10em;
	padding-top: 10em;
	min-width: 200px;
	font-size:16px;
	line-height:18px;
}

#content h1 { font-size:16px; line-height:30px; font-weight: bold;}
#content h1.tracer {clear: both;}

#content h2 {font-size: 16px;
	margin-top: 2em;
	font-weight: bold;
	line-height: 18px;
}

#content a { color: #000; font-weight: normal; text-decoration: underline;}
#content a:hover, a.current, a.act{ color: #004387; font-weight: normal; text-decoration: underline;}
#content img { float: left; padding-right: 3em; padding-bottom: 2em;}
#content p.bottom { padding-bottom: 8em; }


/*ANNEX*/
