html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(backgrpaper2.gif) repeat;
}

div#container {
	position:relative; 
	left:0px; 
	top:0px; 
	width:741px; 
	margin: 0 auto;
	text-align: center;
	background: url(images/lisaSvedbergBG.gif) top left no-repeat;
}

div#header {
	width: 741px;
	height: 230px;
}
	
div#content {
	text-align: left;
	width: 514px;
	margin: 0;
	margin-left: 227px;
	padding: 0;
}

#content p {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#content li a {
	color: #399;
	font-size: 19px;
	text-decoration: none;
	font-family: Comic Sans MS, cursive;
}

#content li a:hover {
	text-shadow: #999 2px 2px 4px;
}
	
div#footer {
	width: 741px;
	height: 60px;
	margin: 0;
	padding: 0;
}	
	
