body {
font: 11px/24px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
background: url(images/bg2.gif);
}

#title {
	width: 330px;
	height: 26px;
	color: #5A698B;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}


#container
{
width: 90%;
margin: 10px auto;
background: url(http://www.annemariekramer.nl/images/amkgradient3.gif);
color: #333;
border: 1px solid orange;
line-height: 130%;
}

#top
{
padding: 15px;
border-bottom: 1px solid orange;
background: url(images/top1.gif) no-repeat;
height: 56px;
}

#top h1
{
padding: 15px;
margin: 10px;
color:red;
}
#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid orange;
width: 165px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid orange;
}

#navlist li a { text-decoration: none; }

a {
	color:blue;
	text-decoration:none;
	}
a:link {color:blue;}
a:visited {color:blue;}


#content
{
margin-left: 200px;
padding: 1em;
border-left: 1px solid orange;
}

#content2
{
border:1px solid orange; 
background:#eee;
margin:0px 0px 10px 10px;
padding: 10px;
	}


#footer ul
{
clear: both;
margin: 0;
padding: .5em;
list-style-type:none;
color: #333;
background: url(images/amkgradientf.gif);
border-top: 1px solid orange;
border-bottom: 1px solid orange;
text-align: center;
}

#footer ul li {display:inline}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

