a:link      {color: #712a1d; font-weight: bold; text-decoration: underline;}
a:visited   {color: #712a1d; font-weight: bold; text-decoration: underline;}
a:active    {color: #c17565; font-weight: bold; text-decoration: underline;}
a:hover	    {color: #c17565; font-weight: bold; text-decoration: underline;}

html
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

body
{
	background: #eeeaa5;
	min-height: 100%;
}

h1
{
	color: #712a1d;
}

.swap
{
	background-repeat:no-repeat;
}

.swap span
{
	display:none;
}

h2
{
	color: #712a1d;
}

h3
{
	color: #712a1d;
}

.italic
{
	font-style: italic;
}

#footer
{
	border-top: 1px solid #712a1d;
	font-size: small;
	line-height: .5;
}

#header
{
	position:absolute;
	left:0px;
	top:0px;
	height:120px;
	width:800px;
}

#menu
{
	position:absolute;
	left:0px;
	top:120px;
	height:30px;
	width:800px;
}

#menu_home
{
	position:absolute;
	left:0px;
	height:30px;
	width:105px;
}

#menu_personal
{
	position:absolute;
	left:105px;
	height:30px;
	width:280px;
}

#menu_professional
{
	position:absolute;
	left:385px;
	height:30px;
	width:333px;
}

#menu_map
{
	position:absolute;
	left:718px;
	height:30px;
	width:82px;
}

#main_body
{
	position:absolute;
	top:170px;
	width: 800px;
}

#picture
{
	margin: 20px 10px 0;
	float: left;
}

#map
{
	margin-top: 20px;
}