/* CSS Document */

* {
padding: 0;
margin: 0;
}

body {
font-size: 100%;
font-family: "Georgia", serif;
background-color: #033647;
background-image:url(images/flowers3.jpg);
font-size: 1.3em;
}

h1 {
	color: #0d004c;
	font-family: "Georgia", serif;
	text-align: center;
	font-size: 1.8em;
	margin-bottom:5px;
	margin-left: 10px;
	margin-right:10px;
}

h2 {
	color: #0d004c;
	font-family: "Georgia", serif;
	text-align: center;
	font-size: 1.4em;
	margin-bottom:5px;
	margin-left: 10px;
	margin-right:10px;
}

a, a:link {
color: #0000ff;
}

a:hover {
color:#440e62;
}

a:img { 
	border: thin;
	
}

#content p {
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
color: #0d004c;
}

#container {
padding: 20px;
font-size: 0.8em;
}

#header {
background-color: #7c9dbe;
padding: 20px;
border: 1px solid #000000;
margin-bottom: 20px;
background-image:url(images/newbg1.jpg);
}

#layer2 {
	float: center;
	margin-left: auto;
	margin-right: auto;
	width:710px;
	height:93px;
	}


#navigation {
float: left;
width: 150px;
text-align: left;

}


#content {
margin-left: 165px;
border: solid 1px #000000;
padding: 10px;
background-color: #d1ddeb;
background-image:url(images/contentbg.jpg);
}

#prestripe {
	height: 0px;
	width: 100%;
			}

#footer {
font-size: .9em;
background-color: #7c9dbe;
padding: 10px;
border: 1px solid #000000;
margin-top: 20px;
text-align: center;
background-image:url(images/newbg1.jpg);
}


