	html, body
	{
		font: 11px, Verdana, Arial, Geneva, sans-serif;
		color: #000000;	
		margin: 0px;
		padding: 0px;
		text-align: center;
		height: 100%;
	}
	
	* html .container {
	 	height: 100%;
	 	position: relative;
		width: 757px;
		margin: 0px auto;
		
		text-align: left;
		background-image: url('../images/bg.gif');
		background-repeat: repeat-y;
		border-left: 1px solid #cccccc;		
		border-right: 1px solid #cccccc;
	}
		*>.container
	{
		padding: 0px;
		min-height: 100%;
		position: relative;
		width: 757px;
		margin: 0px auto;		
		text-align: left;
		background-image: url('../images/bg.gif');
		background-repeat: repeat-y;
		border-left: 1px solid #cccccc;		
		border-right: 1px solid #cccccc;
	} 

	.header
	{
	width: 757px;
	height: 115px;
	background-image: url('../images/header_logo.gif');
	background-repeat: no-repeat;
	}
	#right_col
	{
		position: relative;
		margin-left: 330px;
		margin-top: 0px;
		width: 400px;
	}
	#left_col
	{
		float: left;
		margin-top: 0px;
		width: 229px;
	}
	.nametag
	{
	width: 29px;
	height: 140px;
	margin-left: 10px;
	background-image: url('../images/name.gif');
	background-repeat: no-repeat;
	}
	
	#nav
	{
	margin-left: 70px;
	margin-top: -140px;
	width: 200px;
	}
	
	#nav ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
	#nav li
	{
	font: 12px, Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #4a6cb8;
	line-height: 22px;	
	}
	
	#nav .list_mark
	{
		background-image: url('../images/list_mark.gif');
		background-repeat: no-repeat;
		//height: 1.5em;
		background-position: 0 .1em;
		padding-left: 2em;
		
	}
	
	#nav a
	{
		font-weight: normal;
		color: #000000;	
		text-decoration: none;
		background-image: url('../images/list_dot.gif');
		background-repeat: no-repeat;
		background-position: 0 .3em;
		padding-left: 2em;
	}

	#nav a:hover
	{
		font-weight: normal;
		color: #f89a54;
		text-decoration: none;
	}

	#nav a:active
	{
		font-weight: normal;
		text-decoration: none;
	}

	#nav a:visited
	{
		font-weight: normal;
		text-decoration: none;
	}
	
	.pict
	{
	position: relative;
	margin-left: 44px;
	margin-top: 30px;
	width: 225px;
	height: 197px;
	}
	
	.adress
	{
	margin-top: 10px;
	position: relative;
	margin-left: 70px; 
	width: 200px;
	}
	
	.ornament
	{
		margin-top: 10px;
		position: relative;
		margin-left: 0px; 
		width: 170px;
		height: 26px;
		background-image: url('../images/ornament.gif');
		background-repeat: no-repeat;
	}
	
	.content
	{
		min-height: 500px;
		//height: 500px;
	}
	
	.img_annika
	{
  position: absolute;
  margin-left: -40px;
	}	
	
	.me_text
	{
  position: absolute;
  width: 300px;
  margin-left: 110px;
	}	
	
	.header1
	{
		margin: 0px;
		font: 12px, Verdana, Arial, Geneva, sans-serif;
		color: #f89a54;
		font-weight: bold;
	}
	
	.text_normal
	{
	position: absolute;
  margin-left: -40px;
  margin-top: 190px;

	}
	
	.content li
	{
	padding-bottom: 1em;	
	}


