body
{
	behavior: url("javascripts/ie-abbr.htc");
	-ie-abbr-tag: span;
	-ie-abbr-class: abbr;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	background: #F5F1F0;
	text-align: center;
}

a:link
{
	color: #B40F00;
}
a:visited
{
	color: #A09E9E;
}
a:hover
{
	color: #F01400;
	text-decoration: none;
}

abbr, .abbr
{
	border-bottom: 1px dotted #B40F00;
	cursor: help;
}

h3
{
	color: #8C0C00;
	border-bottom: 1px solid #E6E2E1;
	font-size: 120%;
	font-weight: bold;
}

hr
{
	display: none;
}

img
{
	border: none;
}

ul
{
	line-height: 1.2em;
	list-style-type: square;
}

li ul
{
	padding-bottom: 1em;
}

li.list
{
	list-style-type: square;
	color: #646262;
}

.cleaner
{
	clear: both;
}

p.field
{
	margin-left: 20%;
}

.hidden
{
	display: none;
}

span.period
{
	color: #646262;
}

span.place
{
	float: right;
	margin-top: -18px;
	color: #646262;
	font-weight: normal;
}

.remark
{
	color: #A09E9E;
}

/* header */
div#header
{
	width: 760px;
	height: 100px;
	margin-bottom: 1em;
	border-bottom: 1px solid #8C0C00;
}
div#header a
{
	text-decoration: none;
}
div#header a:hover
{
	background:transparent;
	text-decoration: none;
}

div#logo
{
	background: url("../images/styles/logo.jpg") center no-repeat;
}
div#logo a
{
	display: block;
	width: 760px;
	height: 100px;
}
div#logo a:hover
{
	background: transparent;
}

div#header h1
{
	display: none;
}

/* page */
div#page
{
	width: 760px;
	margin: 0 auto;
	border: 2px solid #8C0C00;
	color: black;
	background: white;
	text-align: left;
}

div#contact
{
	height: 118px;
	border-bottom: 1px solid #8C0C00;
	padding: 0 1em;
	_padding-bottom: 0.4em;
	font-size: 0.75em;
}
div#photo
{
	float: right;
}

div#cv
{
	padding: 0 1em;
	font-size: 0.75em;
}

/* footer */
div#footer
{
	width: 760px;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #8C0C00;
	text-align: right;
	font-size: 0.6em;
}
div#footer a
{
	color: #8C0C00;
}
div#footer a:hover
{
	color: #8C0C00;
	background: transparent;
	text-decoration: none;
}
