/* CSS */

/*
lisanilsson.se
*/


/*
BODY, TEXT & SÅNT
*/
body {
	background-color: #ffffff;
	background-image: url(../images/newback.jpg);
	background-repeat: no-repeat;
	}
	
p {
	font-size: 12px;
	padding-bottom: 14px;
	line-height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#613a38;
}

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


	
#links {
	position:absolute;
	width:442px;
	height:50px;
	left: 25px;
	top: 700px;
}


#meny {
	position:absolute;
	width:442px;
	height:50px;
	left: 510px;
	top: 103px;
}

#content {
	position:absolute;
	width:410px;
	height:450px;
	left: 525px;
	top: 165px;
}

h2
{
	font-size: 12px;
  padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #644f4a;
	color:#ffffff;
}
