/*
CSS for Anna Sandys site
*/



#backgroundheader, #navbar, #leftmargin, #blockone, #container, #footer{
position: absolute;
}

body {
	background-color: #ffffcc;
	font-family: Cochin, Baskerville;
}

#backgroundheader {
	height: 180px;
	padding: 20px;
	padding-bottom: 2px;
	width: 100%;
	background: url(aslogo.jpg) no-repeat;
	top: 20;
	border: 2px solid #C2D6D9;
	background-color: #cfe0e5;
}

h1 {
	font-size: xx-large;
	font-family: Cochin, Baskerville;
	color: #ffffb3;
	padding-top: 3em;
	padding-bottom: .2em;
	padding-left: 6em;
	top: 20px;
	margin: 0;
	top: 20px;
	width: 75%;
}


#leftmargin {
	top: 200px;
	padding: 5px;
	left: 0px;
}



ul {
list-style-type: none;
padding: .5em;
margin: .1em;
line-height: 125%;
}

a {
 font-weight: normal;
 color: black;
 size: x-small;
 margin: 0;
 padding: none;
}


a:visited {
color: grey;

}

a:hover {
	text-decoration: none;
	color: #ffffb3;
	background-color: #9ec0cb;
}


#navbar {

top: 230px;
left: 250px;

}

#navbar li {
display: inline;
border-right: 1px solid; padding: 0 0.33em;
}

#blockone {
top: 280px;
left: 280px;
width: 400px;
}

h2 {
font-size: large;
	font-family: Cochin, Baskerville;
	color: black;
	}

#blockone h2{
font-size: medium;
font-family: Cochin, Baskerville;
	color: gray;

